fabianlinz / serenity-junit5

JUnit5 integration for Serenity BDD
Apache License 2.0
6 stars 11 forks source link

Support Serenity annotations on non-public test method (@Title, @WithTag) #21

Closed fabianlinz closed 3 years ago

fabianlinz commented 3 years ago

Currently the @Titel annotation is not considered for the report on Junit5 test methods unless they are public. Consistently with Junit4 the @Title annotation does not influence the name in the Junit report.

WORKAROUND: declare test method annotated with @Title as public

fabianlinz commented 3 years ago

Would be addressed by https://github.com/serenity-bdd/serenity-core/pull/2306 > wait for new release

fabianlinz commented 3 years ago

released with Serenity v2.3.9