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 +16 -3
- package/example/screenshots/screenshot.png +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
# Qase Newman
|
|
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
|
-
##
|
|
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
|
+

|
|
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
|
|
Binary file
|