◐ Shell
clean mode source ↗

[TestNG] Lookup test name for report first in 'testName' field inside 'Test' annotation by rosolko · Pull Request #1154 · allure-framework/allure-java

Context

According to documentation test title should be displayed in report based on testName field from Test annotation, but completely ignored.
By research it can be defined only in description field, which is not mentioned by documentation and confusing in general.

Checklist