Skip to content

Releases: authorjapps/zerocode

zerocode-tdd-parent-1.3.0

26 Jan 11:22
Compare
Choose a tag to compare

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

26 Jan 11:25
Compare
Choose a tag to compare
Pre-release

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

12 Jan 14:53
Compare
Choose a tag to compare

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

zerocode-rest-bdd-1.2.16

22 Dec 21:01
Compare
Choose a tag to compare

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
  • See README for this feature.
  • See Wiki for more details

zerocode-rest-bdd-1.2.15

15 Dec 09:24
Compare
Choose a tag to compare

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 the hello 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
  • See README for this feature.
  • See Wiki for more details

zerocode-rest-bdd-1.2.12

12 Dec 06:10
Compare
Choose a tag to compare

What's new?

  • ISSUE-159 - Singleton http client. One client per Runner.
  • ISSUE-131 - Default port (80 or 443 etc) if not provided
  • See README for this feature.
  • See Wiki for more details

zerocode-rest-bdd-1.2.11

09 Nov 23:51
Compare
Choose a tag to compare

What's new?

  • ISSUE-153 - Gradle No JUnit listener support
  • See README for this feature.
  • See Wiki for more details

zerocode-rest-bdd-1.2.9

28 Oct 11:00
Compare
Choose a tag to compare

What's new?

  • ISSUE-141 - Now Name-Value pair is sent for header content-type : application/x-www-form-urlencoded
  • See README for this header type.
  • See Wiki for more examples and usages of this header type

zerocode-rest-bdd-1.2.8

21 Oct 08:41
Compare
Choose a tag to compare

What's new?

  • ISSUE-2 - External Json file as content to test cases - Common and reusable entities
  • ISSUE-49 - WireMock upgraded to latest version
  • ISSUE-133 - web. and restful. both are supported in the host properties file
  • See README for examples and usages.
  • See Wiki

zerocode-rest-bdd-1.2.7

27 Aug 22:13
Compare
Choose a tag to compare

What's new?

  • Array size assertion with relational expression e.g. $.GT, $LT, SNOT.EQ etc
  • See README section for examples and usages.