Closed
Description
Not an issue but a question.. I did post the same question at selenide-examples/cucumber#2
But i guess that this channel is more populair and for that reason i am asking it here..
I wonder if TextReport() is working in combination with Cucumber JUnit tests? I try adding it into my project but it did not work.. I don't see any logs.
@Rule
public TestRule report = new TextReport().onFailedTest(true).onSucceededTest(true);
Thanks!
Activity