github-action
github-action copied to clipboard
GitHub Action for running Cypress end-to-end & component tests
Hi! By setting the exit code as step output we can effectively pass the number of failed tests to the rest of the workflow, for purposes of reporting or triggering...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [husky](https://typicode.github.io/husky) ([source](https://togithub.com/typicode/husky)) | [`7.0.4` -> `8.0.1`](https://renovatebot.com/diffs/npm/husky/7.0.4/8.0.1) |...
I'm executing parallelized tests recorded to the Cypress Dashboard using `github-action@v3` Functionally everything works perfectly and as expected with the single exception that when tests fail the `github-action@v3` step in...
**Context** Bug report regarding videos on GitHub Actions default runners. **Steps** I have just set up cypress for my repository. Everything seems to be set up correctly, and `yarn cypress...
I am using v4 of this github action in two different workflows. We use it to install cypress in one step and run the tests in another step (having faffed...
Hi there! This action worked with yarn berry workspaces. but, this action can't find the "cypress" module. ``` Error: Cannot find module 'cypress' ``` I found the [issue](https://github.com/cypress-io/github-action/issues/170) of Yarn...
When [upgrading to Cypress v10](https://github.com/alxndr/almost-dead-net/pull/484) I saw this error message in CI: > You are attempting to use Cypress with an older config file: cypress.json > When you upgraded to...
Hello, I am looking to run Cypress tests within GitHub Actions, but having trouble due to the action trying to use caching. GitHub Enterprise does not yet have caching support...
Hi, I recently wanted to integrate Cypress + Dashboard into my app. I have some issues with sending Cypress runs to the Dashboard from a GitHub Action. It looks like...
## why not working with windows when install == false action export the CYPRESS_CACHE_FOLDER env variable, so cli can not find the binary to execute; but binary is already installed...