cucumberjs-qase-reporter 0.2.5 → 0.2.8-alpha.1

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.
@@ -4,8 +4,8 @@
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 --format-options='{\"qaseConfig\": \"./.qaserc\"}' features -r examples/zombie/support -r examples/zombie/steps",
8
- "test-zombie1": "cucumber-js features -r examples/zombie/support -r examples/zombie/steps"
7
+ "test": "cucumber-js -f cucumberjs-qase-reporter --format-options='{\"qaseConfig\": \"./.qaserc\"}' features -r examples/zombie/support -r examples/zombie/steps --publish-quiet",
8
+ "test:l": "cucumber-js features -r examples/zombie/support -r examples/zombie/steps"
9
9
  },
10
10
  "devDependencies": {
11
11
  "@cucumber/cucumber": "^7.0.0",
Binary file
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "cucumberjs-qase-reporter",
3
- "version": "v0.2.5",
4
- "description": "",
3
+ "version": "v0.2.8-alpha.1",
4
+ "description": "Qase TMS CucumberJS Reporter",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "homepage": "",
8
8
  "bugs": {
9
- "url": ""
9
+ "url": "https://github.com/qase-tms/qase-javascript/"
10
10
  },
11
11
  "repository": {
12
12
  "type": "git",
@@ -39,12 +39,14 @@
39
39
  "@typescript-eslint/eslint-plugin": "^3.10.1",
40
40
  "@typescript-eslint/eslint-plugin-tslint": "^3.10.1",
41
41
  "@typescript-eslint/parser": "^3.10.1",
42
+ "ansi-regex": "^6.0.1",
42
43
  "axios-mock-adapter": "^1.19.0",
43
44
  "eslint": "^7.17.0",
44
45
  "eslint-plugin-jsdoc": "^26.0.1",
45
46
  "eslint-plugin-prefer-arrow": "^1.2.1",
46
47
  "handlebars": "^4.7.7",
47
48
  "jest": "^26.6.3",
49
+ "json-schema": "^0.4.0",
48
50
  "long": "^4.0.0",
49
51
  "nodemon": "^2.0.7",
50
52
  "ts-jest": "^26.4.4",
@@ -52,7 +54,10 @@
52
54
  },
53
55
  "dependencies": {
54
56
  "chalk": "^4.1.0",
57
+ "file-type": "^17.1.1",
58
+ "mime-types": "^2.1.35",
55
59
  "moment": "^2.29.1",
56
- "qaseio": "^1.5.0"
60
+ "qaseio": "^2.0.1",
61
+ "read-chunk": "^4.0.2"
57
62
  }
58
63
  }
@@ -1,7 +0,0 @@
1
- # Cucumber JS Qase reporter example
2
-
3
- ## Cucumber example tests
4
-
5
- ```
6
- $ npm run test-zombie
7
- ```