asif anwar
asif anwar

Reputation: 77

want current execution logs in karate.log file instead of all previous execution

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

Answers (1)

Adrien
Adrien

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

Related Questions