Run #10 cleared global-setup but playwright errored 'No tests found': `pnpm test:e2e -- --reporter=list,html` routes through two pnpm script layers (root→pwa) and the `--` survives into `playwright test -- --reporter=list,html`, where playwright treats --reporter as a test-file filter. Call the pwa script directly and append the flag without `--` (validated: 58 specs list vs 0).