Instruction for local development of requal
server version.
create_db_users.R
to create mock users. docker-compose up
to start up DB. run_dev.R
. shinytest2::record_test("inst/test_app")
- starts the test version of the app
(defined in app.R
which uses a database with empty project tests/test_basic.requal
)tests need to be run using devtools::test()
(or Build > Test in RStudio)
running test app interactively can be done using app <- AppDriver$new(app_dir = "inst/test_app", name = "requaltest", seed = 123, height = 789, width = 1139)
and app$view()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.