Skip to content

Releases: authorjapps/zerocode

zerocode-tdd-parent-1.3.10

03 Aug 08:43
Compare
Choose a tag to compare
Pre-release

Not released.
Use version 1.3.11

zerocode-tdd-parent-1.3.9

21 Jul 10:27
Compare
Choose a tag to compare
  • Issues/Features List
    • Date assertion after and before java LocalDateTime #5
    • stop the previous WireMock instance before overwriting it #255
    • H2DBTest fails on authentication #251
    • Scenario Annotation #258
    • Custom place holders for value ONE.OF #67
    • Enable WireMock ResponseTemplates #257
    • System env property as placeholder token in the test steps #248

Maven artefact:
https://search.maven.org/artifact/org.jsmart/zerocode-tdd/1.3.9/jar

zerocode-tdd-parent-1.3.8

07 Jun 13:17
Compare
Choose a tag to compare
<dependency>
  <groupId>org.jsmart</groupId>
  <artifactId>zerocode-tdd</artifactId>
  <version>1.3.8</version>
</dependency>

What's new in this release?

  • #241 - Console report missing assertions section
  • #244 - Clean up maven unused dependencies - Junit5 Jupiter Load generator artefact

Visit README for more details.

zerocode-tdd-parent-1.3.7

05 May 14:53
Compare
Choose a tag to compare
// This is for JUnit5 Load Generater.
// Note- Please do not add this to your POM if you are not intended to generate load 
// using JUnit5 tests.
// You do not need to add`<artifactId>zerocode-tdd</artifactId>` too, 
// if you are only dealing with JUnit5 tests for parallel/load/stress testing.
// You might only need `zerocode-tdd-jupiter`

<dependency>
  <groupId>org.jsmart</groupId>
  <artifactId>zerocode-tdd-jupiter</artifactId>
  <version>1.3.7</version>
</dependency>

// This is the usual Zerocode release(JUnit4)
<dependency>
  <groupId>org.jsmart</groupId>
  <artifactId>zerocode-tdd</artifactId>
  <version>1.3.7</version>
</dependency>

What's new or Issues fixed?

  • #226 - JUnit5 Jupier Parallel Run and Load generator extension.
  • #218 - Jackson and other library update to recent versions

Visit README for more details.

zerocode-tdd-parent-1.3.6

21 Apr 11:37
Compare
Choose a tag to compare
<dependency>
  <groupId>org.jsmart</groupId>
  <artifactId>zerocode-tdd</artifactId>
  <version>1.3.6</version>
</dependency>

What's new or Issues fixed?

  • #229 - Cherry-Pick test resource for instance test-suite creation
  • #224 - Step reuse(externalize)

Visit README for more details.

zerocode-tdd-parent-1.3.5

24 Mar 08:32
Compare
Choose a tag to compare
<dependency>
  <groupId>org.jsmart</groupId>
  <artifactId>zerocode-tdd</artifactId>
  <version>1.3.5</version>
</dependency>

What's new or Issues fixed?

  1. Producer can send with unique client.id
  2. Consumer can consume with unique group.id

Visit README for more details.

zerocode-tdd-parent-1.3.4

27 Feb 21:41
Compare
Choose a tag to compare
<dependency>
  <groupId>org.jsmart</groupId>
  <artifactId>zerocode-tdd</artifactId>
  <version>1.3.4</version>
</dependency>

What's new or Issues fixed?

  • #212 - No Content-Type in the wiremock response

Visit README for more details.

zerocode-tdd-parent-1.3.3

25 Feb 20:53
Compare
Choose a tag to compare

What's new?

<dependency>
  <groupId>org.jsmart</groupId>
  <artifactId>zerocode-tdd</artifactId>
  <version>1.3.3</version>
</dependency>

Fixed Issues-

  • #208 - Execute no param Java method call in-progress
  • #52 - Test request, response in the interactive report

zerocode-tdd-parent-1.3.2

09 Feb 14:52
Compare
Choose a tag to compare

What's new?

<dependency>
  <groupId>org.jsmart</groupId>
  <artifactId>zerocode-tdd</artifactId>
  <version>1.3.2</version>
</dependency>

Fixed Issues-

  • #202 - xmlBody for SOAP mocking
  • #192 - Uber Jar - Jar with dependencies

zerocode-tdd-parent-1.3.1

04 Feb 21:53
Compare
Choose a tag to compare

What's new?

<dependency>
  <groupId>org.jsmart</groupId>
  <artifactId>zerocode-tdd</artifactId>
  <version>1.3.1</version>
</dependency>

Fixed Issues-

  • #199 - Failure to find io.confluent:kafka-avro-serializer:jar