Skip to content

Releases: zebrunner/carina-dataprovider

1.2.4 (2023-11-11)

21 Nov 09:53
82bd02d
Compare
Choose a tag to compare

Enhancements

  • [#20] Bumped up carina-utils to 1.2.6

Dependencies Updates

  • com.zebrunner.carina-utils 1.1.5 -> 1.2.6

Migration Steps

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

1.1.3 (2023-06-29)

29 Jun 13:50
dbfef96
Compare
Choose a tag to compare

Enhancements

  • [#19] Moved classes that used only by current module from the carina-utils

Dependencies Updates

  • com.zebrunner.carina-utils 1.0.4 -> 1.1.5
  • org.apache.poi.poi-ooxml 4.1.2
  • Removed org.apache.commons.commons-lang3

Migration Steps

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

1.0.2 (2023-06-01)

01 Jun 15:02
6b9da0c
Compare
Choose a tag to compare

Enhancements

  • [#14] Bumped up carina-utils to 1.0.4

Dependencies Updates

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

Migration Steps

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

1.0.1 (2023-04-04)

06 Apr 11:07
64bf5cc
Compare
Choose a tag to compare

Enhancements

  • [#12] Excluded Selenium and rest-assured compile dependencies

Fixes

  • [#13] Early stream closing while reading CSV file

Known Issues

  • N/A

Dependencies Updates

  • org.testng.testng 7.6.1 -> 7.7.1

Migration Steps

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

1.0.0 (2023-03-31)

31 Mar 10:30
04203bc
Compare
Choose a tag to compare

Enhancements

  • Moved from carina-core into dedicated project
  • [#7] Refactored and documented custom (xls, csv) dataprovider logic
  • [#3] Made dataProvider with groupColumn parameter return args to test as List<Map<String, String>>

Fixes

  • [#8] TUID value isn't grabbed for DataProvider tests executed in parallel mode
  • [#6] CSV data provider won't work with dsArgs
  • [#5] dsUid value and testMethodColumn value isn't grabbed for DataProvider tests if using groupColumn parameter for custom data provider
  • [#4] Data provider mismatch when used custom data provider with groupColumn and dsArgs parameters

Known Issues

  • N/A

Dependencies Updates

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