@reportportal/newman-reporter-agent-js-postman
Advanced tools
Comparing version 5.0.1 to 5.0.2
## [5.0.2] - 2021-06-23 | ||
### Updated | ||
- `@reportportal/client-javascript` version to the latest | ||
### Added | ||
- `restClientConfig` configuration property support (more details in [client-javascript](https://github.com/reportportal/client-javascript)) | ||
## [5.0.1] - 2021-05-18 | ||
@@ -3,0 +10,0 @@ ### Fixed |
@@ -120,3 +120,4 @@ /* | ||
debug: options.debug || options.reportportalAgentJsPostmanDebug, | ||
mode: options.mode || options.reportportalAgentJsPostmanMode | ||
mode: options.mode || options.reportportalAgentJsPostmanMode, | ||
restClientConfig: options.restClientConfig | ||
}; | ||
@@ -123,0 +124,0 @@ }, |
{ | ||
"name": "@reportportal/newman-reporter-agent-js-postman", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "ReportPortal reporter for newman", | ||
@@ -32,3 +32,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@reportportal/client-javascript": "^5.0.4", | ||
"@reportportal/client-javascript": "^5.0.5", | ||
"lodash": "^4.17.15", | ||
@@ -35,0 +35,0 @@ "string_decoder": "^1.2.0" |
@@ -91,3 +91,4 @@ # @reportportal/agent-js-postman | ||
| debug | Determines whether newman's run should be logged in details. | | ||
| mode | Launch mode. Allowable values *DEFAULT* (by default) or *DEBUG*. | | ||
| mode | Launch mode. Allowable values *DEFAULT* (by default) or *DEBUG*. | ||
| restClientConfig | The object with `agent` property for configure [http(s)](https://nodejs.org/api/https.html#https_https_request_url_options_callback) client, may contain other client options eg. `timeout`. | | ||
@@ -94,0 +95,0 @@ ### Report static attributes |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
114568
1818
190