-
newman run https://postman-echo.com/status/200 \
-r @reportportal/agent-js-postman \
--reporter-@reportportal/agent-js-postman-debug=true \
--reporter-@reportportal/agent-js-postman-end…
-
Related: #191 #2615 #2724
This behavior has been discussed at length already including in the above issues. This post is more formally a request to implement the desired behavior.
Specifically, …
-
Hello,
I've used this task on my azure build pipeline and it encountered a warning that it is looking for summary.json file. The newman run -r htmlextra script has only created index.html file upon…
-
### Is There An Existing Issue
- [X] I have searched the [issue tracker](https://github.com/DannyDainton/newman-reporter-htmlextra/issues) for similar problems.
### What Are You Seeing
Postman sour…
-
Version and environment information:
1. Newman Version 5.1.0
2. OS details : Windows 8
```javascript
if ( xxx ){
pm.test(" code is 0", function () {
var jsonData = pm.response.j…
-
1. Newman Version 6.1.3
2. OS details (type, version, and architecture): 249.11-0ubuntu3.11
3. Are you using Newman as a library, or via the CLI? CLI
3. Did you encounter this recently, or ha…
-
Hi!
I've implemented this task both in the build pipeline and in the release pipeline. Everything looks good and the tasks finishes with success but the html-reports is never displayed in the tab i…
-
1. Newman Version (can be found via `newman -v`): 6.1.1
2. OS details (type, version, and architecture): docker on ubuntu 22.04
3. Are you using Newman as a library, or via the CLI? CLI (docker i…
-
When I exported before, I was getting output as example.postman_collection. And then there was no problem? I don't know if I changed a setting or if there was an update.:
i have a collection i am…
-
### Description
New project is created with a simple Endpoint and API calling this endpoint, hosted on local Micro Integrator through Integration Studio.
While consuming API, client receives a HTT…