mirror of
https://github.com/sdras/awesome-actions.git
synced 2024-10-01 00:55:38 -04:00
Add action to run Cypress tests
Example action ```yml name: End-to-end tests on: [push] jobs: cypress-run: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v1 # Install NPM dependencies, cache them correctly # and run all Cypress tests - name: Cypress run uses: cypress-io/github-action@v1 ```
This commit is contained in:
parent
24c2332778
commit
90ea481d69
@ -256,6 +256,7 @@ https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.s
|
||||
- [Catch insensitive, inconsiderate writing in your markdown docs](https://github.com/theashraf/alex-action)
|
||||
- [Run TestCafe tests](https://github.com/DevExpress/testcafe-action)
|
||||
- [Run Unity tests](https://github.com/webbertakken/unity-test-runner)
|
||||
- [Run Cypress E2E tests](https://github.com/cypress-io/github-action)
|
||||
|
||||
### Security
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user