0byt3m1n1
Path:
C:
/
Program Files
/
R
/
R-4.2.2
/
library
/
shiny
/
app_template
/
tests
/
testthat
/
[
Home
]
File: test-shinytest2.R
library(shinytest2) test_that("Initial snapshot values are consistent", { app <- AppDriver$new(name = "init") app$expect_values() }){{ if (isTRUE(module)) { HTML(' test_that("Module values are consistent", { app <- AppDriver$new(name = "mod") app$click("examplemodule1-button") app$click("examplemodule1-button") app$expect_values() })') } }}