Releases: nokia/contract-test-framework
Releases · nokia/contract-test-framework
v0.1.2
v0.1.1
Bug fix for gRPC tester.
Reset gRPC cache in case of the cache not containing the service to be tested.
v0.1.0
GRPC support added!
- gRCP endpoints can now be tested with contracts. Supports reflection and stubs
- Contracts can be generated from proto files
- New generation mode, strict generation which expects the exact same response as it got last time, with the exception of new fields.
v0.0.5
Bugfix: Include requests in requirements
v0.0.4
Initial release
-
Contract testing for Rest endpoints
-
Contract rendering for Rest endpoints
v0.03
[#2]: Change build to main branch (#6)
v0.0.2
[#2]: Update publish pipeline
v0.0.1
[#1] Add rest end point contract tester (#2) * [#1] Add rest end point contract tester Also added associated pipelines , tests and documentation.