github-action icon indicating copy to clipboard operation
github-action copied to clipboard

GitHub Action for running Cypress end-to-end & component tests

Results 173 github-action issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`20.16.11` -> `20.16.13`](https://renovatebot.com/diffs/npm/@types%2fnode/20.16.11/20.16.13) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.16.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

renovate
type: dependencies

[Node.js 23.0.0](https://nodejs.org/en/blog/release/v23.0.0) was released on Oct 16, 2024. This PR adds Node.js `23` to the matrix of tested nodes under [.github/workflows/example-node-versions.yml](https://github.com/cypress-io/github-action/blob/master/.github/workflows/example-node-versions.yml), to the [README](https://github.com/cypress-io/github-action/blob/master/README.md) examples and to the [README >...

documentation
type: enhancement
type: dependencies
tests

I'm trying to add a container image for cypress/browsers and setting browser as chrome to run Cypress tests in the GHA with cypress-io/github-action@v6 but I'm getting the following error `Error:...

bug

## Issue The following example directories are using [[email protected]](https://github.com/vercel/serve/releases/tag/14.2.3): - [examples/config](https://github.com/cypress-io/github-action/tree/master/examples/config) - [examples/start](https://github.com/cypress-io/github-action/tree/master/examples/start) - [examples/start-and-pnpm-workspaces/packages/workspace-1](https://github.com/cypress-io/github-action/tree/master/examples/start-and-pnpm-workspaces/packages/workspace-1) - [examples/start-and-pnpm-workspaces/packages/workspace-2](https://github.com/cypress-io/github-action/tree/master/examples/start-and-pnpm-workspaces/packages/workspace-2) - [examples/start-and-yarn-workspaces/packages/workspace-1](https://github.com/cypress-io/github-action/tree/master/examples/start-and-yarn-workspaces/packages/workspace-1) - [examples/start-and-yarn-workspaces/packages/workspace-2](https://github.com/cypress-io/github-action/tree/master/examples/start-and-yarn-workspaces/packages/workspace-2) When started, `serve` raises the following warning: > UPDATE...

bug
type: dependencies

## What would you like? Document the necessary permission settings for `GITHUB_TOKEN`. ## Why is this needed? As documented in the README [Automatic PR number and URL detection](https://github.com/cypress-io/github-action/blob/master/README.md#automatic-pr-number-and-url-detection), if the...

documentation
type: enhancement
Cypress Cloud

## What would you like? If `GITHUB_TOKEN` is passed to the action when recording to Cypress Cloud and permissions are restricted, the workflow may fail with an error such as:...

type: enhancement
Cypress Cloud

## Issue When Renovate attempts to update `dependencies` from [package.json](https://github.com/cypress-io/github-action/blob/master/package.json) it regularly fails the CI workflow [.github/workflows/check-dist.yml](https://github.com/cypress-io/github-action/blob/master/.github/workflows/check-dist.yml) which runs ```shell npm ci npm run format npm run build ``` and...

bug
type: dependencies
ci

This happens whenever a new version of Cypress is released. I have a locked version 13.14.0 in package.json, but the runner installs the latest version and as a result Cypress...

bug

## Situation Dependabot and npm audit report a low severity vulnerability [CVE-2025-5889](https://github.com/advisories/GHSA-v6h2-p8h4-qcjw) in a transient dependency: - [brace-expansion](https://www.npmjs.com/package/brace-expansion) used in action caching, action examples and ESLint related modules. Lockfiles with...

bug
tests

## Situation Cypress introduced support for [Google Chrome for Testing](https://developer.chrome.com/blog/chrome-for-testing/) in [[email protected]](https://docs.cypress.io/app/references/changelog#13-17-0). [Google restricted the use](https://groups.google.com/a/chromium.org/g/chromium-extensions/c/aEHdhDZ-V0E/m/UWP4-k32AgAJ) of the `--load-extension` flag in Chrome version 137 (May 2025) and above and continues...

type: enhancement
tests