Skip to content

Instantly share code, notes, and snippets.

@nickciolpan
Created February 26, 2020 11:35
Show Gist options
  • Save nickciolpan/0c258a4fc8666e2d655a9c91fbbb2713 to your computer and use it in GitHub Desktop.
Save nickciolpan/0c258a4fc8666e2d655a9c91fbbb2713 to your computer and use it in GitHub Desktop.
Cypress config for graffino.ninja
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