expect_pass {shinytest} | R Documentation |
testApp()
passes snapshot testsThis returns an testthat expectation object.
expect_pass(object, info = NULL)
object |
The results returned by |
info |
Extra information to be included in the message (useful when writing tests in loops). |
## Not run:
expect_pass(testApp("path/to/app/"))
## End(Not run)