Zerocode Versions Save

A community-developed, free, opensource, automated testing framework for microservices APIs, Kafka(Data Streams) and Load testing. Zerocode Open Source enables you to create, change and maintain your automated test scenarios via simple JSON or YAML files. Visit documentation below:

1.3.42

1 month ago

>>BETA RELEASE (v 1.3.42)<< (if you want to use earlier release, use 1.3.37. Do not use 1.3.41 as it's still a Beta version


What's new in this release?

Ans: Contains the fixes for the closed tickets here

Note: Kafka seekTimestamp feature is still in Beta release in this version. Try it in your own Kafka cluster and raise if any issues found.

Release version

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

1.3.41

1 month ago

>>BETA RELEASE (v 1.3.41)<< WARNING! DO NOT USE THIS RELEASE. WAIT FOR THE NEXT STABLE RELEASE (1.3.42)


What's new in this release?

Ans: Contains the fixes for the closed tickets here

Note: Kafka seekTimestamp feature is still in Beta release in this version. Try it in your own Kafka cluster and raise if any issues found.

Release version

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

zerocode-tdd-parent-1.3.36

2 months ago

This release version(1.3.36) was discarded due to Java Doc error caused by special characters. So do not use this version.

zerocode-tdd-parent-1.3.37

2 months ago

Features:

The following tickets were resolved: https://github.com/authorjapps/zerocode/milestone/1?closed=1

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

zerocode-tdd-parent-1.3.35

7 months ago

Logging Features

  • Scenario logging to console is more prettier now
  • Prints the scenario name under "Scenario:" title for all scenarios run
    • Helps in straight jumping to a scenario that failed instead of wasting time in search and find operation
    • No more detective work to figure out which scenario failed as well as which exact step failed
  • Devs/SDETs can put their logging level to WARN to reduce the noice due to INFO and DEBUG level logging(this is optional)
  • Removed "missing query param" and "missing headers" from WARN level

zerocode-tdd-parent-1.3.34

10 months ago

PR https://github.com/authorjapps/zerocode/pull/578

  • Deep TypeCast to handle 1D ArrayList elements
<dependency>
  <groupId>org.jsmart</groupId>
  <artifactId>zerocode-tdd</artifactId>
  <version>1.3.34</version>
</dependency>

Look here for dependency detail: https://search.maven.org/artifact/org.jsmart/zerocode-tdd/1.3.34/jar for:

  • Gradle
  • Apache Ivy
  • Scala
  • Kotlin
  • etc...

zerocode-tdd-parent-1.3.33

1 year ago
  • PRs #505 #559
  • YAML fix
  • Ordering Kafka records
  • Ordering API Response
<dependency>
  <groupId>org.jsmart</groupId>
  <artifactId>zerocode-tdd</artifactId>
  <version>1.3.33</version>
</dependency>

zerocode-tdd-parent-1.3.32

1 year ago
  • Never released due to GitHub push error
  • Probably this was due to GitHub new SHA issue it didn't allow the new version PUSH

Note: DO NOT USE THIS VERSION IN YOUR PROJECT

zerocode-tdd-parent-1.3.31

1 year ago
  • YAML step file - Fixed.
  • PRs #550 , #552 , #538,

zerocode-tdd-parent-1.3.29

1 year ago
  • 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.