Run unit tests for shiny apps
test_app(path = "tests/testthat", ...)
| path | character, path to testing directory, Default: 'tests/testthat' |
|---|---|
| ... | arguments to pass to test_dir |
test_dir output
reactor unit test files are like testthat test files, just the name is reactor-*.R, instead of
test-*.R
Other testing:
expect_busy_time(),
expect_reactivity()