JUnitPerf icon indicating copy to clipboard operation
JUnitPerf copied to clipboard

view generated reports on running JUnitPerf\junit5-examples> mvn test

Open nagkumar opened this issue 2 years ago • 1 comments

[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  10.955 s
[INFO] Finished at: 2023-06-01T11:07:03+05:30
[INFO] ------------------------------------------------------------------------
[WARNING]
[WARNING] Plugin validation issues were detected in 4 plugin(s)
[WARNING]
[WARNING]  * org.jacoco:jacoco-maven-plugin:0.8.5
[WARNING]  * org.apache.maven.plugins:maven-compiler-plugin:3.10.1
[WARNING]  * org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M7
[WARNING]  * org.apache.maven.plugins:maven-resources-plugin:3.3.0
[WARNING]
[WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
[WARNING]

When we run mvn test it gives above warning no reports are seen..

how to run the tests and view the performance related reports

nagkumar avatar Jun 01 '23 07:06 nagkumar

Will add a fix this week, but for now if you comment out this line and run mvn test the example tests should run.

The example tests include some failure examples, so you should expect failures when running mvn test Reports will be written to junit5-examples/build/reports/ dir.

noconnor avatar Jun 05 '23 12:06 noconnor