Nothing
test_that("Quarto documents can be tested", {
skip_if_no_apps()
app <- AppDriver$new(test_path("apps/qmd"), seed = 68850)
app$set_inputs(name = "barret")
app$click("greet")
app$expect_values()
expect_equal(
app$get_value(output = "greeting"),
"Hello barret!"
)
})
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.