-
-
Notifications
You must be signed in to change notification settings - Fork 529
change doc for junit5 #487
Comments
Hi @toepi - Thanks you for creating this issue. Would you be open to collaborating on a PR? You can get started by changing the things you have found to be outdated and people can review / add suggestion? |
@mlvandijk I'm waiting for junit-team/junit5#2416. Once implemented we'll be feature complete with Junit 4. |
Good to know, thnx @mpkorstanje |
Is there even a sketch somewhere of how to use native JUnit 5 with cucumber-junit-platform-engine while excluding junit and the vintage engine? We added cucumber-junit-platform-engine and excluded junit and the vintage engine, and now it runs but says there are no tests. Adding back the vintage engine, it finds our tests. A working example posted to some public repo somewhere would be extremely useful, in lieu of documentation. |
Here's a working example. I cloned it, added excludes of junit and vintage engine, and it still works: https://github.com/cronn/cucumber-junit5-example |
I'd read that, but nothing beats a checked-in, working example. |
have found the the documention is a little outdate to use cucumber with junit5, it reference to junit-vintage-engine. with is only correct if cucumber-junit will be used. since cucumber 5 it is possible to use junit5 native with cucumber-junit-platform-engine.
Why no pr? I'm unsure how to describe it in a good manner. Have only found out that the current stand is confusing new users.
The text was updated successfully, but these errors were encountered: