Top-Q / difido-reports

This project aims to provide a generic implementation for HTML test reports.
http://top-q.github.io/difido-reports
Apache License 2.0
47 stars 31 forks source link

Report issues with TestNG 7.0.0 or 7.1.0 #234

Open ValorHeart opened 4 years ago

ValorHeart commented 4 years ago

Difido works great with TestNG 6.14.3, but after upgrading TestNG to 7.0.0 or 7.1.0 there is an issue: While there is more than one "Test" in TestNG xml file, difido reports are splitting and multiplying the tests.

TestNG suite structure that used to work: ` <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">

` will result with the following report: image

The same exactly suite, but this time with only one test: ` <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">

` will result with the following report: image

ValorHeart commented 4 years ago

BTW, I'm Adi from HP Indigo

itaiag commented 3 years ago

Hi Adi. It is true. There are some breaking changes in TestNG 7. Adding support for it is in the project milestone.