Skip to content

Update README.md (#325) #938

Update README.md (#325)

Update README.md (#325) #938

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@v4
- name: Run E2E tests
uses: cypress-io/github-action@v6
with:
start: npm run start
wait-on: http://localhost:8888