Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "qontract", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "npm wrapper for qontract", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -8,3 +8,3 @@ [Qontract](https://qontract.run/) is a contract driven development tool that allows us to turn our contracts into executable specification. | ||
`qontract-stub CONTRACT_PATH` | ||
`qontract-stub` | ||
@@ -21,3 +21,3 @@ In stub mode, Qontract provides random responses to requests that match the contract. It’s a way of exploring what the contract looks like. | ||
`qontract-test CONTRACT_PATH` | ||
`qontract-test` | ||
@@ -24,0 +24,0 @@ In test mode, Qontracts accepts a contract file, and the hostname and port of the service whose API is being tested. It then sends an HTTP request based on the request format described in the contract for every scenario, generating random values where no examples are given. When the service responds, it validates the response based on the format in the contract. |
5539