Skip to content

Commit

Permalink
test: install playwright deps
Browse files Browse the repository at this point in the history
  • Loading branch information
manekenpix committed Dec 3, 2022
1 parent 032f102 commit e27efa5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
e2e:
name: End-To-End Tests
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [14.x, 16.x]
Expand Down Expand Up @@ -34,8 +34,8 @@ jobs:

- name: Install dependencies
run: pnpm install
- name: Install Playwright
run: pnpm playwright-deps
- name: Install Playwright dependencies
run: pnpx playwright install-deps
# Pull, build, and run containers, then start e2e tests
- name: Pull/Build Docker Containers Necessary for Running E2E Tests
run: docker compose --env-file ./config/env.development up -d ${{ env.DOCKER_CONTAINERS }}
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"test": "pnpm turbo run test",
"jest": "jest -c jest.config.js --",
"jest:e2e": "jest -c jest.config.e2e.js --forceExit --",
"playwright-deps": "pnpm playwright install --with-deps",
"coverage": "jest -c jest.config.js --collectCoverage --",
"jest-watch": "jest -c jest.config.js --watch --",
"jest-update": "jest -c jest.config.js --updateSnapshot --",
Expand Down

0 comments on commit e27efa5

Please sign in to comment.