Releases: zebrunner/carina-dataprovider
Releases · zebrunner/carina-dataprovider
1.2.4 (2023-11-11)
1.1.3 (2023-06-29)
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)
1.0.1 (2023-04-04)
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)
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