-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 897 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 897 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
28
29
30
31
32
33
34
35
{
"name": "playwright_cucumber_js",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"cucumber": "cucumber-js",
"test": "node ./index.js",
"failure": "cucumber-js -p rerun @rerun.txt",
"report": "node reporter.js"
},
"keywords": [],
"author": "Rajadurai P",
"license": "ISC",
"description": "",
"devDependencies": {
"@cucumber/cucumber": "^11.0.1",
"@cucumber/pretty-formatter": "^1.0.1",
"@playwright/test": "^1.48.1",
"@types/node": "^22.8.0",
"argparse": "^2.0.1",
"child_process": "^1.0.2",
"cross-env": "^7.0.3",
"cucumber-html-reporter": "^6.0.0",
"cucumber-json-merge": "^0.0.8",
"dotenv": "^16.4.5",
"fs": "^0.0.1-security",
"npm-run-all": "^4.1.5",
"playwright": "^1.48.2"
},
"dependencies": {
"chalk": "^5.3.0",
"winston": "^3.15.0",
"winston-daily-rotate-file": "^5.0.0"
}
}