Carina Versions Save

Carina automation framework (TestNG): Web, Mobile, API, DB etc testing...

1.2.9

3 weeks ago

Enhancements

  • [#2275] Bumped up carina-webdriver to 1.2.11
  • [#2261] Added an opportunity to filter tests by country

Fixes

  • N/A

Dependencies Updates

  • com.zebrunner.carina-webdriver 1.2.10 -> 1.2.11

Migration Steps

  • Update in your project pom.xml version for carina-core dependency to 1.2.9
  • Rebuild the project mvn -U clean compile install

1.2.8

2 months ago

Enhancements

  • [#2269] Bumped up carina-webdriver to 1.2.10

Fixes

  • N/A

Dependencies Updates

  • com.zebrunner.carina-webdriver 1.2.9 -> 1.2.10

Migration Steps

  • Update in your project pom.xml version for carina-core dependency to 1.2.8
  • Rebuild the project mvn -U clean compile install

1.2.7

2 months ago

Enhancements

  • [#2265] Bumped up carina-webdriver to 1.2.9

Fixes

  • N/A

Dependencies Updates

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

Migration Steps

  • Update in your project pom.xml version for carina-core dependency to 1.2.7
  • Rebuild the project mvn -U clean compile install

1.2.6

5 months ago

Enhancements

  • [#2251] Added migration guide

Fixes

  • [#2249] Environment from config.properties should be displayed in Zebrunner reporting

Dependencies Updates

  • com.zebrunner.carina-webdriver 1.1.7 -> 1.2.8

Migration Steps

  • Update in your project pom.xml version for carina-core dependency to 1.2.6
  • Follow migration guide
  • Rebuild the project mvn -U clean compile install

1.1.5

7 months ago

Enhancements

  • [#2239] Added branch label registering
  • [#2237] Disabled Netty logs for debug log level

Fixes

  • N/A

Dependencies Updates

  • com.zebrunner.carina-webdriver 1.1.6 -> 1.1.7

Migration Steps

  • Update in your project pom.xml version for carina-core dependency to 1.1.5
  • Update import for AdbExecutor: from com.zebrunner.carina.utils.android.recorder.utils.AdbExecutor to com.zebrunner.carina.utils.android.AdbExecutor
  • Rebuild the project mvn -U clean compile install

1.1.4

9 months ago

Enhancements

  • [#2224] Updated proxy documentation

Fixes

  • [#2205] Incorrect display of links to projects in README
  • [#2225] java.io.IOException: No such file or directory when max_screen_history=1
  • [#2215] R.AGENT properties do not match what is used by the zebrunner-agent

Dependencies Updates

  • com.zebrunner.carina-webdriver 1.1.5 -> 1.1.6

Migration Steps

  • Update in your project pom.xml version for carina-core dependency to 1.1.4 and com.zebrunner.agent-core to 1.9.7
  • Update dependency (Optional): carina-appcenter 1.1.5
  • Rebuild the project mvn -U clean compile install

1.1.3

10 months ago

Enhancements

  • [#2208] Certified latest surefire plugin usage
  • [#2217] Moved classes that used only by current module from the carina-utils
  • [#2216] Created ReportConfiguration and TestConfiguration classes based on the new Configuration class [carina-utils]

Fixes

  • [#2211] listeners ignore 500 error from server and wait till the end of read_timeout

Dependencies Updates

  • com.zebrunner.carina-webdriver 1.0.4 -> 1.1.5
  • Removed com.zebrunner.carina-utils, org.apache.commons.commons-lang3

Migration Steps

  • Update in your project pom.xml version for carina-core dependency to 1.1.3
  • Update dependencies: carina-aws-s3 1.1.4, carina-azure 1.1.4, carina-appcenter 1.1.4, carina-dataprovider 1.1.3, carina-api 1.1.3
  • Rebuild the project mvn -U clean compile install

1.0.2

11 months ago

Enhancements

  • [#2204] Bumped up to the latest carina sub components

Dependencies Updates

  • com.zebrunner.carina-webdriver 1.0.3 -> 1.0.4
  • com.zebrunner.carina-utils 1.0.3 -> 1.0.4

Migration Steps

  • Update in your project pom.xml version for carina-core dependency to 1.0.2 and com.zebrunner.agent-core to 1.9.6
  • Rebuild the project mvn -U clean compile install
  • Update dependencies (optional): carina-aws-s3 1.0.3, carina-azure 1.0.3, carina-appcenter 1.0.3, carina-dataprovider 1.0.2, carina-api 1.0.2

1.0.1

11 months ago

Enhancements

  • [#2194] Documented usage of test_naming_pattern parameter
  • [#2195] Added example of the smooth migration from crypto_key_file to crypto_key_value parameters
  • [#2175] Added opportunity to set MethodOwner annotation to the class level
  • [#2184] Listed all independent Carina repositories in the README.md

Fixes

  • [#2174] CVE-2022-4065 from TestNG dependency
  • [#2196] Remove : in the doc header
  • [#2188] All tests in cron jobs aborted in Reporting

Known Issues

  • N/A

Dependencies Updates

  • com.zebrunner.carina-webdriver 1.0.2 -> 1.0.3

Migration Steps

  • Update in your project pom.xml version for carina-core dependency to 1.0.1, com.zebrunner.agent-core to 1.9.5 and net.bytebuddy.byte-buddy to 1.12.18
  • Rebuild the project mvn -U clean compile install

1.0.0

1 year ago

Enhancements

  • [#2136] Renamed package of carina-core to com.zebrunner

Fixes

  • N/A

Known Issues

  • [#2174] CVE-2022-4065

Dependencies Updates

  • N/A

Migration Steps

  • Update in your project pom.xml groupId for carina-core dependency to com.zebrunner and version to 1.0.0
  • Rename packages
com.qaprosoft.carina.core.foundation -> com.zebrunner.carina.core
  • Rebuild the project mvn -U clean compile install