Replies: 4 comments
-
@future2r As an FYI, we're unlikely to download a random zip from the internet. If you can make a github repo that we can see the problem then we might be inclined to take a look |
Beta Was this translation helpful? Give feedback.
-
Sure, here it is: Minimal Example |
Beta Was this translation helpful? Give feedback.
-
At a glance there are quite a few remarkable items:
I'd recommend that you follow the 10-Minute tutorial first to get a working project first and only then shape that further. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much! The latest versions of Surefire and Failsafe were causing the problem. I created the project manually, as a minimal example from a much larger project. And yes, you caught me. In my despair I consulted an LLM. The property was an oddment of that attempt. :-) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
After days of trying I did not find a way to let the Maven build fail if a Cucumber scenario fails. What am I missing?
Here a minimal example of that build setup. It uses Maven Wrapper to simplify things. Just have a Java 21 in your JAVA_HOME and it shall run.
cucumber-problem.zip
Beta Was this translation helpful? Give feedback.
All reactions