1.修改bug(passCase不标色和加粗)

style = (n == 2 and ‘errorCase‘) or (n == 1 and ‘failCase‘) or (n == 0 and ‘passCase‘)

2.增加用力通过率

<tr id=‘total_row‘><td>Total</td><td>%(count)s</td><td>%(Pass)s</td><td>%(fail)s</td><td>%(error)s</td><td>Proportion:%(Pass)s/%(count)s</td></tr>

3.增加用例描述

4.增加用例通过率图表

 URL: http://tungwaiyip.info/software/HTMLTestRunner.html

 

相关文章:

  • 2021-07-09
  • 2021-07-09
  • 2021-07-06
  • 2021-10-31
  • 2022-12-23
猜你喜欢
  • 2021-11-29
  • 2021-11-27
  • 2022-12-23
相关资源
相似解决方案