Skip to content

Commit 6548967

Browse files
committed
improve config
1 parent d89d21a commit 6548967

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: ⬣ ESLint
3333
run: npm run lint
3434

35+
- name: ⬇️ Install Playwright
36+
run: npm --prefix epicshop run test:setup
37+
3538
- name: 🧪 In-browser tests
3639
run: npm --prefix epicshop test
3740

epicshop/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"type": "module",
33
"scripts": {
4+
"test:setup": "playwright install chromium --with-deps",
45
"test": "playwright test"
56
},
67
"dependencies": {

0 commit comments

Comments
 (0)