-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (27 loc) · 832 Bytes
/
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
{
"name": "The_Souled_Store_~_Cypress_Automation_with_BDD",
"version": "1.0.0",
"description": "The Souled Store Fashion Website Automated with Cypress Through BDD Framework with Cucumber",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"cypress": "^12.10.0",
"cypress-cucumber-preprocessor": "^4.3.1",
"cypress-xpath": "^2.0.1",
"multiple-cucumber-html-reporter": "^3.3.0"
},
"cypress-cucumber-preprocessor": {
"cucumberJson": {
"generate":true,
"outputFolder":"cypress/cucumber-json",
"filePrefix":"",
"fileSuffix":".cucumber",
"step_definitions": "cypress/support/step_definitions"
},
"step_definitions": "cypress/support/step_definitions"
}
}