galasa-dev / projectmanagement

Project Management repo for Issues and ZenHub
7 stars 3 forks source link

OnFailure annotation required to implemented #1900

Open ayushikumari3 opened 2 weeks ago

ayushikumari3 commented 2 weeks ago

This annotation will cause the method to be called whenever a

techcobweb commented 2 weeks ago

I think the answer to this is to write your own manager, which already has the ability to hook into lifecycle events.

Writing a manager isn't very hard, it's like a helper class but more aware of what the test using it is up to, and what the environment is doing.