Skip to content

WIP: Add Playwright tests #43

WIP: Add Playwright tests

WIP: Add Playwright tests #43

Workflow file for this run

name: End-to-end tests
on: [pull_request, workflow_dispatch]
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Cypress tests locally 🧪
uses: cypress-io/github-action@v6
with:
browser: chrome
record: true
tag: local
env:
CYPRESS_PASSWORD: ${{ secrets.CYPRESS_PASSWORD }}
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}