-
we are running the postman collection we would like to save all the request and response in local file
-
When a test fails, the statistical summary table does not complete printing, nor anything afterwards. Passing --reporter-cli-no-summary allows the failure details to print without the table.
Mac 10.1…
-
If I try to run my postman collection tests using the following code it does not fail but does not execute:
``` js
var newman = require('newman'); // require newman in your project
newman.run({
…
-
In the cmd, enter the following content:
newman -c XXXXX.postman_collection.json -H result.html
Because the collection and description used by Chinese character in the result.html,so,the result.ht…
-
**Problem Statement**:
I am seeing an error when I try to create an HTML report while running the collection through newman. The whole execution completes and at the end when its trying to generate an…
-
When a POST request is sent to create an annotation, an error message is received that states a "Selector" object was expected instead of an ordered dict.
There is probably some sort of a logic err…
-
When using Newman to do data-driven test, results from different cases mixed together in the summary report...
The request name doesn't support variables, like `whatever title - {{caseName}}` didn't w…
-
There seems to be a memory leak in newman 1.2.23 when running more than one iteration on a collection. For my collection, it will crash after roughly 20 iteraions with the following error:
FATAL ERRO…
-
Please allow query string parameters in the pipelines. An example is this pipeline:
```
[
{
"method": "POST",
"endpoint": "http://dev.digitale-kuratierung.de/api/e-nlp/namedEntityRecognition",
…
-
Hi @ADmad
I was working in my local PC testing my app with `bin\cake server` and every thing was OK.
but when I upload my app to the server I had an issue that my request header Authorization is alw…