Mark simulation as Failure if one scenario fail

Gatling version: 3.11.5
Gatling flavor: java
Gatling build tool: maven

ok let’s said this I have two scenarios in one simulation. One scenario has an exec with a http, that has a check at the end. The other is just an exec → session where I would like to mark as KO in case some condition failed. But I cannot see the way of how to do it, and just doing session.markAsFailed is not giving me any KO and is not making the simulation fail at the end. Any idea how to do this?

crashLoadGenerator, introduced in Gatling 3.12.0, to be released beginning of next week: Core: Introduce crashLoadGenerator and crashLoadGeneratorIf · Issue #4582 · gatling/gatling · GitHub

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.