We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a78a4e commit 27a480dCopy full SHA for 27a480d
README.md
@@ -239,3 +239,18 @@ Usage example:
239
```
240
Awaitility.setDefaultConditionEvaluationListener(new AllureAwaitilityListener());
241
242
+
243
+## Cucumber
244
+4,5,6,7 versions are supported instead of N use the required version.
245
+To use Cucumber simply add the following dependency to your project:
246
247
+[How to use allure cucumber code examples](https://github.com/allure-examples?q=cucumber&type=all&language=java)
248
249
+```xml
250
+<dependency>
251
+ <groupId>io.qameta.allure</groupId>
252
+ <artifactId>allure-cucumberN-jvm</artifactId>
253
+ <version>$LATEST_VERSION</version>
254
+</dependency>
255
256
+```
0 commit comments