I use Maven for building project: lets say to run test U use mvn clean test; Then I have maven-allure plugin and I generate report once tests completed. I know that to keep history I have to place history folder to allure-results every time but how to do it automatically e.g. by default report results goes to target/ folder and every time I run tests again that is cleared.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1742393699a4435516.html
评论列表(0条)