Created
February 26, 2020 11:35
-
-
Save nickciolpan/0c258a4fc8666e2d655a9c91fbbb2713 to your computer and use it in GitHub Desktop.
Cypress config for graffino.ninja
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: E2E on Chrome | |
on: [pull_request] | |
jobs: | |
cypress-run: | |
runs-on: ubuntu-16.04 | |
# let's make sure our tests pass on Chrome browser | |
name: E2E on Chrome | |
steps: | |
- uses: actions/checkout@v1 | |
- uses: cypress-io/github-action@v1 | |
with: | |
browser: chrome | |
start: yarn dev | |
wait-on: http://localhost:3000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment