context("app-start")
test_that("app start works", {
appDir = system.file("mlrPlayground", package = "mlrPlayground")
# start app
expect_silent(shinytest::ShinyDriver$new(appDir, loadTimeout = 30000))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.