-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 728 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "pwframework",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"pretest": "npx ts-node src/helper/init.ts",
"test": "cross-env ENV=prod cucumber-js test || (exit 0)",
"posttest": "npx ts-node src/helper/report.ts ",
"test:failed": "cucumber-js -p rerun @rerun.txt"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@cucumber/cucumber": "^10.9.0",
"@playwright/test": "^1.46.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.3.0",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"fs-extra": "^11.2.0",
"multiple-cucumber-html-reporter": "^3.7.0",
"ts-node": "^10.9.2",
"winston": "^3.14.2"
}
}