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,
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.
This issue was resolved using the following command:
mvn clean test-compile gatling:test