-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.14 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
37
38
39
40
41
{
"name": "cucumber",
"version": "0.0.0",
"scripts": {
"test": "npx cypress run",
"upload:xray": " CYPRESS_TEST_EXECUTION_KEY="
},
"dependencies": {
},
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "^18.0.4",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
"@cypress/browserify-preprocessor": "^3.0.2",
"@cypress/webpack-preprocessor": "^5.17.1",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@faker-js/faker": "^6.1.2",
"@types/axios": "^0.14.0",
"@types/mocha": "^10.0.1",
"@types/node": "^18.7.18",
"@vitejs/plugin-vue": "^4.2.3",
"cypress": "^12.17.4",
"cypress-on-fix": "^1.0.2",
"cypress-parallel": "^0.13.0",
"cypress-xray-plugin": "^4.0.1",
"dotenv": "^16.1.4",
"esbuild": "^0.18.6",
"path": "^0.12.7",
"sass": "^1.63.6",
"sass-loader": "^10.0.0",
"typescript": "^5.1.3",
},
"cypress-cucumber-preprocessor": {
"e2e": {
"stepDefintions": "cypress/support/step_definitions/[filepath].{js,mjs,ts,tsx}"
},
"json": {
"enabled": true,
"output": "cypress/generate-reports/cucumber-report.json"
}
}
}