| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.4.2 source code.tar.gz | 2026-05-20 | 301.3 kB | |
| 1.4.2 source code.zip | 2026-05-20 | 868.2 kB | |
| README.md | 2026-05-20 | 2.3 kB | |
| Totals: 3 Items | 1.2 MB | 1 | |
https://central.sonatype.com/artifact/org.jsmart/zerocode-tdd/1.4.2
:::xml
<dependency>
<groupId>org.jsmart</groupId>
<artifactId>zerocode-tdd</artifactId>
<version>1.4.2</version>
<scope>test</scope>
</dependency>
🚀 What's New in 1.4.2
This release improves custom report file naming, removes deprecated pipe syntax for headers, enhances correlation logging, and includes quality-of-life improvements.
✨ Features & Enhancements
-
Custom report file names via
zerocode.properties(#768): Added support for custom report file naming patterns via thezerocode.propertiesconfiguration file. Users can now define custom naming conventions for generated test reports. — @nirmalchandra -
Removed deprecated pipe syntax for headers (#763): Removed the deprecated pipe syntax (
| |) for header definitions in CSV parameterization. This completes the migration fromignoreHeadertowithHeadersintroduced in v1.4.0. — @IgnatiosSar (#767)
🐛 Bug Fixes
- Gradle test execution support: Fixed issues with Gradle build flow and documented proper test execution patterns. — @nirmalchandra
🛠 Infrastructure & Maintenance
- Code refactoring: Improved code organization and removed obsolete listener implementations.
⚠️ Breaking Changes
- Pipe syntax removal: The deprecated pipe syntax (
| |) for CSV headers is now fully removed. Use thewithHeadersproperty instead (introduced in v1.4.0). See Migration Guide for details. @IgnatiosSar
PRs merged in this release
- #767 — Remove deprecated pipe syntax for headers
- Author: @IgnatiosSar
- #768 — Custom report file names via zerocode.properties
- Author: @nirmalchandra
Contributors
@nirmalchandra, @IgnatiosSar
Full Changelog: https://github.com/authorjapps/zerocode/compare/1.4.1...1.4.2