Nothing
library(shinytest2)
test_that("{shinytest2} recording: test4", {
app <- AppDriver$new(name = "test1", height = 975, width = 1619)
app$click("run1")
app$expect_values(output = "out1")
})
test_that("{shinytest2} recording: test5", {
app <- AppDriver$new(name = "test2", height = 975, width = 1619)
app$click("run2")
app$expect_values(output = "out2")
})
test_that("{shinytest2} recording: test6", {
app <- AppDriver$new(name = "test3", height = 975, width = 1619)
app$click("run3")
app$expect_values(output = "out3")
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.