Skip to content

test(frontend): e2e tests with cypress #3

test(frontend): e2e tests with cypress

test(frontend): e2e tests with cypress #3

Workflow file for this run

name: Frontend e2e testing
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Cypress
uses: cypress-io/github-action@v6
with:
build: npm run build
start: npm run start
browser: chrome