Skip to content

Commit

Permalink
chore(ci): playwright install only chromium (#1983)
Browse files Browse the repository at this point in the history
* chore(ci): playwright install only chromium
  • Loading branch information
zdrapela authored Nov 25, 2024
1 parent f87868e commit cafdd20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ibm/pipelines/openshift-ci-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ run_tests() {
project=${project%-pr-*} # Remove -pr- suffix if any set for main branchs pr's.
cd "${DIR}/../../e2e-tests"
yarn install
yarn playwright install
yarn playwright install chromium

Xvfb :99 &
export DISPLAY=:99
Expand Down
2 changes: 1 addition & 1 deletion docs/e2e-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ yarn install
The Playwright browsers should be installed automatically via the `postinstall` script in `package.json`. If not, you can manually install them:

```bash
yarn playwright install
yarn playwright install chromium
```

### Adding a Test
Expand Down

0 comments on commit cafdd20

Please sign in to comment.