inst/tutorials/tests/my_shiny_app/tests/testthat.R

library(testthat)
library(shinymgr)

# set shinyMgrPath
smp <- "file path to your shinymgr project"
fp <- list.files(paste0(smp, "/tests/testthat"))

test_files(fp)

Try the shinymgr package in your browser

Any scripts or data that you put into this service are public.

shinymgr documentation built on May 29, 2024, 1:17 a.m.