7.4.28 (2022-12-12)
Enhancements
- [#52] Bumped up cucumber-java to the 7.5.0 which has annotations like
@BeforeAll
and@AfterAll
- [#47] Added opportunity to change the name of the folder for scenario in reports folder
#declare below config parameter as true to rename testdir from unique id numbers to the test method name including feature name custom_testdir_naming=true
Fixes
- N/A
Known Issues
- [#31] Incorrect count and logs are displayed on zafira report
Dependencies Updates
- io.cucumber.cucumber-testng 7.3.4 -> 7.5.0
- io.cucumber.cucumber-java 7.3.4 -> 7.5.0
Migration Steps
- Update in your project pom.xml version for carina-cucumber dependency to 7.4.28 and rebuild the project
- If you need functionality, described in [#47], add
custom_testdir_naming=true
parameter to the config file