I get this xunit report but when I open it via several browsers, it's like this. IS there any way to get a sharable report via offline mode ? Thank you.
This is my Taurus configuration and I ran in Centos 7.
---
execution:
- concurrency: 2
ramp-up: 1m
hold-for: 1m10s
scenario: first
scenarios:
first:
think-time: 0.75
requests:
- http://blazedemo.com/
- http://blazedemo.com/vacation.html
reporting:
- final-stats
- console
- blazemeter
- junit-xml
This is exactly how JUnit XML result should look like, I don't know what else do you expect to see there.
There is a link to the online report in BlazeMeter service, report retention period depends on your BlazeMeter Pricing Plan, for free/anonymous users it's 7 days as of now
There is a possibility to generate HTML Reporting Dashboard out of kpi.jtl
file which is in your artifacts directory however you will need to take some extra steps in order to be able to do this.