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.
↧