-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
015acb7
commit 5e26c49
Showing
1 changed file
with
16 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,41 @@ | ||
## ExtentReports 5 [![Join the chat at https://gitter.im/anshooarora/extentreports](https://badges.gitter.im/anshooarora/extentreports.svg)](https://gitter.im/anshooarora/extentreports?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Maven Central](https://img.shields.io/maven-central/v/com.aventstack/extentreports.svg?maxAge=300)](http://search.maven.org/#search|ga|1|g:"com.aventstack") [![Build Status](https://github.com/extent-framework/extentreports-java/actions/workflows/maven.yml/badge.svg)](https://github.com/extent-framework/extentreports-java/actions/workflows/maven.yml) [![CodeFactor](https://www.codefactor.io/repository/github/extent-framework/extentreports-java/badge)](https://www.codefactor.io/repository/github/extent-framework/extentreports-java) [![codecov](https://codecov.io/gh/extent-framework/extentreports-java/branch/master/graph/badge.svg)](https://codecov.io/gh/extent-framework/extentreports-java) | ||
|
||
### Documentation ### | ||
### Deprecation Notice | ||
|
||
ExtentReports is being sunset and will be replaced by [ChainTest Framework](https://github.com/anshooarora/chaintest). | ||
|
||
I am incredibly grateful for the support, contributions, and trust you have placed in ExtentReports throughout this journey. | ||
|
||
Thank you for being an integral part of the ExtentReports community. I look forward to continuing this journey with you through ChainTest. | ||
|
||
/ Anshoo | ||
|
||
### Documentation | ||
|
||
Documentation for ExtentReports 5.x and lower versions is hosted on [ExtentReports.com](http://extentreports.com) | ||
|
||
### Samples ### | ||
### Samples | ||
|
||
* [Klov](http://klov.herokuapp.com) | ||
* [Spark](http://extentreports.com/docs/v5/wiki/spark/spark.html) from [Wiki:A Complete Example](https://github.com/extent-framework/extentreports-java/wiki/A-Complete-Example) | ||
|
||
### Contributing ### | ||
### Contributing | ||
|
||
For more information on contributing to the ExtentReports project, please see [CONTRIBUTING.md](https://github.com/extent-framework/extentreports-java/blob/master/Contributing.md). | ||
|
||
A complete list of contributors since ExtentReports migrated from [@anshooarora/extentreports-java](https://github.com/anshooarora/extentreports-java) can be [found here](https://github.com/extent-framework/extentreports-java/graphs/contributors). | ||
|
||
### Upcoming ### | ||
### Upcoming | ||
|
||
* See [v5.0.x milestones](https://github.com/extent-framework/extentreports-java/milestone/2) | ||
* See [v5.1.x milestones](https://github.com/extent-framework/extentreports-java/milestone/3) | ||
* Want to see a feature added? Let me know [here](https://github.com/extent-framework/extentreports-java/issues?q=is%3Aopen+is%3Aissue+milestone%3A5.0.x) | ||
|
||
### Versions ### | ||
### Versions | ||
|
||
* ExtentReports 4.x is available from the [4.x branch](https://github.com/extent-framework/extentreports-java/tree/4.1.x) | ||
* ExtentReports 3.x is no longer maintained, and is available from [@anshooarora/extentreports-java](https://github.com/anshooarora/extentreports-java) | ||
|
||
### License ### | ||
### License | ||
|
||
ExtentReports is Open Source software and ExtentReports 5.0 is released under Apache-2.0. |