-
Notifications
You must be signed in to change notification settings - Fork 27
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
HTML report, jmeter-report error #45
Comments
Can you show your results xml file please? is it in XML format? |
You might be right, it can be the problem. Here is the content of "XML file"
As you can see it is CSV :) Further more, I've put this project in GitHub, so you can also see for yourself: |
Check the "save as xml" checkbox in your listener configuration. |
I've changed that checkbox as you stated, but problem still persists:
Check test now in master branch :( |
Hmm, seems to be a defect in the plugin. I cant find where log format is being set to CSV, because jmeter default is XML. If you need a workaround, add this line to your jmeter.properties:
|
Yes. I've tried this solution and it works. You may close this ticket. |
Hi,
I've added simple JMeter test (Testing 200 HTTP Status Code check on Google page).
Test is executed, I have xml as report
1428666959184,194,HTTP Request,200,OK,Thread Group 1-1,text,true,18786,1,1,176
But just before finishing Gradle task there is an error that I can see:
When I try to examine file:
google-homepage.jmx-20150410-1355-report.html
it is empty.
Can you please put some light on this problem?
Maybe I am doing something wrong?
Thnx
The text was updated successfully, but these errors were encountered: