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?