Hello,
I like to know how you go about with generating the trendline? So far I know there is some manual file copy step involved.
Steps I use now:
- Run tests with
mvn clean test
- Create report with
mvn allure:report
- Then I copy the history folder manually with:
cp -R target/site/allure-maven-plugin/history target/allure-results/
- Run the tests again with
mvn test
- Create report with
mvn allure:report
This all works! I get a nice report including trendline. But,
- Is this the way to go?
- Can we include this file copy step in this plugin? So, when we execute
mvn allure:report it checks for the previous report and copies the files.
I'm happy to hear from you, if step 2 should be implemented, I'm happy to help,
Roy
Hello,
I like to know how you go about with generating the trendline? So far I know there is some manual file copy step involved.
Steps I use now:
mvn clean testmvn allure:reportcp -R target/site/allure-maven-plugin/history target/allure-results/mvn testmvn allure:reportThis all works! I get a nice report including trendline. But,
mvn allure:reportit checks for the previous report and copies the files.I'm happy to hear from you, if step 2 should be implemented, I'm happy to help,
Roy