-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.06 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
{
"name": "cypress-ui-ss",
"version": "1.0.0",
"description": "Automation UI Symphony Solutions - Reports, Cucumber and Cypress - By Fernando Benitez",
"main": "index.js",
"scripts": {
"script": "cypress run --browser chrome",
"test": "npm run script",
"posttest": "node reporter.js"
},
"cypress-cucumber-preprocessor": {
"nonGlobalStepDefinitions": false,
"stepDefinitions": "cypress/e2e/step_definitions/*.js",
"json": {
"enabled": true,
"formatter": "./jsonFormatter/cucumber-json-formatter",
"output": "json-logs/report.json"
}
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "^18.0.4",
"cypress": "^12.17.4",
"mochawesome": "^7.1.3",
"multiple-cucumber-html-reporter": "^3.4.0"
},
"dependencies": {
"-": "^0.0.1",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
"@cypress/browserify-preprocessor": "^3.0.2",
"cypress-cucumber-preprocessor": "^4.3.1",
"save-dev": "^0.0.1-security"
}
}