1
votes

How to add a custom error message for gatling assertions

Current Behavior:-

details("My Scenario").requestsPerSec.between(20, 25)

The above code allows validating the requests per second but unable to pass a custom message when assertion fails . (Like the assertions in Junit libraries)

1

1 Answers

1
votes

That's not possible as of current version (3.6.1). Contributions welcome.