We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f354e commit 51dfb8cCopy full SHA for 51dfb8c
1 file changed
.github/workflows/e2e.yml
@@ -46,8 +46,13 @@ jobs:
46
working-directory: ./test-app
47
run: npm install ../dist/imagekit-angular/imagekit-angular-*.tgz --no-save
48
# Note: Playwright browsers are installed via postinstall script
49
-
+
50
+ - name: Install browsers for Playwright
51
+ working-directory: ./test-app
52
+ run: npx playwright install --with-deps
53
54
- name: Run Playwright tests
55
56
run: npm run test:e2e
57
58
- name: Upload test results on failure
0 commit comments