Is it possible to use beforesuite annotation in base test class?
KirProkopchik opened this issue · 1 comments
KirProkopchik commented
Hello,
I try to create basic test structure: TestClass extends BaseTest.
BaseTest contains a method which is marked by BeforeSuite annotation.
But it isn`t called when TestClass is running?
I used https://github.com/reportportal/example-java-TestNG-logback
KirProkopchik commented
It was internal TestNG issue. Fixed.