library(testthat)
library(shinytest)
test_that("Application works", {
# Use compareImages=FALSE, interactive=FALSE
expect_pass(testApp(".", compareImages = FALSE, interactive = FALSE))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.