reportportal/agent-java-testNG

Is it possible to use beforesuite annotation in base test class?

KirProkopchik opened this issue · 1 comments

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

It was internal TestNG issue. Fixed.