textTestDiff: Get textual diff of test results

View source: R/view-diff.R

textTestDiffR Documentation

Get textual diff of test results

Description

Get textual diff of test results

Usage

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

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.

suffix

An optional suffix for the expected results directory. For example, if the suffix is "mac", the expected directory would be mytest-expected-mac.

See Also

viewTestDiff() for interactive diff viewer.


rstudio/shinytest documentation built on March 5, 2024, 5:12 a.m.