vdiffr (version 0.1.1)

manage_cases: Manage visual test cases with a Shiny app

Description

Manage visual test cases with a Shiny app

Usage

manage_cases(package = ".", filter = NULL)

Arguments

package

Package description, can be path or package name. See as.package for more information.

filter

If not NULL, only tests with file names matching this regular expression will be executed. Matching will take on the file name after it has been stripped of "test-" and ".R".

See Also

vdiffrAddin(), collect_cases() and validate_cases()