github-action
github-action copied to clipboard
GitHub Action for running Cypress end-to-end & component tests
Github actions is failing with the following error for cypress v.10.0.2  This is my yaml file as mentioned here in the docs https://github.com/marketplace/actions/cypress-io#basic ```yaml name: End-to-end tests on: [push]...
The config in `action.yml` overrides any previously set node version (e.g. via `actions/setup-node`): https://github.com/cypress-io/github-action/blob/ffbc3616ae4754115d05d414810ff4a8e48fc6de/action.yml#L87 This causes failures if the project requires a more recent version, or it depends on a...
## Error We haven't changed anything in our workflow settings, but we get suddenly: ``` We expected the binary to be installed here: /home/runner/.cache/CypressCache/8.2.0/Cypress/Cypress ``` ## History On 1. December...
Using: `"cypress": "^9.0.0",` Cypress on MacOS local machine runs within 2min. Each test takes 30-45seconds and there are no long pauses between tests. Using the Github action, running parallelization with...
https://github.com/cypress-io/github-action/blob/be2de7b1fe1cdafb4a3c8da0a3746476ef636b65/index.js#L77 Because right now running E2E and then component tests creates kind of confusing output  7 One could also include a link to...
I'm facing the following problem on GitHub Actions when the job reaches this line of code : ` npx cypress run -P . -C cypress.json -r spec --record`. The below...
This is the workflow that is run  It used to work till evening today. started failing from then. Am I missing something? This is the error on workflow fail...
I was running the action with the following setting but the `defaultCommandTimeout` config was not passed from the action to the runner: ```yaml - name: Run Cypress uses: cypress-io/github-action@v2 with:...
The log output for our `start` command is extremely long. This makes it difficult to scroll to the actual test failures in the logging. It would be super useful if...
Firstly thank you for your repo **What's the problem** I have supplied my github token and my .npmrc but it I still get 401 Unauthorized when trying to fetch my...