Get textual diff of test results
textTestDiff(appDir = ".", testnames = NULL, images = TRUE, suffix = NULL)
| 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. |
| suffix | An optional suffix for the expected results directory. For
example, if the suffix is |
viewTestDiff for interactive diff viewer.