fabianlinz / serenity-junit5

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

Dynamic Tests from junit5? #27

Open anoopk1981 opened 3 years ago

anoopk1981 commented 3 years ago

Hi,

I am trying to use Serenity with Junit5 and I was able to get the tests running. Now I am trying to use the @TestFactory annotation to create dynamic tests that Junit5 supports . But I can't get it work. Do you know if this is possible?

Thank You