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
It appears when using the maven-failsafe-plugin along with cucumber-jvm that a single failed Scenario is reported twice in the maven output. Is that expected? I've intentionally setup one test to fail, and when running mvn clean verify, the failure is reported twice and it appears I have two failures instead of one. I've attached all the output below.
maven v3.2.1
maven-failsafe-plugin v2.18
cucumber-jvm v1.2.2
using cucumber-java, cucumber-spring, and cucumber-junit
It appears when using the maven-failsafe-plugin along with cucumber-jvm that a single failed Scenario is reported twice in the maven output. Is that expected? I've intentionally setup one test to fail, and when running
mvn clean verify
, the failure is reported twice and it appears I have two failures instead of one. I've attached all the output below.maven v3.2.1
maven-failsafe-plugin v2.18
cucumber-jvm v1.2.2
using cucumber-java, cucumber-spring, and cucumber-junit
maven-failsafe-cucumber.txt
The text was updated successfully, but these errors were encountered: