-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.08 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.08 KB
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": "cucumber-js-cypress-cucumber",
"version": "1.0.0",
"description": "",
"main": "index.js",
"cypress-cucumber-preprocessor": {
"stepDefinitions": "cypress/support/step_definitions"
},
"scripts": {
"start": "npx http-server -a localhost -p 8081 &",
"test": "npm run cypress:run",
"clean:reports": "rm -rf cypress/report/ && rm -rf cypress/videos/ && rm -rf cypress/screenshots/",
"cypress:run": "npm run clean:reports && npx cypress run",
"cypress:open": "cypress open",
"sample-test": "browserstack-cypress run --sync --ccf ./cypress.config.js",
"sample-local-test": "npm start && browserstack-cypress run --sync --ccf ./cypress_local.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"browserstack-cypress-cli": "^1.31.7",
"cypress": "^14.5.2",
"cypress-cucumber-preprocessor": "^4.3.1",
"cypress-multi-reporters": "^1.6.2",
"cypress-xpath": "^2.0.1",
"mocha-junit-reporter": "^2.2.0",
"mochawesome": "^7.1.3",
"browserify-sign": "^4.2.3",
"@babel/traverse": "^7.23.2"
}
}