Releases: authorjapps/zerocode
Releases · authorjapps/zerocode
zerocode-tdd-parent-1.3.0
What's new?
<dependency>
<groupId>org.jsmart</groupId>
<artifactId>zerocode-tdd</artifactId>
<version>1.3.0</version>
</dependency>
- #189 - Split Kafka and Http to maven multi module fixed-and-released
- #150 - Create separate Kafka HelloWorld examples repo #150
- #176 - Kafka - Record metadata reading and asserting(optional) #176
- #177 - Kafka- Handle produce async with callback -
- #178 - Produce Kafka record to a particular partition
- #180 - Spin up schema registry docker
- #181 - Consume RAW and JSON record
- #182 - RAW avro message and assert
- #187 - Partly basic release(still WIP)
zerocode-tdd-parent-1.2.18
Dry run release for Kafka Testing.
The 1st release of Kafka with loaded functionalities is in 1.3.0.
Look for latest here - Maven Central
zerocode-rest-bdd-1.2.17
What's new?
<dependency>
<groupId>org.jsmart</groupId>
<artifactId>zerocode-rest-bdd</artifactId>
<version>1.2.17</version>
</dependency>
- #183 - Host config properties to be accessible via the keys
- See README for this feature.
- See HelloWorld repo for this in action
zerocode-rest-bdd-1.2.16
What's new?
<dependency>
<groupId>org.jsmart</groupId>
<artifactId>zerocode-rest-bdd</artifactId>
<version>1.2.16</version>
</dependency>
- ISSUE-167 - "ignoreStepFailures" flag to allow execution of all steps in a scenario JSON
- ISSUE-159 - [Report View Duplicate] - A minor bug fix
- ISSUE-168 - "multi-part" data without files - Null pointer fix
zerocode-rest-bdd-1.2.15
What's new?
- ISSUE-161 - utf-16, utf-32 etc charset supported now along with utf-8
- Minor improvements done e.g.
- Framework allows to override only headers via method
amendRequestHeaders(Map<String, Object> headers)
. See an example in here in thehello world
repo - Also it allows further handling response by overriding
createCharsetResponse(CloseableHttpResponse httpResponse)
- Override only if your project needs, otherwise framework uses the default implementation
- Framework allows to override only headers via method
zerocode-rest-bdd-1.2.12
zerocode-rest-bdd-1.2.11
zerocode-rest-bdd-1.2.9
zerocode-rest-bdd-1.2.8
zerocode-rest-bdd-1.2.7
What's new?
- Array size assertion with relational expression e.g.
$.GT
,$LT
,SNOT.EQ
etc - See README section for examples and usages.