test_that("app ui", {
ui <- app_ui()
golem::expect_shinytaglist(ui)
})
test_that("app server", {
server <- app_server
expect_is(server, "function")
})
# Configure this test to fit your need
test_that(
"app launches",{
skip_if_not(interactive())
golem::expect_running(sleep = 5)
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.