Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to eliminate folder creation with JMX file name in reports path #364

Open
siva90144 opened this issue Mar 12, 2020 · 1 comment
Open
Milestone

Comments

@siva90144
Copy link

Java Version: 1.8
Jmeter Version:5.1.1
Maven Version :3.63
JMeter-Maven-Plugin Version: 3.0.0

JMX file name is testfile.jmx and while generating the reports its creating folder with jmx filename. Inside the reports folder(target/jmeter/reports/ testfile/). Is there any way to eliminate the folder creation with JMX file?
I want to generate reports in target/jmeter/reports/ instead off target/jmeter/reports/ testfile/

if i change the JMX file name new folder is creating with that name and unable to handle the publishing reports in Jenkins

@Ardesco
Copy link
Contributor

Ardesco commented Mar 16, 2020

It's currently hard coded:

https://github.com/jmeter-maven-plugin/jmeter-maven-plugin/blob/master/src/main/java/com/lazerycode/jmeter/testrunner/TestManager.java#L187

We should look at making this optional in the future.

@Ardesco Ardesco added this to Needs triage in ISSUE TRACKING via automation Mar 16, 2020
@Ardesco Ardesco added this to the 3.2.0 milestone Apr 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
ISSUE TRACKING
  
Needs triage
Development

No branches or pull requests

2 participants