Skip to content

Merge pull request #516 from yokra9/dependabot/npm_and_yarn/demo/cypr… #1132

Merge pull request #516 from yokra9/dependabot/npm_and_yarn/demo/cypr…

Merge pull request #516 from yokra9/dependabot/npm_and_yarn/demo/cypr… #1132

Workflow file for this run

name: End-to-end tests
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v4
with:
working-directory: demo
start: npm run serve
wait-on: 'http://localhost:8080'
browser: chrome