serenity-bdd / serenity-cucumber-starter

A skeleton project for Serenity BDD and Cucumber JVM
Apache License 2.0
180 stars 285 forks source link

Do we have plan to update this starter for junit5 without using vintage engine? #78

Closed CimaCha closed 2 years ago

CimaCha commented 2 years ago

Hello serenity community!

In JUnit4 for Serenity + Cucumber we can add @RunWith(CucumberWithSerenity.class) In junit5 we have annotation @IncludeEngines and for cucumber we can include "cucumber" engine Do we have some sort of engine for serenity too, like "serenity" or smth Or we have other way how we can implement serenity BDD + cucumber 7 + JUnit5?

Thank you for your answer

wakaleo commented 2 years ago

This isn't currently supported.

CimaCha commented 2 years ago

@wakaleo this repo you mean? Ok I will close my issue