Releases: authorjapps/zerocode
Releases · authorjapps/zerocode
zerocode-tdd-parent-1.3.10
Not released.
Use version 1.3.11
zerocode-tdd-parent-1.3.9
- 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
<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
// 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.
- Visit this JUnit5 Parallel Load Wiki Page
- #218 - Jackson and other library update to recent versions
Visit README for more details.
zerocode-tdd-parent-1.3.6
zerocode-tdd-parent-1.3.5
zerocode-tdd-parent-1.3.4
zerocode-tdd-parent-1.3.3
zerocode-tdd-parent-1.3.2
zerocode-tdd-parent-1.3.1
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