I have Neoload Jenkins job with multiple scenarios which run sequentially. When one of the scenarios fails (SLA criterium isn't fulfilled) other scenarios will not run, jenkins job will stop at that point. What I need is that test run for all scenarios, so that I have list of all scenarios that failed.
The status code of the first scenario is not a success that's why the job is stopped. This is expected. Is there any good reasons to run all your scenarios within the same Jenkins job?