Implementing custom listener and datadog integration #2744
Replies: 3 comments 1 reply
-
Yes, you could do that. |
Beta Was this translation helpful? Give feedback.
-
Have a look at the ConsoleStepListener class. You can register a listener using |
Beta Was this translation helpful? Give feedback.
-
Thank you @wakaleo I followed above instructions. I am able to listen to only stepStarted, stepFinished events, but not able to listen on testStarted, testFinished, scenarioStarted etc. Any suggestions please? We are trying to run the tests with CucumberWithSerenity runner + Junit. And registered the listener inside BeforeScenario annotation. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are having around 5 thousand tests and currently we need to wait till the execution is finished to get the reports. We are planning for live reporting (live results) with help of datadog to see the results as and when a test case fails . One way we are planning is to implement custom listener. Is it possible to implement a custom listener and register with CucumberWithSerenity?
Beta Was this translation helpful? Give feedback.
All reactions