Newman stop after first test assertion fail #289
-
Hi all, thanks for this tool it is really useful ! I have a problem with the newman run, basically I run newman with portman and after the first assertion fail the execution is stopped. This is the command I run: This is the output of the command:
So it stops after the first fails also if there are many other run to execute. Any idea about how to solve it? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 13 replies
-
Hi @thim81 thanks for your reply.
and the newman embedded in portman. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hi @MarcoFierimonte - by default, Portman passes |
Beta Was this translation helpful? Give feedback.
-
hi @MarcoFierimonte, For your information we improve Portman towards the processing of Newman options in Portman 1.18.1 |
Beta Was this translation helpful? Give feedback.
Hi @MarcoFierimonte - by default, Portman passes
abortOnFailure:true
to Newman. You should be able to overwrite this to see all fails in a run.