Reputation: 77
Require only current execution logs in karate.log file. Actually all previous execution and current execution logs are getting logged in karate.log file under target folder. Is there any way to log only current execution logs in karate.log file? Please give suggestions
Upvotes: 1
Views: 197
Reputation: 1090
How do you launch your tests? If you're using maven, mvn clean install
instead of mvn install
will clean /target before the test.
Upvotes: 2