No tests run in maven project with karate module

mvn test behind the scenes just looks for JUnit tests, it is that simple. Check that your JUnit class names end with Test – and that the maven tweak for the recommended directory structure is in place: https://github.com/intuit/karate/issues/724

Otherwise unless you follow this process, it is difficult for anyone to help you: https://github.com/intuit/karate/wiki/How-to-Submit-an-Issue

Leave a Comment