-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 825 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 825 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
{
"name": "autmation",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node_modules\\.bin\\cypress run",
"headTest": "npm run test -- --headed",
"chromeTest": "npm run test -- --browser chrome",
"greenKartTest": "npm run test -- --spec \"cypress/integration/GreenKart/*\""
},
"cypress-cucumber-preprocessor": {
"nonGlobalStepDefinitions": true,
"cucumberJson": {
"generate": true,
"outputFolder": "cypress/cucumber-json",
"filePrefix": "",
"fileSuffix": ".cucumber"
}
},
"author": "Rodolfo Caetano",
"license": "ISC",
"devDependencies": {
"cypress": "^7.2.0",
"cypress-cucumber-preprocessor": "^4.1.0",
"mocha": "^5.2.0",
"mochawesome": "^4.0.1",
"multiple-cucumber-html-reporter": "^1.18.0"
}
}