We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6446800 commit 6e5ac16Copy full SHA for 6e5ac16
.github/workflows/app-tests.yaml
@@ -42,9 +42,8 @@ jobs:
42
npm install
43
npm run build
44
- name: Run E2E tests on Windows with Playwright
45
- shell: bash
46
run: |
47
- export PLAYWRIGHT_BROWSERS_PATH="$HOME\AppData\Local\ms-playwright"
+ set PLAYWRIGHT_BROWSERS_PATH=%USERPROFILE%\AppData\Local\ms-playwright
48
playwright install chromium --with-deps
49
python3 -m pytest tests/e2e.py --tracing=retain-on-failure
50
- name: Upload test artifacts
0 commit comments