github-action
github-action copied to clipboard
GitHub Action for running Cypress end-to-end & component tests
As part of our cypress run we call an external url, using cy.request to clear down previous db entries before running our tests. When the url is hardcoded or when...
My flow was working fine and I have not changed any settings, but now it times out on every PR. I look through the commits and it sure seems like...
instead of the GitHub Action version of node (currently node v16) Per https://github.com/cypress-io/github-action/issues/489#issuecomment-1021379037
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/upload-artifact](https://togithub.com/actions/upload-artifact) | action | major | `v2` -> `v3` | ---...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://togithub.com/actions/setup-node) | action | major | `v2` -> `v3` | ---...
Github actions supports creating folding and collapsing sections of the log via specially formatted log lines. They provide functions to spt these out. Here, we wrap each major stage in...
With the new release of v9.6.0 and the new `cy.session` and `cy.origin`, along with multiple guides ([guide 1](https://community.auth0.com/t/end-to-end-testing-with-cypress-and-auth0/19082/111), [guide 2](https://cypress.io/blog/2022/04/25/cypress-9-6-0-easily-test-multi-domain-workflows-with-cy-origin/)), I tried updating our Cypress tests to run using the...
Change the old v2 references to v3. Add advice for using a specific node version.
We've run into an issue where Cypress tests are stalling in CI and it seems like it may be related to the `--spec` arg that's not being properly escaped with...