Skip to content

Releases: znsio/specmatic-node

v0.67.3

25 May 17:00
Compare
Choose a tag to compare

Fixed a bug where showTestResults api fails on nodejs 14

v0.67.2

25 May 16:58
Compare
Choose a tag to compare
  1. Minor refactor
  2. Fix typescript warnings
  3. Upgraded all deps except node-fetch (whose latest version is incompatible with current project setup)

v0.67.1

24 May 05:18
4beae05
Compare
Choose a tag to compare

Refactor to make test results injection simpler when using the showTestResults api

v0.67.0

23 May 22:22
55d611d
Compare
Choose a tag to compare

IDE integration for specmatic contract test results

v0.65.3

16 May 13:34
1c9b094
Compare
Choose a tag to compare
  • setExpectations api now returns a promise so we can wait for it to finish before running contract tests
  • Changed order of parameters for test api to make it possible to pass host and port without having to give contract file url

v0.65.2

15 May 08:02
ed4686d
Compare
Choose a tag to compare
  • No need for invoke sleep to wait for stub server startup. Now we have the ability to wait for stub server to finish startup via promise
  • Wait for tests to finish via Promise and know the result via return variable