java - How to get merged logs in target folder in Maven? -
currently automating web-service , running tests through mvn clean install command.. when run tc1, shows me proper logs in target folder after execution.. when run tc2, erases result of tc1 , updates result of tc2.. how maintain both results in target folder?
Comments
Post a Comment