You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the tutorial which teaches you to extend Gatling and essentially led to building this plugin. I'm looking to build my own custom actions and have a small issue. Here's a simplified version of the code in my action (extends RequestAction):
For some reason when this action is invoked from exec the test remains active if result is OK. Any suggestions? (Apologies in advance if this is not the right forum)
The text was updated successfully, but these errors were encountered:
I followed the tutorial which teaches you to extend Gatling and essentially led to building this plugin. I'm looking to build my own custom actions and have a small issue. Here's a simplified version of the code in my action (extends RequestAction):
For some reason when this action is invoked from exec the test remains active if result is OK. Any suggestions? (Apologies in advance if this is not the right forum)
The text was updated successfully, but these errors were encountered: