Skip to content

Instantly share code, notes, and snippets.

@albingroen
Created June 26, 2020 16:27
Show Gist options
  • Save albingroen/d472226fcb4e92d82c92975268ce0f4b to your computer and use it in GitHub Desktop.
Save albingroen/d472226fcb4e92d82c92975268ce0f4b to your computer and use it in GitHub Desktop.
Cypress yaml file
name: Cypress
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-16.04
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Cypress run
uses: cypress-io/github-action@v2
with:
record: true
start: yarn start
wait-on: "http://localhost:3000"
env:
ANY_ENV_VARIABLE_YOU_WANT: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment