These functions are designed to be used inside the tests in your Shiny app package.
expect_shinytag(object)
expect_shinytaglist(object)
expect_html_equal(ui, html, ...)
expect_running(sleep, R_path = NULL)
the object to test
output of an UI function
deprecated
arguments passed to testthat::expect_snapshot()
number of seconds
path to R. If NULL, the function will try to guess where R is.
A testthat result.