ReportNG HTML report not updating

前端 未结 2 586
时光取名叫无心
时光取名叫无心 2021-01-16 15:25

I am trying to generate the expected HTML report with ReportNG. I have included the necessary jar files (guice, velocity, and reportng) and written a Test class and various

2条回答
  •  时光说笑
    2021-01-16 16:21

    Even i tried using ReportNG, but as per my knowledge, ReportNG is no more used, instead I would suggest, use customized TestNG report format.

    Here are few links, which may be helpful for you,

    https://www.seleniumeasy.com/testng-tutorials/testng-customize-emailable-html-report-example

    https://github.com/cbeust/testng/commit/31cc17da840d31682daae6b283c0a8766c93bd13 ---- In here go through the EmailableReporter.java

提交回复
热议问题