Spaces:
Running
Running
alessandro trinca tornidor
commited on
Commit
·
d0f407b
1
Parent(s):
0e70ac7
test: add shortcut within package.json to exec playwright e2e tests
Browse files- static/package.json +1 -1
static/package.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"description": "",
|
5 |
"main": "index.js",
|
6 |
"scripts": {
|
7 |
-
"test": "pnpm playwright test --workers 1"
|
8 |
},
|
9 |
"type": "module",
|
10 |
"keywords": [],
|
|
|
4 |
"description": "",
|
5 |
"main": "index.js",
|
6 |
"scripts": {
|
7 |
+
"test": "for x in chromium firefox webkit MobileChrome MobileSafari; do echo '# $x #''; pnpm playwright test --workers 1 --project=$x --retries=3; done"
|
8 |
},
|
9 |
"type": "module",
|
10 |
"keywords": [],
|