-
https://hub.docker.com/r/postman/newman/tags
1. Newman Version (can be found via `newman -v`): 5.3.2
2. OS details (type, version, and architecture): Alpine
3. Are you using Newman as a librar…
-
We use a Postman Team account to publish Collections and Documentation and drive everything off of the OpenAPI spec during CI in an automated fashion. An ideal workflow would be,
1. Update OpenAPI …
-
1. Newman Version (can be found via `newman -v`):
```4.5.1```
2. OS details (type, version, and architecture):
```Official Docker image, alpine-based (postman/newman:4.5.1-alpine)```
3. …
-
### Is there an existing issue for this?
- [X] I have searched the tracker for existing similar issues and I know that duplicates will be closed
### Describe the Issue
When using postman to interro…
-
it would be great if support for --delay-request can be added. I am basically looking to add some delay between requests as it is supported by newman - https://learning.postman.com/docs/running-collec…
-
New Flows beta is the best thing Postman has seen for a while. It has all the needed bits to do proper testing sequences without needing to do too much scripting between requests.
Running them in c…
rallu updated
9 months ago
-
[Feature Request]
A flag option to run request's in a random order under a collection. Currently we can re-arrange the order of requests (through the user interface, not sure newman does that), b…
-
Hi All,
I have an upstream https service, in which I would like to inject delay using toxiproxy.
Postman ( https://x.y.com:5556/a/b/c + request ) Response (works)
Postman ( https://localhost:102…
-
I want to run Postman tests as a part of our CI pipeline. We use Bamboo for our CI Below is the cake file
```
#addin nuget:?package=Cake.Newman
#addin Cake.Npm
var InstallPostman = "Install-Po…
-
When passing multiple --folder, newman launches a set of folders not in the order that I passed to him, but in the order in which these folders are located in Postman collection. CLI and node library …