File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## What's New? ##
44
5- * The latest version ([ Tcases 3.1.2 ] ( ReleaseNotes.md#312 ) ) is now available at the Maven Central Repository.
5+ * The latest version ([ Tcases 3.2.0 ] ( ReleaseNotes.md#320 ) ) is now available at the Maven Central Repository.
66 See [ HowToDownload] ( HowToDownload.md ) for download instructions.
77
8+ * Tcases 3.2.0 adds support for [ Tcases for OpenAPI] ( tcases-openapi/README.md ) to the Tcases Maven Plugin. This release also includes additional
9+ improvements to the Tcases CLI. See the [ release notes] ( ReleaseNotes.md#320 ) for details.
10+
811 * Subscribe to the [ Tcases Forum] ( https://groups.google.com/d/forum/tcases ) group to get notifications and share experiences with other Tcases users.
912
1013## What Does It Do? ##
Original file line number Diff line number Diff line change 11# Release Notes #
22
3+ ## 3.2.0 ##
4+
5+ * ** Tcases Maven Plugin** : You can run [ Tcases for OpenAPI] ( tcases-openapi/README.md ) using the new ` tcases:api ` goal.
6+ See the [ plugin documentation] ( http://www.cornutum.org/tcases/docs/tcases-maven-plugin/ ) for details.
7+
8+ * ** ` tcases ` CLI** : Test case output transformations to JUnit (` -J ` option) and HTML (` -H ` option) work even when default output format would be JSON.
9+
10+
11+ * ** ` tcases-api ` CLI** : Standard transformations to JUnit (` -J ` option) or HTML (` -H ` option) are supported for generated API test cases.
12+
313## 3.1.2 ##
414
515 * ** [ Tcases for OpenAPI] ( tcases-openapi/README.md ) ** : For more reliable translation of OpenAPI specs, upgraded to use
Original file line number Diff line number Diff line change 77 <groupId >org.cornutum.tcases</groupId >
88 <artifactId >tcases</artifactId >
99 <packaging >pom</packaging >
10- <version >3.2.0-SNAPSHOT </version >
10+ <version >3.2.0</version >
1111
1212 <name >Tcases</name >
1313 <description >Generates test cases from system input space models</description >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.cornutum.tcases</groupId >
99 <artifactId >tcases</artifactId >
10- <version >3.2.0-SNAPSHOT </version >
10+ <version >3.2.0</version >
1111 </parent >
1212
1313 <artifactId >tcases-ant</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.cornutum.tcases</groupId >
99 <artifactId >tcases</artifactId >
10- <version >3.2.0-SNAPSHOT </version >
10+ <version >3.2.0</version >
1111 </parent >
1212
1313 <artifactId >tcases-cli</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.cornutum.tcases</groupId >
99 <artifactId >tcases</artifactId >
10- <version >3.2.0-SNAPSHOT </version >
10+ <version >3.2.0</version >
1111 </parent >
1212
1313 <artifactId >tcases-io</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.cornutum.tcases</groupId >
99 <artifactId >tcases</artifactId >
10- <version >3.2.0-SNAPSHOT </version >
10+ <version >3.2.0</version >
1111 </parent >
1212
1313 <artifactId >tcases-lib</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.cornutum.tcases</groupId >
99 <artifactId >tcases</artifactId >
10- <version >3.2.0-SNAPSHOT </version >
10+ <version >3.2.0</version >
1111 </parent >
1212
1313 <artifactId >tcases-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.cornutum.tcases</groupId >
99 <artifactId >tcases</artifactId >
10- <version >3.2.0-SNAPSHOT </version >
10+ <version >3.2.0</version >
1111 </parent >
1212
1313 <artifactId >tcases-openapi</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.cornutum.tcases</groupId >
99 <artifactId >tcases</artifactId >
10- <version >3.2.0-SNAPSHOT </version >
10+ <version >3.2.0</version >
1111 </parent >
1212
1313 <artifactId >tcases-shell</artifactId >
You can’t perform that action at this time.
0 commit comments