afranken / jmeter-analysis-maven-plugin

Plugin that parses JMeter result files and computes performance indicators such as average request duration
58 stars 40 forks source link

Preserve directory structure relative to source pattern #10

Closed afranken closed 11 years ago

afranken commented 11 years ago

When the jmeter-maven-plugin still had the analysis integration, report files would be written to the results directory preserving the original directory structure relative to the source pattern.

For example:

/src/main/resources/test1/test.jmx with a source pattern of /src/main/resources/test1/ would generate a report below /target/results/test1/test-report.html --- this does not work any more, the relative path to the source pattern is completely ignored. Re-implement this feature.
afranken commented 11 years ago

I already have a working prototype in my local workspace, I'll have to add more tests.

afranken commented 11 years ago

still needs to be tested in integration test, see https://github.com/afranken/jmeter-analysis-maven-plugin-it/issues/1