Skip to content

trendline #183

@roydekleijn

Description

@roydekleijn

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:

  1. Run tests with mvn clean test
  2. Create report with mvn allure:report
  3. Then I copy the history folder manually with: cp -R target/site/allure-maven-plugin/history target/allure-results/
  4. Run the tests again with mvn test
  5. Create report with mvn allure:report

This all works! I get a nice report including trendline. But,

  1. Is this the way to go?
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions