github-action
github-action copied to clipboard
GitHub Action for running Cypress end-to-end & component tests
This is a feature request for `github-action`. ## What would you like `github-action` should provide full native support for [Yarn Modern](https://yarnpkg.com/) (version 2 and later) usage. ## Why is this...
Is it possible to support setting the summary results in the output of the github so they can be used in other jobs? As a workaround, I have to parse...
Hi, Because of that issue: https://github.com/actions/cache/issues/720, the cypress action step takes a very long time on self-hosted runners. The difference is so big that disabling the cache is faster. Alternatively,...
Hi. We're using the Cypress Dashboard for our product and we're having a hard time running the tests without exposing the record key. Currently we have hard-coded it in our...
Hi team: As part of security review of githug-action, it is strongly recommended that github-action repo has security policy defined. common practice is also documented https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository. Adding a security policy...
Right now we ping the wait-on URL every second if we get `ECONNREFUSED` If we get other error codes we ping the URL every 30 seconds, which seems like a...
With GitHub actions, one can execute multiple commands with this multiline syntax: ```yml run: | command1 --option1 command2 --option2 ``` Such behavior, however, doesn't seem to be respected by Cypress...
I tried adding ` options: --user 1001` to ensure commit name / information are shown on my cypress cloud runs. But doing so, throws an EACCES permission issue. ```yaml jobs:...
Would it be possible to have an option to save the test results to a file instead of posting a job summary? My use case is I am using the...
- This is an enhancement suggestion in response to issues #1054 and #1138. ## What would you like When the `cypress-io/github-action` processes a project with a `pnpm-lock.yaml` lockfile from the...