feat(e2e): Verify Test Notification on Desktop (#3162)

This commit is contained in:
yasserfaraazkhan
2024-11-15 20:16:35 +05:30
committed by GitHub
parent 453965c964
commit 2c9cd85cbc
3 changed files with 75 additions and 1 deletions

View File

@@ -167,7 +167,7 @@ jobs:
## Windows Dependencies
- name: e2e/install-dependencies-windows
if: steps.cache-node-modules.outputs.cache-hit != 'true' && runner.os == 'Windows'
if: runner.os == 'windows'
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
run: |
@@ -180,6 +180,7 @@ jobs:
cd e2e
npm ci
npx electron-rebuild --platform=win32 -f -t prod,optional,dev -w robotjs --module-dir ../
npm install mochawesome-report-generator
- name: e2e/run-playright-tests-${{ runner.os }}
run: |