-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add possibility to define actions in certain test case state #19
Comments
Hey GpeG. Thank you a lot for raising the question. |
Hey vvolverine. I want to use this feature for maintenance purposes. For example, to gather logs and take a screenshot only for FAILED and BROKEN test cases. I think that it relates to implementation layer and should be hidden from test designer. Lifecycle feature is interesting, but I think that write in each feature something like this is bit inconvenient:
|
Hey GpeG. |
Add possibility to define actions in certain test case state.
For instance, JUnit rule - org.junit.rules.TestWatcher. It allows to define some specific actions for failed or skipped tests.
The text was updated successfully, but these errors were encountered: