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

Github actions is failing with the following error for cypress v.10.0.2 ![image](https://user-images.githubusercontent.com/53895969/171919519-210c113e-c46d-4f16-8997-e8256a842280.png) 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 ![Screen Shot 2022-06-17 at 14 58 14](https://user-images.githubusercontent.com/2212006/174386220-98ec55e7-3a62-481a-8540-fa0c0ede17ae.png) 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 ![image](https://user-images.githubusercontent.com/6763261/139093526-a68789a8-0a10-4dd5-ac70-535c00d3bfe3.png) 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...

type: enhancement

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...