- Changed the package names from
com.cucumber
tocom.vimalselvam
as this confuses the user that this project is supported by cucumber.
- Reverted the optional file parameter for the plugin due to a bug in Cucumber
- Fixed the bug while running on parallel using TestNG
- Fixed the system info when execute from multiple runners
- Added a feature to display the data table in the step
- Fixed the thread safe issue when run in parallel
- 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
- 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.
- 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.
- Initial release with basic support of extent report.