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've searched existing issues and found nothing related to my issue.
Describe the feature you want to add
As mentioned in #2397 I would like to have a possibility to determine wether the current request is triggered by a runner or as a single request. This will be beneficial especially when using with #2116 and a skip request function.
Usage is like this bru.isRunner()
Returns either true or false
Mockups or Images of the feature
The text was updated successfully, but these errors were encountered:
Just one remark, it's req.getExecutionMode() not bru.getExecutionMode(). This does totally make sense, just not to confuse anyone passing by this ticket.
I have checked the following:
Describe the feature you want to add
As mentioned in #2397 I would like to have a possibility to determine wether the current request is triggered by a runner or as a single request. This will be beneficial especially when using with #2116 and a skip request function.
Usage is like this
bru.isRunner()
Returns either true or false
Mockups or Images of the feature
The text was updated successfully, but these errors were encountered: