Open
Description
Version and environment information:
- Newman Version (can be found via
newman -v
): 4.4.0 - OS details (type, version, and architecture): Linux, Mac OS X
- Are you using Newman as a library, or via the CLI? CLI
- Did you encounter this recently, or has this bug always been there: Always
- Expected behaviour: tests passed
- Command / script used to run Newman: newman run collection.json -e variables.json --verbose
- Sample collection, and auxiliary files (minus the sensitive details): N/A
- Screenshots (if applicable): N/A
We had issue "retry in case of failure" was suggested to solve it programmatically, but newman fails anyway because of request error, even if we retry it successfully. Is it possible somehow to ignore requests error?