skinny85 / specnaz

Library for writing beautiful, RSpec/Jasmine/Mocha/Jest-style specifications in Java, Kotlin and Groovy
Other
34 stars 8 forks source link

Take into account <package> elements in TestNG XML files #11

Closed skinny85 closed 5 years ago

skinny85 commented 5 years ago

The IAlterSuiteListeners in specnaz-testng and specnaz-kotlin-testng responsible for ignoring top-level describes methods were not taking into account <package> elements, leading to errors if that tag was used in a TestNG XML file.

Concerns #10