Releases: zebrunner/carina
Releases · zebrunner/carina
1.3.0 (2024-10-25)
1.2.9 (2024-04-10)
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 (2024-02-21)
1.2.7 (2024-02-13)
1.2.6 (2023-11-21)
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 (2023-09-11)
Enhancements
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
tocom.zebrunner.carina.utils.android.AdbExecutor
- Rebuild the project
mvn -U clean compile install
1.1.4 (2023-07-26)
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 to1.9.7
- Update dependency (Optional):
carina-appcenter
1.1.5 - Rebuild the project
mvn -U clean compile install
1.1.3 (2023-06-29)
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
1.0.2 (2023-06-01)
Enhancements
- [#2204] Bumped up to the latest carina sub components
Dependencies Updates
Migration Steps
- Update in your project pom.xml version for carina-core dependency to
1.0.2
andcom.zebrunner.agent-core
to1.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 (2023-05-16)
Enhancements
- [#2194] Documented usage of
test_naming_pattern
parameter - [#2195] Added example of the smooth migration from
crypto_key_file
tocrypto_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
to1.9.5
andnet.bytebuddy.byte-buddy
to1.12.18
- Rebuild the project
mvn -U clean compile install