We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I would like to Abort the script execution.
For example:
If ( testObjects.totalCount===0) { //1. ....... //2. abort("No Data Found") ; //3. ........... }
If i use abort in this case then it should abort the script Immediately regardless of duration whatever i have specified.
Currently i'm using fail but the script is getting executed till i specified the duration (which doesn't serve my purpose).
Could someone please get this implemented ?
Thanks, Rushabh
The text was updated successfully, but these errors were encountered:
Closing this issue in favor of #1001, since the new one is a bit more detailed and expanded.
Sorry, something went wrong.
No branches or pull requests
Hi,
I would like to Abort the script execution.
For example:
If i use abort in this case then it should abort the script Immediately regardless of duration whatever i have specified.
Currently i'm using fail but the script is getting executed till i specified the duration (which doesn't serve my purpose).
Could someone please get this implemented ?
Thanks,
Rushabh
The text was updated successfully, but these errors were encountered: