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
Since cucumber/cucumber-jvm#3023 you can work around this problem by upgrading to Cucumber v7.26 and setting cucumber.junit-platform.discovery.as-root-engine to false in junit-platform.properties. This should ensure Cucumber only discovers tests when called by another engine (e.g. the JUnit Platform Suite Engine) and bypass SBTs discovery issues.