No tests run in maven project with karate module

后端 未结 1 1429
臣服心动
臣服心动 2021-01-28 16:59

We have a multi module project with the following structure

  • module 1
  • module 2
  • module e2e
  • parent pom

The module e2e contai

1条回答
  •  有刺的猬
    2021-01-28 17:25

    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

    0 讨论(0)
提交回复
热议问题