github-action
github-action copied to clipboard
GitHub Action for running Cypress end-to-end & component tests
Add thread_ts as an optional parameter to use threads as part of the cypress cloud slack integration
Hello cypress GHA team! Asking for an enhancement proposal to the Cypress Github Action,, a great addition as an **optional** parameter for users of Cypress Cloud who use the slack...
- related to issue https://github.com/cypress-io/github-action/issues/1179 ## Issue pnpm [basic](https://github.com/cypress-io/github-action/blob/master/.github/workflows/example-basic-pnpm.yml) and [workspaces](https://github.com/cypress-io/github-action/blob/master/.github/workflows/example-start-and-pnpm-workspaces.yml) workflows - [example-basic-pnpm.yml](https://github.com/cypress-io/github-action/blob/master/.github/workflows/example-basic-pnpm.yml) - [example-start-and-pnpm-workspaces.yml](https://github.com/cypress-io/github-action/blob/master/.github/workflows/example-start-and-pnpm-workspaces.yml) include the use of the GitHub provided [actions/cache](https://github.com/actions/cache) action to cache dependencies installed by...
## Issue The workflow [.github/workflows/example-basic-pnpm.yml](https://github.com/cypress-io/github-action/blob/master/.github/workflows/example-basic-pnpm.yml) fails sporadically. See the following action logs: - [filtered by failures](https://github.com/cypress-io/github-action/actions/workflows/example-basic-pnpm.yml?query=is%3Afailure) - [unfiltered](https://github.com/cypress-io/github-action/actions/workflows/example-basic-pnpm.yml?query=is%3Afailure) When the workflow fails, the log section "Cypress tests" shows: ```text /usr/local/bin/npx...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`20.12.8` -> `20.12.11`](https://renovatebot.com/diffs/npm/@types%2fnode/20.12.8/20.12.11) |...
## Change An Ubuntu `24.04` job is added to the workflow [.github/workflows/example-basic.yml](https://github.com/cypress-io/github-action/blob/master/.github/workflows/example-basic.yml) to demonstrate the capability of Cypress to run under this newly-released OS version. This is in addition to...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`20.14.8` -> `20.14.9`](https://renovatebot.com/diffs/npm/@types%2fnode/20.14.8/20.14.9) |...
Since there's no PR information on a workflow_dispatch the action will try to fetch it https://github.com/cypress-io/github-action/blob/f6f2cc1665fa2dcd75170785c5dcaad1fe01fb24/index.js#L474-L497 However, even though the call is in a try/catch it still errors my whole...
## Issue - Due to GitHub applying a secondary rate limit to the [release job](https://github.com/cypress-io/github-action/actions/runs/10579296146) for PR #1239, the release [v6.7.3](https://github.com/cypress-io/github-action/releases/tag/v6.7.3) is in an inconsistent state: it is shown on...
## Issue `npm audit` and Dependabot report a moderate severity vulnerability in [examples/webpack](https://github.com/cypress-io/github-action/tree/master/examples/webpack) using [[email protected]](https://github.com/webpack/webpack/releases/tag/v5.91.0) ```text webpack
I have a suite of tests that are acceptable if they fail and I'd like to have always have a green bubble on that actions job step to remove confusion...