I know we have to run the command bzt xxxx.jmx to execute the existing JMeter script via Taurus and after few mins we will see the nice dashboard. My question is after the test execution completed how can I generate and view the AggregateReport.jtl and ResultsTable.csv. We are using these 2 for our analysis and report.
How do I achieve this? Please advise me!
Thanks, Rajani
After test execution Taurus generates some artifacts including normal JMeter .jtl
results file.
Open JMeter GUI. You can do it by appending -gui
postfix to your Taurus execution command like:
bzt yourtest.yaml -gui
kpi.jtl
file inside Taurus artifacts folder. References: