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 |
0 replies
|
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. |
0 replies
|
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. :-) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
All reactions