| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.4.3 source code.tar.gz | 2026-05-26 | 304.8 kB | |
| 1.4.3 source code.zip | 2026-05-26 | 871.7 kB | |
| README.md | 2026-05-26 | 2.0 kB | |
| Totals: 3 Items | 1.2 MB | 0 | |
https://central.sonatype.com/artifact/org.jsmart/zerocode-tdd/1.4.3
:::xml
<dependency>
<groupId>org.jsmart</groupId>
<artifactId>zerocode-tdd</artifactId>
<version>1.4.3</version>
<scope>test</scope>
</dependency>
đ What's New in 1.4.3
This release introduces
- tabular text report generation,
- improves file deduplication in classpath scanning,
- and includes quality-of-life enhancements for test reporting.
⨠Features & Enhancements
-
Tabular Text Report (.txt) Generation (#TBD): Added
generateTableReport()to produce a formatted ASCII table report alongside the CSV report. The table includes scenario names, steps, HTTP methods, pass/fail status with emojis, and response delay metrics. Reports are written totarget/zerocode-junit-granular-report.txtfor easy viewing and sharing. â @nirmalchandra -
File Deduplication in Classpath Scanning: Enhanced
SmartUtils.getAllEndPointFiles()to deduplicate file paths when the same package exists across multiple classpath roots (e.g., file system + JAR). Usesdistinct()andsorted()to ensure unique, ordered results. â @nirmalchandra
đ Bug Fixes
- False-positive duplicate scenario detection: Fixed an issue where the same file appearing in multiple classpath roots was incorrectly flagged as a duplicate scenario name. The
distinct()fix in file collection now prevents this false positive. â
PRs merged in this release
- Tabular report generation implementation
- File deduplication for classpath scanning
Contributors
@nirmalchandra
Full Changelog: https://github.com/authorjapps/zerocode/compare/1.4.2...1.4.3