Skip to content

Commit

Permalink
use root dir for playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
testlabauto committed Jan 7, 2025
1 parent 8c59909 commit 2ef189d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test-e2e-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,12 @@ jobs:
TSC_PATH=$(which tsc)
ln -s "$TSC_PATH" node_modules/typescript/bin/tsc
cp playwright.config.ts test/e2e/playwright.config.ts
cd test/e2e
npm install @playwright/test@^1.49.0
npx playwright install
npm install @currents/playwright@^1.8.0
npm install @midleman/github-actions-reporter@^1.9.5
cd test/e2e
npm install
npm run compile
cd ../..
Expand Down Expand Up @@ -109,9 +110,7 @@ jobs:
id: electron-e2e-tests
run: |
export DISPLAY=:10
cd test/e2e
BUILD=/usr/share/positron npx playwright test --project e2e-electron --workers 2 --grep "${{ env.PW_TAGS }}"
cd ../..
- name: Upload Playwright Report to S3
if: ${{ !cancelled() }}
Expand Down

0 comments on commit 2ef189d

Please sign in to comment.