-
The Xamarin Insights SDK has the possibility to manually send an Exception object to the backend. This is very useful in cases where you are able to try/catch Exceptions from which you can recover (sh…
-
1. Newman Version (can be found via `newman -v`):
2. OS details (type, version, and architecture):
3. Are you using Newman as a library, or via the CLI?
3. Did you encounter this recently, or…
-
Simply put, it would be nice when running a collection via node to allow for an `environments` key that can take multiple environments so that a single test can be iterated over with different environ…
-
[This change is introduced in version 6](https://github.com/postmanlabs/newman/commit/f86a9efb92ef92dcb058fe93995861452f25c1d5)
Please refer [this](https://nodejs.org/api/buffer.html#buffer_buffer)…
-
Hi,
Maybe I am missing something, but using the master (0.3.0-SNAPSHOT) I keep getting empty reports.
I tried this simple test:
```java
@Test
public void instrumentAndNameDefaultClient2() {
…
-
An option to export results from Runner in HTML format (similar to Newman's, may be) rather than just the JSON that can only be viewed in a Runner.
-
**_Version and environment information:_**
1. Newman Version (can be found via `newman -v`): **3.4.3**
2. OS details (type, version, and architecture): **Red Hat Enterprise Linux Server 7.2 (M…
jbnok updated
7 years ago
-
On html reporting which gets generated from new man after a run -
It gives a full list of API's executed and assertions passed or failed
however, it doesnt drill down on the failed cases.. to onl…
-
1. Newman Version (can be found via `newman -v`): 3.6.0
2. OS details (type, version, and architecture): Ubuntu 16.04 64bit
3. Are you using Newman as a library, or via the CLI? CLI
3. Did yo…
-
Hello,
I am trying to generate Newman Report through Jenkins Pipeline. I have added my postman collection in my bitbucket repository and add the location in jenkinsfile.yaml "newmanScriptDir: test". …