Tcases 3.4.0
·
416 commits
to master
since this release
This release introduces an important new capability for Tcases for OpenAPI: generating an executable test directly from an OpenAPI v3 spec.
You can do this from the command line, using the new tcases-api-test command, or with the
Tcases Maven Plugin, using the new tcases:api-test goal. For this release, these commands can automatically create Java tests, runnable with either JUnit or TestNG, that execute all requests using the REST Assured DSL. For all the details, see Running API Test Cases.
For info on other improvements in this release, see the release notes.