Karate Gatling: Changes to feature file aren't picked up

后端 未结 2 1922
滥情空心
滥情空心 2021-01-25 06:07

I\'m attempting to build a series of gatling tests triggering karate scenarios. Changes I\'m making to the feature file are only occasionally picked up by Gatling. For example,

相关标签:
2条回答
  • 2021-01-25 06:41

    You certainly have something missing in your pom.xml. Please compare your setup with this project: https://github.com/intuit/karate/tree/develop/examples/gatling

    If the *.feature files are not copied to the target/test-classes folder automatically - you will face this behavior.

    0 讨论(0)
  • 2021-01-25 06:53

    This issue was resolved using the following command:

    mvn clean test-compile gatling:test
    
    0 讨论(0)
提交回复
热议问题