Skip to content

Commit

Permalink
use test/e2e dir for run
Browse files Browse the repository at this point in the history
  • Loading branch information
testlabauto committed Jan 7, 2025
1 parent 641ab5e commit 8c59909
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-e2e-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,14 @@ 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
npm run compile
cd ../..
- name: Get & install latest release
id: get_latest_release
Expand Down Expand Up @@ -107,7 +109,9 @@ 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 8c59909

Please sign in to comment.