-
Issue Type: Bug
I tried to run the update four times this morning, and unless we have a five updates it seems something is amiss.
VS Code version: Code 1.24.1 (24f62626b222e9a8313213fb64b10d74…
-
![image](https://user-images.githubusercontent.com/38338777/39329463-5ea063da-496c-11e8-8add-735afe41e378.png)
-
Using SSL HAProxy frontend between newman and application server causes intermitently socket hang up errors.
~~~
➜ newman -v
3.4.3
~~~
~~~
➜ uname -a
Linux jenkins 3.10.0-327.36.3.el7.x86_…
-
Newman Version: 3.9.3
OS: Various unix based systems
Using: newman as a node library
Hello,
I'm running into an issue when executing a custom test in newman, and the same test works just as expe…
-
I tried to install a custom report 'teamcity' and tried to use it during newman run, and eventhough the package is installed properly, it throws 'reporter could not be loaded' error.
Please find th…
-
Newman - 3.5.2
Fedora - 25
node - v7.6.0
I am using Newman for API testing and I have observed that the report generated by default HTML template is not right if I run the same request with differe…
-
-->
1. Newman Version :3.9.1
2. OS details:Windows 10
3. CLI
4. always have this issue
5. Command / script used to run Newman:
newman run C:\Newman\CollectionCopy\Debug_collection.json -e C…
-
Not even sure what this really entails. But the idea is I'd like to pipe in newman tests to account for my code coverage. Is this something that is possible?
reggi updated
6 years ago
-
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…
-
The following line in a bash script:
`newman run /home/teamname/tests/vm_smoke_tests.json -e /home/teamname/tests/devint_env.json --reporters html,cli > results.txt`
Produces output when run from …