Nothing
context('app')
test_that("app works", {
skip_on_cran()
skip_on_travis()
skip_on_appveyor()
library(shinytest)
app_dir <- system.file('target-app', package = 'target')
expect_pass(testApp(app_dir, compareImages = FALSE))
})
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.