Skip to content

Releases: nokia/contract-test-framework

v0.1.2

05 Dec 21:15
67976b3
Compare
Choose a tag to compare

Bug fix for gRPC contract generation

v0.1.1

03 Nov 07:52
76e6ce6
Compare
Choose a tag to compare

Bug fix for gRPC tester.

Reset gRPC cache in case of the cache not containing the service to be tested.

v0.1.0

31 Oct 11:04
26e41ee
Compare
Choose a tag to compare

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

13 Oct 06:26
c212311
Compare
Choose a tag to compare

Bugfix: Include requests in requirements

v0.0.4

04 Oct 09:49
e440162
Compare
Choose a tag to compare

Initial release

  • Contract testing for Rest endpoints

  • Contract rendering for Rest endpoints

v0.03

04 Oct 07:05
b07ba5a
Compare
Choose a tag to compare
v0.03 Pre-release
Pre-release
[#2]: Change build to main branch (#6)

v0.0.2

01 Oct 10:30
227ac6f
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
[#2]: Update publish pipeline

v0.0.1

01 Oct 07:04
1e0cc90
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release
[#1] Add rest end point contract tester (#2)

* [#1] Add rest end point contract tester

Also added associated pipelines , tests and documentation.