| textTestDiff {shinytest} | R Documentation |
Get textual diff of test results
textTestDiff(appDir = ".", testnames = NULL, images = TRUE)
appDir |
Directory of the Shiny application that was tested. |
testnames |
A character vector of names of tests to compare. If NULL, compare all test results for which there are differences. |
images |
Compare screenshot images. |
viewTestDiff for interactive diff viewer.