Releases: znsio/specmatic-node
Releases · znsio/specmatic-node
v0.67.3
Fixed a bug where showTestResults api fails on nodejs 14
v0.67.2
- Minor refactor
- Fix typescript warnings
- Upgraded all deps except node-fetch (whose latest version is incompatible with current project setup)
v0.67.1
Refactor to make test results injection simpler when using the showTestResults
api
v0.67.0
IDE integration for specmatic contract test results
v0.65.3
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
- 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