-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
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
Feature Request: Set Keyword On Failure #67
Comments
damies13
added a commit
to damies13/robotframework-imagehorizonlibrary
that referenced
this issue
Feb 27, 2022
resolves Issue eficode#67 Feature Request: new keyword Set Keyword On Failure
Is there a reason not to implement this keyword? It would be extremely helpful and the change is indeed minimal. |
Thanks Simon for the appreciation, I tried contributing things I thought would make the library better, and some fixes for existing issues, now it's up to the project owner. |
Sorry, my comment was misleading. It was addressed to the project owner, @Tattoo :-) |
noubar
added a commit
to noubar/Robotframework-ImageLibrary
that referenced
this issue
Oct 17, 2024
commit e5a9d5a Author: Dave Amies <damies13@gmail.com> Date: Sun Feb 27 14:38:46 2022 +1000 Issue eficode#67 Feature Request: Set Keyword On Failure resolves Issue eficode#67 Feature Request: new keyword Set Keyword On Failure
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A keyword from selenium library that I found quite useful was Register Keyword To Run On Failure.
This feature request is for the equivalent keyword in IHL. I am aware you can set the
keyword_on_failure
at import, but having the keyword allows you to temporarily change thekeyword_on_failure
and then change it back.Background:
Here is a link to my forum post where I explained the situation where this functionality is useful.
I will provide a PR for this feature request.
The text was updated successfully, but these errors were encountered: