Taurus junit-xml 报告不可见

Taurus junit-xml report is not viewable

我得到了这个 xunit 报告,但是当我通过几个浏览器打开它时,它是这样的。有没有办法通过离线模式获得可共享的报告?谢谢你。

这是我的 Taurus 配置,我 运行 在 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

这正是 JUnit XML result 的样子,我不知道你还希望看到什么。

BlazeMeter 服务中有一个 link 在线报告,报告保留期取决于您的 BlazeMeter Pricing Plan,free/anonymous 用户现在是 7 天

有可能生成 HTML Reporting Dashboard out of kpi.jtl file which is in your artifacts directory however you will need to take some extra steps 以便能够执行此操作。