This repo is an example how to use the R2E platform to run automatic tests on Github Actions.
To run the tests:
roc ./tests.roc
To run headless:
roc ./tests.roc --headless
To run in DebugMode (pauses between actions, verbose loging, highlight actions in browser):
roc ./tests.roc --debug
See example test results in: index.html