-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.21 KB
/
package.json
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
36
37
38
{
"name": "ms-playwright-cucumber-bdd-html",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/cucumber-js --require cucumber.js --require E2E/step-definitions/**/*.js -f json:cucumber_report.json --publish-quiet && node reporter.js",
"report": "node reporter.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samirthaker2020/MS-Playwright-Cucumber-BDD-html.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/samirthaker2020/MS-Playwright-Cucumber-BDD-html/issues"
},
"homepage": "https://github.com/samirthaker2020/MS-Playwright-Cucumber-BDD-html#readme",
"dependencies": {
"@cucumber/cucumber": "^9.1.0",
"chai": "^4.3.7",
"cucumber-html-reporter": "^5.5.1",
"playwright": "^1.32.3"
},
"devDependencies": {
"eslint": "^8.38.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "2.8.7"
}
}