You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add shinyjster::shinyjster_server(input, output, session) to server function (for automatically exiting after shinyjster::run_jster() runs.
Add shinyjster::shinyjster_js() to UI add JS-based tests.
If this is an app that needs to run manually, add shinycoreci:::manual_app_info$string to the top of the app.
Run shinycoreci::use_tests_shinyjster(APP_PATH) to add the appropriate testing scripts
(I don't care where the documentation actually lives, but I think it makes most sense to document in the README in this repo and maybe have pointers from the other repo)
The text was updated successfully, but these errors were encountered:
My current understanding is:
Add
shinyjster::shinyjster_server(input, output, session)
to server function (for automatically exiting aftershinyjster::run_jster()
runs.Add
shinyjster::shinyjster_js()
to UI add JS-based tests.If this is an app that needs to run manually, add
shinycoreci:::manual_app_info$string
to the top of the app.Run
shinycoreci::use_tests_shinyjster(APP_PATH)
to add the appropriate testing scripts(I don't care where the documentation actually lives, but I think it makes most sense to document in the README in this repo and maybe have pointers from the other repo)
The text was updated successfully, but these errors were encountered: