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

Hello there, I'm trying to use this github action to run cypress e2e tests on my software. However I'm getting stuck in a redirect loop and don't know how to...

unexpected behavior

**Context** I'm using Cypress Cloud and what I want is that for each test run, a link to the Cypress Cloud run should be included somewhere in the PR. We...

type: feature
Cypress Cloud

The documentation says the following on passing environment variables: > ```yaml > env: host=api.dev.local,port=4222 > ``` > When passing the environment variables this way, unfortunately due to GitHub Actions syntax,...

type: enhancement