You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This question is more related to Cucumber than to Selenide.
Looking at issue cucumber/cucumber-jvm#393, I see that JUnit @Rule annotation is not supported by Cucumber. It means that you cannot use built-in TextReport rule with Cucumber, but you can create a very similar hook in Cucumber.
Does TextReport() works in Cucumber JUnit tests? I try adding it into my project but it did not work.. I don't see any logs.
Thanks!
The text was updated successfully, but these errors were encountered: