Manage visual test cases with a Shiny app
manage_cases(
package = ".",
filter = NULL,
invert = FALSE,
...,
options = list()
)Package description, can be path or package
name. See devtools::as.package() for more information.
If not NULL, only tests with file names matching this
regular expression will be executed. Matching be performed on the file
name after it has been stripped of "test-" and ".R".
should the regexp supplied to filter be inverted? Defaults to FALSE.
Unused.
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.