Skip to content

Commit

Permalink
ci: install pwt browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowusr committed Sep 29, 2023
1 parent 51b3149 commit 82c6bb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
cd test/func/docker/browser-utils &&
npm ci &&
npm run install-chromium
- run:
name: Install Chromium for Playwright
command: npx playwright install chromium

- run:
name: Download Selenium
Expand Down

0 comments on commit 82c6bb8

Please sign in to comment.