newman-reporter-qase 1.0.4 → 1.0.5

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/README.md CHANGED
@@ -1,11 +1,14 @@
1
- # Qase Newman Reporter
1
+ > # Qase TMS Newman reporter
2
+ >
3
+ > Publish results simple and easy.
4
+
5
+ ## How to integrate
2
6
 
3
- Install reporter:
4
7
  ```bash
5
8
  npm install -g newman-reporter-qase
6
9
  ```
7
10
 
8
- ## Usage
11
+ ## Example of usage
9
12
 
10
13
  ### Define in tests
11
14
  ```js
@@ -30,3 +33,13 @@ newman run \
30
33
  --reporter-qase-runDescription "..." \ # Specify Run description using CLI parameters
31
34
  -x # WA for issue https://github.com/postmanlabs/newman/issues/2148#issuecomment-665229759
32
35
  ```
36
+
37
+ ![Output of run](example/screenshots/screenshot.png)​
38
+ A test run will be performed and available at:
39
+ ```
40
+ https://app.qase.io/run/QASE_PROJECT_CODE
41
+ ```
42
+
43
+ <!-- references -->
44
+
45
+ [auth]: https://developers.qase.io/#authentication
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "newman-reporter-qase",
3
- "version": "v1.0.4",
3
+ "version": "v1.0.5",
4
4
  "description": "Qase TMS Newman Reporter",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",