docker-rails-example
docker-rails-example copied to clipboard
How to run system tests
Hi, nice work that you have done, but I think you have not set an example for running system tests
Hi,
Feel free to open a PR to support the idea of running system tests.
I wrote a piece on this topic at https://nicolasiensen.github.io/2022-03-11-running-rails-system-tests-with-docker/
Thanks. I didn't try out that approach yet but I do like that the standalone browsers end up being a separate container. This will make it easy to use Docker Compose profiles to either run or not run them based on if you want to run system tests.