Skip to content

Commit fdb393b

Browse files
committed
File is Renamed
1 parent f2fb722 commit fdb393b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
"main": "index.js",
66
"scripts": {
77
"test": "npx playwright test",
8-
"test:allure": "node -e \"require('child_process').execSync(`npx playwright test --project=${process.env.BROWSER} --workers=${process.env.WORKERS} --retries=${process.env.RETRIES} ${process.env.TAG || ''}`, { stdio: 'inherit' })\" && npm run allure:generate",
8+
"test:allure": "npm run test:params && npm run allure:generate",
9+
"test:params": "sh ./run-with-params.sh",
910
"allure:generate": "allure generate ./allure-results --clean -o ./allure-report",
1011
"allure:open": "allure open ./allure-report"
11-
},
12+
},
1213
"keywords": [],
1314
"author": "",
1415
"license": "ISC",

0 commit comments

Comments
 (0)