docker-rails-example icon indicating copy to clipboard operation
docker-rails-example copied to clipboard

How to run system tests

Open vinibispo opened this issue 3 years ago • 3 comments

Hi, nice work that you have done, but I think you have not set an example for running system tests

vinibispo avatar Jun 02 '22 17:06 vinibispo

Hi,

Feel free to open a PR to support the idea of running system tests.

nickjj avatar Jun 02 '22 18:06 nickjj

I wrote a piece on this topic at https://nicolasiensen.github.io/2022-03-11-running-rails-system-tests-with-docker/

nicolasiensen avatar May 19 '23 08:05 nicolasiensen

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.

nickjj avatar May 19 '23 09:05 nickjj