Allow users to define ordering for TestNG listeners #2916
krmahadevan
started this conversation in
Ideas
Replies: 1 comment 7 replies
-
Thanks for taking the lead on the feature @krmahadevan 👍 My points:
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On a high level here's the requirements that we can start off with to decide on the implementation details of #2874
The last portion that needs to be vetted out is to decide if we should include
IReporter
implementations.Our
IReporter
api by its design is allowing users to alter the state of theITestResult
object (we dont enforce READ-ONLY)Beta Was this translation helpful? Give feedback.
All reactions