Skip to content

Releases: authorjapps/zerocode

zerocode-tdd-parent-1.3.31

06 Apr 14:33
Compare
Choose a tag to compare

1.3.29

06 Aug 11:24
Compare
Choose a tag to compare
  • Issues List-
    • fix: update snappy-java for m1 support

Maven:

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

Gradle:

implementation 'org.jsmart:zerocode-tdd:1.3.29'

Other Maven artifact link:
https://search.maven.org/artifact/org.jsmart/zerocode-tdd/1.3.29/jar

Visit README for documentation and more details.

zerocode-tdd-parent-1.3.28

31 May 11:13
Compare
Choose a tag to compare
  • Issues resolved
    • [Kafka] Allow Json consume to natively read AVRO Message #488
    • WireMock: Not able to mock url path only regardless the query parameters #472

Maven:

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

Gradle:

implementation 'org.jsmart:zerocode-tdd:1.3.28'

Maven artifact link: https://search.maven.org/artifact/org.jsmart/zerocode-tdd/1.3.28/jar

Visit README for more details.

zerocode-tdd-parent-1.3.27

06 Dec 23:12
Compare
Choose a tag to compare
  • Issues List-
    • initialPollWaitingForConsumerGroupJoin time should be configurable #462

Maven:

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

Gradle:

implementation 'org.jsmart:zerocode-tdd:1.3.27'

Maven artifact link: https://search.maven.org/artifact/org.jsmart/zerocode-tdd/1.3.27/jar

Visit README for more details.

zerocode-tdd-parent-1.3.26

01 Nov 16:53
Compare
Choose a tag to compare
  • Issues List-
    • Use JSON file within a reusable JSON file #453
    • Sending dynamic headers (values) to kafka while reading records from file #451

Maven:

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

Gradle:

implementation 'org.jsmart:zerocode-tdd:1.3.26'

Maven artifact link: https://search.maven.org/artifact/org.jsmart/zerocode-tdd/1.3.26/jar

Visit README for more details.

zerocode-tdd-parent-1.3.25

17 Oct 18:08
Compare
Choose a tag to compare
  • Fixed issues
    • Support custom asserter in API automation for project-specific validations #429
    • [KAFKA]Consume the latest or the n latest messages from a Kafka partition #432

Maven:

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

Gradle:

implementation 'org.jsmart:zerocode-tdd:1.3.25'

Maven artifact link: https://search.maven.org/artifact/org.jsmart/zerocode-tdd/1.3.25/jar

Visit README for more details.

zerocode-tdd-parent-1.3.24

06 Sep 12:35
Compare
Choose a tag to compare
  • Issues List-
    • #421 (Hover mouse to see the details)
      • Consumer tries to successfully join the consumer group prior to retry count
    • #423 (Hover mouse to see the details)
      • Protobuff support in Kafka automated testing

Maven:

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

Gradle:

implementation 'org.jsmart:zerocode-tdd:1.3.24'

Maven artifact link: https://search.maven.org/artifact/org.jsmart/zerocode-tdd/1.3.24/jar

Visit README for more details.

zerocode-tdd-parent-1.3.23

14 Jul 13:56
Compare
Choose a tag to compare
  • Issues/Features List
    • #407 (Hover mouse to see the details)
    • #410 (Hover mouse to see the details)
      • @@authoname is deprecated, use @authorname
      • #category introduced to add regression category for the scenario. Currently one category per scenario supported.
    • Kafka Retry mechanism code enhanced and made accurate to intercept messages from a Kafka topic and partition
      • You might need to poll for slightly longer miliseconds if any existing tests fail
      • e.g. consumer.pollingTime = 5000 instead of consumer.pollingTime = 3000 and/or
      • consumer.maxNoOfRetryPollsOrTimeouts = 3 instead of consumer.maxNoOfRetryPollsOrTimeouts = 2
<dependency>
  <groupId>org.jsmart</groupId>
  <artifactId>zerocode-tdd</artifactId>
  <version>1.3.23</version>
</dependency>

Maven artifact link: https://search.maven.org/artifact/org.jsmart/zerocode-tdd/1.3.23/jar

Visit README for more details.

zerocode-tdd-parent-1.3.22

12 Jun 19:49
Compare
Choose a tag to compare
  • Issue List
<dependency>
  <groupId>org.jsmart</groupId>
  <artifactId>zerocode-tdd</artifactId>
  <version>1.3.22</version>
</dependency>

Maven artifact Jar link: https://repo1.maven.org/maven2/org/jsmart/zerocode-tdd/1.3.22/

Visit README for more details.

zerocode-tdd-parent-1.3.21

12 Jun 08:25
Compare
Choose a tag to compare

Note:
This change has been reverted in v 1.3.22 due to bad user experience.
Recommended not to use v 1.3.21 release.
Hence use v 1.3.22 or higher.

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

Artifact jar files are available here:
https://oss.sonatype.org/content/repositories/orgjsmart-1084/org/jsmart/

Maven artifact link: https://search.maven.org/artifact/org.jsmart/zerocode-tdd/1.3.21/jar

Visit README for more details.