Nothing
test_that("{shinytest2} recording: kgs", {
skip_if_no_apps()
app <- AppDriver$new(
test_path("apps/files-server-ui"),
name = "kgs",
height = 1321,
width = 1221
)
app$set_inputs(kg = 100)
app$expect_values()
})
test_that("server.R and app.R are not compatible", {
skip_if_no_apps()
expect_error(
AppDriver$new(test_path("apps/files-app-server"))$stop(),
"Unintented behavior may occur",
fixed = TRUE
)
})
test_that("rmarkdown and app.R are not compatible", {
skip_if_no_apps()
expect_error(
AppDriver$new(test_path("apps/files-app-rmd")),
"`app_dir` must be a directory containing",
fixed = TRUE
)
})
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.