Nothing
app <- AppDriver$new(name = "example_app")
test_that("App loads and title of app appears as expected", {
expect_equal(
app$get_text("title"),
"ShinyGovstyle component showcase"
)
})
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.