github-action
github-action copied to clipboard
GitHub Action for running Cypress end-to-end & component tests
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@eslint/js](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint/tree/HEAD/packages/js)) | [`9.26.0` -> `9.29.0`](https://renovatebot.com/diffs/npm/@eslint%2fjs/9.26.0/9.29.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
- follows on from and replaces https://github.com/cypress-io/github-action/issues/531 ## What would you like? ### Scenario A GitHub Actions workflow contains a job using the [parallel](https://github.com/cypress-io/github-action/blob/master/README.md#parallel) option of `cypress-io/github-action` recording to [Cypress...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-cypress](https://redirect.github.com/cypress-io/eslint-plugin-cypress) | [`4.3.0` -> `5.1.0`](https://renovatebot.com/diffs/npm/eslint-plugin-cypress/4.3.0/5.1.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
## What would you like? Add information to the error message output if group recording times out. 1. Display the current setting of the project's Parallelization / Run Completion Delay...
## Situation `cypress-io/github-action` caches package manager dependencies for: - [npm](https://docs.npmjs.com/) - [Yarn v1 Classic](https://classic.yarnpkg.com/) and offers no equivalent built-in functionality for: - [pnpm](https://pnpm.io/) - [Yarn Modern](https://yarnpkg.com/) ## Background The variety...
The GitHub Action fails to run Cypress tests in a pnpm monorepo workspace with the following error: ``` Error: Webpack Compilation Error Module not found: Error: Can't resolve '@repo/mock/rules' in...
### Integrate Accessibility Results API **Improvement** We aim to use the [Accessibility Results API](https://docs.cypress.io/accessibility/results-api#1-Get-the-Results) script as described. Still, we are concerned that setting up bespoke scripts for each team will...
- supersedes closed Renovate PR https://github.com/cypress-io/github-action/pull/1597 ## Situation Documentation, examples and workflows currently use [actions/checkout@v5](https://github.com/actions/checkout/tree/v5). This version already runs.using `node24`, however it was superseded by [actions/checkout@v6](https://github.com/actions/checkout/tree/v6) on Nov 20, 2025....
## Situation - This repo makes use of the http://on.cypress.io/troubleshooting and https://on.cypress.io/troubleshooting URLs with the goal of displaying the [Cypress App Troubleshooting page](https://docs.cypress.io/app/references/troubleshooting). - The redirect carried out by https://on.cypress.io...
- follows on from suggestion in https://github.com/cypress-io/github-action/issues/1366 ## What would you like? - Provide an action option to disable package manager caching when installing dependencies - Add / modify example...