Skip to content

fix reporter tests #723

fix reporter tests

fix reporter tests #723

Workflow file for this run

name: test-win
on:
push:
branches: ['**']
pull_request:
branches: [main, beta]
jobs:
test-win:
runs-on: windows-latest
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
cache: 'npm'
- run: npm ci
- run: npx playwright install --with-deps chromium
- run: npm run e2e