Skip to content

1.0.1 (2023-05-16)

Compare
Choose a tag to compare
@akamarouski akamarouski released this 16 May 13:50
· 69 commits to master since this release
7469fdb

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

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