shinytest (version 1.3.1)

textTestDiff: Get textual diff of test results

Description

Get textual diff of test results

Usage

textTestDiff(appDir = ".", testnames = NULL, images = TRUE)

Arguments

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.

See Also

viewTestDiff for interactive diff viewer.