You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Core] Mark Allure 5 and 6 plugins as incompatible (#2652)
This bans the use of the incompatible plugins
```
io.qameta.allure.cucumber5jvm.AllureCucumber5Jvm
io.qameta.allure.cucumber6jvm.AllureCucumber6Jvm
```
This will prevent users from making the mistake of using the wrong plugin
version with Cucumber. This avoids questions and noise all around.
0 commit comments