You have a `TestListener` and you've overriden the...
# kotlintest
s
You have a
TestListener
and you've overriden the
beforeTest
function ?
a
Sorry, typo,
beforeProject
I have overrode
TestListener.beforeProject
method
s
Then you need to register your listener with Project.registerListener
a
I confused that I can register listener in Spec, but method which provided by TestListener is not executed
s
maybe it should be different listener interfaces
but for now, you just need to call Project.registerListeners(yourlistener)
the best thing to do is create project config
a
Yeap, absolutely agree
As I mentioned before, for me currently it is not a problem
ok
a
I use ProjectConfig😁
a
I mean that would be great to improve this