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 d89d21a commit 6548967Copy full SHA for 6548967
.github/workflows/validate.yml
@@ -32,6 +32,9 @@ jobs:
32
- name: ⬣ ESLint
33
run: npm run lint
34
35
+ - name: ⬇️ Install Playwright
36
+ run: npm --prefix epicshop run test:setup
37
+
38
- name: 🧪 In-browser tests
39
run: npm --prefix epicshop test
40
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