Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anshooarora committed Nov 8, 2018
1 parent feb5445 commit d8c6583
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## extentreports-cucumber2-adapter

### Docs

See [here](http://extentreports.com/docs/versions/4/java/cucumber2.html) for complete docs.

### Usage

To begin using the adapter, add the com.aventstack.extentreports.cucumber.adapter.ExtentCucumberAdapter plugin to the runner.

```java
`@RunWith(Cucumber.class)
@CucumberOptions(plugin = {"com.aventstack.extentreports.cucumber.adapter.ExtentCucumberAdapter:"})
public class RunCukesTest {
// ..
}
```

### License

extentreports-cucumber2-adapter is MIT licensed.

0 comments on commit d8c6583

Please sign in to comment.