I'm trying to automate this build.
This is my pom portion:
<configuration>
<resultsDirectory>pm-test/jmeter/results</resultsDirectory>
<testFilesDirectory>pm-test/jmeter/scripts</testFilesDirectory>
<appendResultsTimestamp>true</appendResultsTimestamp>
<resultsFileNameDateFormat>yyMMddHHmmss</resultsFileNameDateFormat>
</configuration>
But when I execute Mave/Install this is the log:
[info] Raw results: /Users/talosdigital/Documents/workspace/jmeter-demo/target/jmeter/report/loyaltySurround-151223.jtl
[info] Test report: /Users/talosdigital/Documents/workspace/jmeter-demo/target/jmeter/report/loyaltySurround-151223.jtl-report.html
The issues are:
- It's not generating the reports in the folder
- It's not using the specified date format for result files.
Thanks in advance.