zebrunner / carina

Carina automation framework (TestNG): Web, Mobile, API, DB etc testing...
https://zebrunner.github.io/carina
Apache License 2.0
954 stars 217 forks source link

6.4 regresion: listener is launched several times #974

Closed vdelendik closed 4 years ago

vdelendik commented 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

vdelendik commented 4 years ago

https://github.com/qaprosoft/carina/pull/973