Skip to content

Commit

Permalink
πŸ‘Œ install browser dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-lebeau committed Jan 27, 2025
1 parent 35ab323 commit 959889f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,11 +219,13 @@ e2e:
interruptible: true
artifacts:
when: always
paths: ['test-report/e2e/specs.log']
paths:
- 'test-report/e2e/*'
reports:
junit: test-report/e2e/*.xml
script:
- yarn
- yarn playwright install --with-deps chrome
- FORCE_COLOR=1 yarn test:e2e
after_script:
- node ./scripts/test/export-test-result.js e2e
Expand Down

0 comments on commit 959889f

Please sign in to comment.