Closed vdelendik closed 4 years ago
7.1.0 testng has a regression again with listeners registered on java class level. https://github.com/cbeust/testng/issues/2290
As result it execute all our listener methods several times (For example onTestStart method is launched 3 times if you have 3 tags declared in TestNG suite xml file
Need refactor CarinaListener in accordance with #951
https://github.com/qaprosoft/carina/pull/973
7.1.0 testng has a regression again with listeners registered on java class level. https://github.com/cbeust/testng/issues/2290
As result it execute all our listener methods several times (For example onTestStart method is launched 3 times if you have 3 tags declared in TestNG suite xml file
Need refactor CarinaListener in accordance with #951