-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 977 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
29
30
31
32
{
"name": "cypressautomation",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node_modules\\.bin\\cypress run",
"headTest": "npm run test -- --headed",
"chromeTest": "npm run test -- --headed --browser chrome",
"recordDashBoardTest": "npm run test -- --record --key 973c0086-c0ef-4cd2-98b9-9c69fb9b7d10 --reporter mochawesome",
"TemplateTest": "npm run test -- --spec \"cypress/intergration/Template/*"
},
"cypress-cucumber-preprocessor": {
"nonGlobalStepDefinitions": true,
"cucumberJson": {
"generate": true,
"outputFolder": "cypress/cucumber-json",
"filePrefix": "",
"fileSuffix": ".cucumber"
}
},
"author": "",
"license": "ISC",
"devDependencies": {
"cypress": "^8.3.1",
"cypress-cucumber-preprocessor": "^4.2.0",
"cypress-iframe": "^1.0.1",
"mocha": "^9.1.1",
"mochawesome": "^6.2.2",
"multiple-cucumber-html-reporter": "^1.18.0"
}
}