Skip to content

Update README.md (#307) #870

Update README.md (#307)

Update README.md (#307) #870

Workflow file for this run

name: End-to-end tests
on: [push, workflow_dispatch]
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run E2E tests
uses: cypress-io/github-action@v5
with:
start: npm run start
wait-on: http://localhost:8888