Nothing
test_that("{shinytest2} recording: dir-profile", {
skip_if_no_apps()
app <- AppDriver$new(
test_path("apps/dir-rprofile"),
name = "dir-profile",
height = 1133,
width = 1282
)
expect_equal(
app$get_value(output = "txt"),
"found!"
)
})
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.