testthat_shinyjster.Rd
This method will test a single application on all of the available browsers
shinyjster can test with on the given platform. For each browser, the app
will be tested using test_jster()
.
testthat_shinyjster(
test_name = NULL,
app_dir = "../../",
...,
browsers = c("chrome", "firefox", "edge"),
timeout = 2 * 60,
dimensions = "1200x1200"
)
suffix to add to the test name for testthat::test_that(NAME, {})
Defaults the app in the directory above
Ignored
Names of each browser to be tested.
Parameters to be supplied to each browser
This method should be called from a test file in the ./tests/testthat/
directory.
For each browser, a new testthat::test_that()
test will be run. This allows
for browsers to not effect the other tests.