Skip to content

Instantly share code, notes, and snippets.

@yanfengliu
Last active July 28, 2021 22:49
Show Gist options
  • Save yanfengliu/e7f1699b5416575f4237e8a6c1517d72 to your computer and use it in GitHub Desktop.
Save yanfengliu/e7f1699b5416575f4237e8a6c1517d72 to your computer and use it in GitHub Desktop.
Turkey Cypress test GitHub Action v1
name: Turkey end-to-end tests chrome headless
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: cypress-io/github-action@v2
with:
start: npm start
wait-on: "http://localhost:5000"
browser: chrome
headless: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment