cypress-io / cypress-realworld-testing-course-app

https://cypress-realworld-testing-course-app.vercel.app/
72 stars 225 forks source link

make the testing app available as a Docker image or easily composable #24

Closed SoCalLongboard closed 1 year ago

SoCalLongboard commented 1 year ago

In cases where one wants to learn Cypress where there is separation between the test automation and the application under test, it would be great to have this application available as ready-to-run image on Docker Hub. Another option might be to provide a docker-compose.yml in the project for the same purpose.

MikeMcC399 commented 1 year ago

@SoCalLongboard

This goal of this repository is to support the course https://learn.cypress.io/testing-your-first-application only, so it doesn't sound like your suggestion would fit the repository's goal.

If you are currently learning Cypress, you may like to join the Discord chat group https://discord.com/invite/cypress. Also you may find that other extensive training courses which are available may come closer to fitting your needs. Some are listed on https://docs.cypress.io/examples/media/courses-media.

SoCalLongboard commented 1 year ago

Yes, I understand your point and agree completely. Thanks for the quick feedback.