Skip to content

Testing

Valeria Stamenova edited this page Aug 8, 2023 · 2 revisions

GitHub Actions

As stated in the README file GitHub Actions will trigger a workflow when you push your code to the repository, which will run the tests automatically.

Running tests in docker container

You ought to first test in your local environment, but you may stumble upon issues (e.g 'Cannot open bootstrap script'). That may be because you haven't configured your testing framework to work within a docker container. This tutorial is a great starting point if you're lost on how to switch it.