Skip to content

Releases: zebrunner/carina-cucumber

1.2.9 (2024-04-17)

17 Apr 14:08
b4c16c7
Compare
Choose a tag to compare

Enhancements

  • [#103] Bumped up carina-core version to 1.2.9

Known Issues

  • N/A

Dependencies Updates

  • com.zebrunner.carina-core 1.2.8 -> 1.2.9

Migration Steps

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

1.2.8 (2024-04-17)

17 Apr 09:26
ea9ea9f
Compare
Choose a tag to compare

Enhancements

  • [#102] Bumped up carina-core version to 1.2.8

Known Issues

  • N/A

Dependencies Updates

  • com.zebrunner.carina-core 1.2.7 -> 1.2.8

Migration Steps

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

1.2.7 (2024-02-14)

16 Feb 10:13
424b916
Compare
Choose a tag to compare

Enhancements

  • [#100] Bumped up carina-core version to 1.2.7

Known Issues

  • N/A

Dependencies Updates

  • com.zebrunner.carina-core 1.2.6 -> 1.2.7

Migration Steps

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

1.2.6 (2024-01-18)

18 Jan 22:27
18e05a2
Compare
Choose a tag to compare

Enhancements

  • [#97] Bumped up carina-core to 1.2.6

Known Issues

  • N/A

Dependencies Updates

  • com.zebrunner.carina-core 1.1.5 -> 1.2.6
  • com.google.guava.guava 31.1-jre -> 32.1.2-jre
  • io.cucumber.cucumber-testng 7.12.0 -> 7.15.0
  • io.cucumber.cucumber-java 7.12.0 -> 7.15.0
  • net.masterthought.cucumber-reporting 5.7.5 -> 5.7.8

Migration Steps

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

1.1.5 (2023-10-05)

05 Oct 12:15
918c032
Compare
Choose a tag to compare

Enhancements

  • [#60] Added support options overriding from testing xml suites
  • [#93] Refactored test name generating process
  • [#91] Bumped up carina-core to 1.1.5

Known Issues

  • [#31] Incorrect count and logs are displayed on zafira report

Dependencies Updates

  • com.zebrunner.carina-core 1.1.4 -> 1.1.5

Migration Steps

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

1.1.4 (2023-07-26)

26 Jul 14:25
ba950ef
Compare
Choose a tag to compare

Enhancements

  • [#88] Bumped up carina-core to 1.1.4

Known Issues

  • [#31] Incorrect count and logs are displayed on zafira report

Dependencies Updates

  • com.zebrunner.carina-core 1.1.3 -> 1.1.4

Migration Steps

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

1.1.3 (2023-06-29)

29 Jun 16:01
3fdb257
Compare
Choose a tag to compare

Enhancements

  • [#84] Created CucumberConfiguration class based on the new Configuration class [carina-utils]

Known Issues

  • [#31] Incorrect count and logs are displayed on zafira report

Dependencies Updates

  • com.zebrunner.carina-core 1.0.2 -> 1.1.3
  • Removed org.apache.commons.commons-lang3, io.netty.netty-codec-http

Migration Steps

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

1.0.2 (2023-06-01)

01 Jun 15:59
5a8e36e
Compare
Choose a tag to compare

Enhancements

  • [#80] Bumped up carina-core to 1.0.2

Fixes

  • [#79] Cucumber results link is not appearing on the Zebrunner portal
  • [#76] super.tearDownClass(context) is throwing an error

Known Issues

  • [#31] Incorrect count and logs are displayed on zafira report

Dependencies Updates

  • com.zebrunner.carina-core 1.0.1 -> 1.0.2
  • org.apache.commons.commons-lang3 3.12.0

Migration Steps

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

1.0.1 (2023-05-18)

19 May 14:36
618b6c7
Compare
Choose a tag to compare

Enhancements

  • [#71] Bumped up carina-core to 1.0.1

Fixes

  • N/A

Known Issues

  • [#31] Incorrect count and logs are displayed on zafira report

Dependencies Updates

  • com.zebrunner.carina-core 1.0.0 -> 1.0.1
  • io.cucumber.cucumber-testng 7.9.0 -> 7.12.0
  • io.cucumber.cucumber-java 7.9.0 -> 7.12.0

Migration Steps

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

1.0.0 (2023-05-16)

16 May 16:07
a92fc7b
Compare
Choose a tag to compare

Enhancements

  • [#70] Bumped up carina-core to 1.0.0

Fixes

  • N/A

Known Issues

  • [#31] Incorrect count and logs are displayed on zafira report

Dependencies Updates

  • com.qaprosoft.carina-core 8.0.11 -> com.zebrunner.carina-core 1.0.0

Migration Steps

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