github-action
github-action copied to clipboard
GitHub Action for running Cypress end-to-end & component tests
Hello there :wave: I am trying to run a small spring boot server with the `start` and `wait-on` commands, like ```yml [...] - name: Cypress run uses: cypress-io/github-action@v2 with: start:...
I'm not sure why, but it happens pretty often. We've tried a bunch of things (using different images included) but we were not able to solve this issue. We had...
Our project references Cypress 8.7.0 as a dependency, which is checked out prior to running this action. If we run this action to then install Cypress and then run `npx...
I have a workflow setup to run my cypress tests and then notify via slack if there's a failure Recently, we experienced and issue (while upgrading a dependency) that caused...
- updated README to include common problems section with a solution to the user permissions error when writing to the /github/home/.cache directory
Here is the part of my workflow: cypress-run: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 - run: CI=false # Install NPM dependencies, cache them correctly # and run all...
I'm trying to integrate Cypress Tests with a Phoenix application on a Github Actions workflow. In order to allow the tests to pass the it seems like the Phoenix backend...
Would it be possible to get the [verified ](https://docs.github.com/en/actions/learn-github-actions/finding-and-customizing-actions) status for this action on github? This could help us adopt this because some enterprise organizations require this certification.
**Issue:** Cypress does not pick up the NodeJS version set by another GH Action **Versions:** Cypress 9.x **Steps to reproduce:** 1. Configure a GH Actions pipeline as follows: (a) set...