-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 1.03 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
{
"name": "test-cucumber",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"cypress:open": "npx cypress open --config-file configs/cypress.config.js",
"cypress:run:headed": "npx cypress run --config-file configs/cypress.config.js --headed",
"cypress:run:browser": "npx cypress run --config-file configs/cypress.config.js --browser",
"cypress:dashboard": "npx cypress run --config-file configs/cypress.config.js --record",
"cypress:run": "npx cypress run --browser chrome --config-file configs/cypress.config.js",
"cypress:run:laptop": "npx cypress run --browser chrome --config-file configs/cypress.config.laptop.js",
"cypress:run:reporter": "npx cypress run --browser chrome --config-file configs/cypress.config.reporter.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@badeball/cypress-cucumber-preprocessor": "^18.0.6",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
"@cucumber/cucumber": "^10.0.0",
"cypress": "^13.3.1"
}
}