Hi @nebffa Apologies regarding the confusion with the status codes. In a standard run, Newman always exits with status 0 (irrespective of test case success / failure). Use the -s status flag for correct status codes. Also note that using the -s flag causes the run to halt at the first failure.
Hi @nebffa Apologies regarding the confusion with the status codes. In a standard run, Newman always exits with status 0 (irrespective of test case success / failure). Use the
-sstatus flag for correct status codes. Also note that using the-sflag causes the run to halt at the first failure.