serenity-bdd / serenity-core

Serenity BDD is a test automation library designed to make writing automated acceptance tests easier, and more fun.
http://serenity-bdd.info
Other
714 stars 513 forks source link

SerenityJunit5Extension generates no reports when used in meta annotation #2696

Open zeners opened 2 years ago

zeners commented 2 years ago

the extension SerenityJunit5Extension produce no report, when used in a meta-annotation like this:

@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@ExtendWith(SerenityJUnit5Extension.class)
public @interface SerenityTest {
}

Tests are executed and the Serenity-Framework works, but no reports.

Using the @ExtendWith(SerenityJUnit5Extension.class) direct on the test-class, the report is generated

wakaleo commented 2 years ago

I don't think this is supported.