This repository has been archived by the owner on Jan 15, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to latest Extent and other few changes (#28)
* The following changes are done: - Fixed scenario outline bugs - Displaying Examples data table for the scenario outline - Scenario outline and scenario parent child relationships are maintained properly now - Introduced Reporter class for fine step logging and screenshot captures * Updated the travis to use JDK8
- Loading branch information
1 parent
835998b
commit da8939b
Showing
14 changed files
with
1,160 additions
and
359 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,10 +1,10 @@ | ||
language: java | ||
jdk: | ||
- openjdk7 | ||
- oraclejdk8 | ||
notifications: | ||
email: | ||
- [email protected] | ||
before_script: | ||
- "export DISPLAY=:99.0" | ||
- "sh -e /etc/init.d/xvfb start" | ||
- sleep 3 # give xvfb some time to start | ||
- sleep 3 # give xvfb some time to start |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Changelog | ||
|
||
### v2.0.0 | ||
- Upgraded to the latest version of ExtentReport and made it provided | ||
- Fixed scenario outline bugs | ||
- Displaying Examples data table for the scenario outline | ||
- Scenario outline and scenario parent child relationships are maintained properly now | ||
- Introduced Reporter class for fine step logging and screenshot captures | ||
|
||
### v1.1.1 | ||
- User now can add test runner log from anywhere. The output will be displayed under the Log tab in the report. Refer the example. | ||
- All the step keywords from cucumber is now displayed. | ||
- Fixed to list the feature tags in the Categories section. | ||
|
||
### v1.1.0 | ||
- User now can add system information to the report. | ||
- User now can load the extent report config xml to customize the report. | ||
- Fixed the scenario outline, now each scenario in the scenario outline will be properly displayed in the report. | ||
|
||
### v1.0.0 | ||
- Initial release with basic support of extent report. |
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
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
Oops, something went wrong.