Skip to content

Releases: zebrunner/carina-cucumber

7.2.12 (2021-11-08)

08 Nov 08:30
5fabaaf
Compare
Choose a tag to compare

Enhancements

  • Improved registered test names which uses DataProvider

Fixes

  • N/A

Known Issues

  • N/A

Dependencies Updates

  • cucumber-testng 6.0.0 -> 6.7.0
  • cucumber-java 6.0.0 -> 6.7.0

Migration Steps

  • Update in your project pom.xml version for carina-cucumber dependency to 7.2.12 and rebuild the project
  • Follow carina-core 7.2.12 migration steps to adjust your project and IDE env if needed.

7.0.0 (2021-01-29)

29 Jan 12:48
Compare
Choose a tag to compare

Enhancements

  • [#14] Examples for multiple scenarios run were reset to 0
  • [#13] Folder name now consists of feature_name + scenario_name + example_num (if present). example_num is started showing when the example number is greater than 1
  • [#8] Added the possibility to manage the number of parallel threads using data provider thread count parameter
  • [#7] Feature and Scenario Name Value are now present in Zebrunner report

Fixes

  • [#9] When running a tag from Runner file that contains Examples, the driver was not quitting for each example. Instead it reloaded the URL in the same instance for the next one
  • [#2] Fixed the issue with a warning for the cucumber dependency

Known Issues

  • N/A

Dependencies Updates

  • cucumber-testng 1.2.6 -> 6.0.0
  • cucumber-java 1.2.6 -> 6.0.0

Migration Steps

  • Update in your project pom.xml version for carina-cucumber dependency to 7.0.0 and rebuild the project
  • Follow carina-core 7.0.0 migration steps to adjust your project and IDE env if needed.