-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (40 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "sduconnettesten",
"version": "1.0.0",
"description": "testen van sduConnect met cypress",
"main": "index.js",
"dependencies": {
"cypress-wait-until": "^1.7.2"
},
"devDependencies": {
"cypress": "^13.3.3",
"cypress-cucumber-preprocessor": "^2.5.5",
"cypress-localstorage-commands": "^2.2.1",
"multiple-cucumber-html-reporter": "^3.6.1"
},
"scripts": {
"cypress:run": "cypress run",
"scripts": "npx cypress run --spec 'cypress/e2e/ts*.feature' ",
"fhtmlreport": "node cucumber-htmlreport.js",
"htmlreport": "node screenshots.js",
"test" : "npm run scripts -- --env TAGS=@f || npm run htmlreport"
},
"repository": {
"type": "git",
"url": ".git"
},
"keywords": [
"hallo"
],
"author": "ruud grosmann",
"license": "ISC",
"cypress-cucumber-preprocessor": {
"nonGlobalStepDefinitions": true,
"cucumberJson": {
"generate": true,
"outputFolder": "cypress/cucumber-json",
"filePrefix": "",
"fileSuffix": ".cucumber"
}
}
}