We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is an enhancement suggestion.
Create simple Cypress E2E projects in the existing examples directory:
cypress/base
cypress/browsers
cypress/included
Create a workflow:
GitHub Actions workflow which demonstrates use of cypress/base, cypress/browsers and cypress/included images
Document the examples in the appropriate README files.
Gaps in example coverage make it more difficult to learn how to use the Cypress Docker images effectively.
The repo is missing examples for
Examples in
The linked GitHub Actions example mentioned in README > cypress/included > GitHub Action which is linked to https://github.com/cypress-io/github-action#docker-image covers only the use of cypress/browsers and does not demonstrate:
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
CYPRESS_INSTALL_BINARY=0
MikeMcC399
Successfully merging a pull request may close this issue.
This is an enhancement suggestion.
Suggestion
Create simple Cypress E2E projects in the existing examples directory:
cypress/base
andcypress/browsers
cypress/included
Create a workflow:
GitHub Actions workflow which demonstrates use of
cypress/base
,cypress/browsers
andcypress/included
imagesDocument the examples in the appropriate README files.
Why is this needed
Gaps in example coverage make it more difficult to learn how to use the Cypress Docker images effectively.
The repo is missing examples for
cypress/base
cypress/browsers
Examples in
The linked GitHub Actions example mentioned in README > cypress/included > GitHub Action which is linked to https://github.com/cypress-io/github-action#docker-image covers only the use of
cypress/browsers
and does not demonstrate:cypress/base
cypress/included
The text was updated successfully, but these errors were encountered: