github-action
github-action copied to clipboard
GitHub Action for running Cypress end-to-end & component tests
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...
**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...
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,...