Skip to content

Run end-to-end tests in CI #10

Run end-to-end tests in CI

Run end-to-end tests in CI #10

Workflow file for this run

name: Mafs Visual Tests
on:
pull_request:
types: [labeled, synchronize]
jobs:
visual-tests:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
# print github object for debugging
- run: echo "${{ toJson(github.event.pull_request) }}"
# - uses: actions/checkout@v4
# - uses: pnpm/action-setup@v3
# - uses: actions/setup-node@v4
# with:
# cache: "pnpm"
# - run: pnpm install
# - name: Install Playwright Browsers
# run: pnpm playwright install --with-deps
# - run: pnpm test:e2e
# - uses: actions/upload-artifact@v4
# if: always()
# with:
# name: playwright-report
# path: playwright-report/
# retention-days: 30