@qavajs/format-report-portal 1.2.0 → 1.2.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.
- package/CHANGELOG.MD +3 -0
- package/package.json +5 -5
package/CHANGELOG.MD
CHANGED
|
@@ -14,6 +14,9 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
|
|
|
14
14
|
|
|
15
15
|
:microscope: - experimental
|
|
16
16
|
|
|
17
|
+
## [1.2.1]
|
|
18
|
+
- :rocket: updated report portal client
|
|
19
|
+
|
|
17
20
|
## [1.2.0]
|
|
18
21
|
- :x: removed `showLaunchURL` flag in favor of built-in report portal client capability
|
|
19
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qavajs/format-report-portal",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "cucumber formatter for report portal",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
},
|
|
22
22
|
"homepage": "https://github.com/qavajs/format-report-portal#readme",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@reportportal/client-javascript": "^5.
|
|
24
|
+
"@reportportal/client-javascript": "^5.5.1"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@cucumber/cucumber": "^12.2.0",
|
|
28
|
-
"@qavajs/core": "^2.
|
|
29
|
-
"@qavajs/memory": "^1.10.
|
|
30
|
-
"jest": "^30.
|
|
28
|
+
"@qavajs/core": "^2.11.0",
|
|
29
|
+
"@qavajs/memory": "^1.10.3",
|
|
30
|
+
"jest": "^30.2.0"
|
|
31
31
|
},
|
|
32
32
|
"keywords": [
|
|
33
33
|
"reportportal",
|