Does anyone know how events work ? How do I handle them ?
With a previous version of cucumber, someone implements his CustomCucumber class adding his CustomListener in that class (
https://www.youtube.com/watch?v=iudFtypIMF0&t=519s ). So I try the same with the new version of Cucumber, and I see that in the listener i can override methods like "testRunStarted" or "testRunFinished" which has the same name of some of the events, but there are no other methods corresponding the rest of the new events.
I'm sure i'm doing things wrong, so any help is appreciated, thanks