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
Cucumber support is a different story (so @SerenityTest is not a replacement for @RunWith(CucumberWithSerenity.class)).
As far as I know Cucumber has support to run on the Junit5 Platform (by implementing a custom engine). So in contrast to this project they do not extend Junit5 Jupiter. See also https://junit.org/junit5/docs/current/user-guide/#overview-what-is-junit-5 for more details on the difference between Junit5 Platform and Jupiter, as well as cucumber/cucumber-jvm#1149 (comment)).
Immediately after running
gradle clean test aggregate
, I receive a message that there were test errors, despite no test actually running.My setup is as follows:
build.gradle
And I have a test runner, which previously use @RunWith, but now it uses @serenitytest
Does this plugin support @CucumberOptions properly, so it will glue the code in stepDefinitions?
The text was updated successfully, but these errors were encountered: