cypress-realworld-app
cypress-realworld-app copied to clipboard
Dockerfile added
Provides the ability to run the app as a Docker container.
- Create a Draft Pull Request if your PR is not ready for review. Mark the PR as Ready for Review when you're ready for a Cypress team member to review the PR.
@mjhenkes How can I get a review?
@Vozhak
Your PR proposes to run Cypress using the Docker image
FROM node:alpine
-
Alpine Linux is however not an operating system which is supported by Cypress. See Cypress System Requirements and issue https://github.com/cypress-io/cypress/issues/419.
-
Cypress recommends using Cypress Docker images. These are already used in this repository. See .github/workflows/main.yml which uses
cypress/browsers:node-20.12.0-chrome-123.0.6312.86-1-ff-124.0.2-edge-123.0.2420.65-1.
If you could demonstrate and document how to use a Cypress Docker image locally this could be a useful enhancement. You should provide exact instructions and logs showing a successful run of the tests.
I suggest to close this PR, since there has been no feedback on the comments.