expect_pass {shinytest}R Documentation

Expectation: shinytest object passed snapshot tests

Description

This returns an testthat expectation object.

Usage

expect_pass(object, info = NULL)

Arguments

object

The results returned by testApp.

info

Extra information to be included in the message (useful when writing tests in loops).

Examples

## Not run: 
expect_pass(testApp("path/to/app/"))

## End(Not run)


[Package shinytest version 1.3.0 Index]