How can I generate an HTML report for Junit results?

前端 未结 7 1514
囚心锁ツ
囚心锁ツ 2020-11-27 02:57

Is there a way to (easily) generate a HTML report that contains the tests results ? I am currently using JUnit in addition to Selenium for testing web apps UI.

PS: G

7条回答
  •  星月不相逢
    2020-11-27 03:04

    Alternatively for those using Maven build tool, there is a plugin called Surefire Report.

    The report looks like this : Sample

提交回复
热议问题