stages: - test playwright-tests: stage: test image: mcr.microsoft.com/playwright:v1.61.0-noble parallel: 4 script: - npm ci - npx playwright test --shard=$CI_NODE_INDEX/$CI_NODE_TOTAL artifacts: when: always paths: - blob-report expire_in: 1 day