We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8ff613 + 164d36e commit 6c07291Copy full SHA for 6c07291
.github/workflows/RunE2EModernClient.yml
@@ -40,6 +40,8 @@ jobs:
40
cache: "pnpm"
41
- name: Install dependencies
42
run: pnpm install
43
+ - name: Install Playwright Browsers
44
+ run: pnpm exec playwright install --with-deps chromium
45
- name: "Executing E2E tests"
46
env:
47
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -63,7 +65,4 @@ jobs:
63
65
path: |
64
66
${{ github.workspace }}/packages/**/tests/e2e/screenshot-results/diff/**/*.png
67
${{ github.workspace }}/packages/**/tests/e2e/screenshot-results/TESTFAIL_*.png
- ${{ github.workspace }}/packages/**/cypress-visual-screenshots/diff/*.png
- ${{ github.workspace }}/packages/**/cypress-visual-screenshots/comparison/*.png
68
- ${{ github.workspace }}/packages/**/cypress/videos/*.mp4
69
if-no-files-found: error
0 commit comments