We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3504d4 commit 4fe59c7Copy full SHA for 4fe59c7
.github/workflows/validate.yml
@@ -35,6 +35,9 @@ jobs:
35
- name: ⬣ ESLint
36
run: npm run lint
37
38
+ - name: ⬇️ Install Playwright
39
+ run: npm --prefix epicshop run test:setup
40
+
41
- name: 🧪 In-browser tests
42
run: npm --prefix epicshop test
43
epicshop/package.json
@@ -1,6 +1,7 @@
1
{
2
"type": "module",
3
"scripts": {
4
+ "test:setup": "playwright install chromium --with-deps",
5
"test": "playwright test"
6
},
7
"dependencies": {
0 commit comments