Skip to content

1.0.1 (2023-04-05)

Compare
Choose a tag to compare
@akamarouski akamarouski released this 06 Apr 10:13
· 10 commits to master since this release
bb685ef

Enhancements

  • [#13] Excluded TestNG and Selenium compile dependencies
  • [#11] Changed TestNG dependency scope to test
  • [#9] Bumped up version of TestNG dependency

Fixes

  • N/A

Known Issues

  • N/A

Dependencies Updates

  • com.zebrunner.carina-utils 1.0.2 -> 1.0.3
  • org.testng.testng 7.6.1 -> 7.7.1

Migration Steps

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