Skip to content

Commit 27a480d

Browse files
authored
add cucumber to readme with code examples (fixes #954, via #955)
1 parent 9a78a4e commit 27a480d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,3 +239,18 @@ Usage example:
239239
```
240240
Awaitility.setDefaultConditionEvaluationListener(new AllureAwaitilityListener());
241241
```
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

Comments
 (0)