Skip to content

playwright e2e tests #8

playwright e2e tests

playwright e2e tests #8

Workflow file for this run

name: Robin Test
on:
workflow_dispatch:
pull_request:
jobs:
test:
name: Test 🧪
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/actions/prepare
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- run: pnpm exec playwright test