Skip to content

Update README.md

Update README.md #65

Workflow file for this run

name: Chrome headless
on: [push, pull_request]
jobs:
chrome-headless:
runs-on: ubuntu-latest
# https://github.com/cypress-io/cypress-docker-images
container: cypress/browsers:node12.18.3-chrome87-ff82
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Headless Chrome
uses: cypress-io/github-action@v2
timeout-minutes: 10
with:
build: npm run build
start: npm run demo
browser: chrome
headless: true
project: ./test