vdiffr (version 0.3.0)

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, ..., options = list())

Arguments

package

Package description, can be path or package name. See devtools::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".

...

Unused.

options

Named options that should be passed to the runApp call (these can be any of the following: "port", "launch.browser", "host", "quiet", "display.mode" and "test.mode"). You can also specify width and height parameters which provide a hint to the embedding environment about the ideal height/width for the app.

See Also

vdiffrAddin(), collect_cases(), and validate_cases()