Skip to content

v1.16.9

v1.16.9 #1435

Workflow file for this run

name: End-to-end tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.5.3
- name: Cypress run
uses: cypress-io/github-action@v5.8.3
with:
build: npm run build
start: npm run start:static
env:
CYPRESS_baseUrl: 'http://localhost:8080'