cucumberjs-qase-reporter 0.2.1 → 0.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/examples/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"description": "> Some tests of using cucumber JS with zombie and selenium",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
7
|
-
"test-zombie": "cucumber-js -f cucumberjs-qase-reporter --
|
|
7
|
+
"test-zombie": "cucumber-js -f cucumberjs-qase-reporter --format-options='{\"qaseConfig\": \"./.qaserc\"}' features -r examples/zombie/support -r examples/zombie/steps",
|
|
8
8
|
"test-zombie1": "cucumber-js features -r examples/zombie/support -r examples/zombie/steps"
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|
|
@@ -12,6 +12,6 @@
|
|
|
12
12
|
"@cucumber/pretty-formatter": "^1.0.0-alpha.0",
|
|
13
13
|
"cucumberjs-qase-reporter": "../",
|
|
14
14
|
"phantom": "^2.0.4",
|
|
15
|
-
"zombie": "^
|
|
15
|
+
"zombie": "^6.1.4"
|
|
16
16
|
}
|
|
17
17
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cucumberjs-qase-reporter",
|
|
3
|
-
"version": "v0.2.
|
|
4
|
-
"description": "",
|
|
3
|
+
"version": "v0.2.6",
|
|
4
|
+
"description": "Qase TMS CucumberJS Reporter",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"homepage": "",
|
|
@@ -46,13 +46,13 @@
|
|
|
46
46
|
"handlebars": "^4.7.7",
|
|
47
47
|
"jest": "^26.6.3",
|
|
48
48
|
"long": "^4.0.0",
|
|
49
|
-
"nodemon": "^
|
|
49
|
+
"nodemon": "^2.0.7",
|
|
50
50
|
"ts-jest": "^26.4.4",
|
|
51
51
|
"typescript": "^3.9.3"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"chalk": "^4.1.0",
|
|
55
55
|
"moment": "^2.29.1",
|
|
56
|
-
"qaseio": "^1.
|
|
56
|
+
"qaseio": "^1.5.0"
|
|
57
57
|
}
|
|
58
58
|
}
|