Skip to content

Commit

Permalink
tests: fix e2e (#3776)
Browse files Browse the repository at this point in the history
  • Loading branch information
manekenpix authored Dec 3, 2022
1 parent dc899cc commit 032f102
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e-tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:

- uses: docker/setup-buildx-action@v1

- name: Install playwright
uses: microsoft/playwright-github-action@v1

- name: Install dependencies
run: pnpm install
- name: Install Playwright
run: pnpm playwright-deps
# Pull, build, and run containers, then start e2e tests
- run: pnpm install
- name: Pull/Build Docker Containers Necessary for Running E2E Tests
run: docker compose --env-file ./config/env.development up -d ${{ env.DOCKER_CONTAINERS }}
- name: Wait for Postgres and Login containers to become fully ready
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"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 032f102

Please sign in to comment.