Skip to content

Commit

Permalink
Update the docker command to run the contract test to use --examples …
Browse files Browse the repository at this point in the history
…instead of --examples-dir
  • Loading branch information
yogeshnikam671 committed Sep 6, 2024
1 parent 572b36e commit 85965ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Upon receiving a message, the consumer processes it and publishes a new message
```
3. Run the contract tests.
```shell
docker run --network="host" -v "$PWD/specmatic.yaml:/usr/src/app/specmatic.yaml" -v "$PWD/src/test/resources:/usr/src/app/examples" znsio/specmatic-kafka-trial test --examples-dir=examples
docker run --network="host" -v "$PWD/specmatic.yaml:/usr/src/app/specmatic.yaml" -v "$PWD/src/test/resources:/usr/src/app/examples" znsio/specmatic-kafka-trial test --examples=examples
```

## Get information around other CLI args exposed by specmatic-kafka docker image
Expand Down

0 comments on commit 85965ca

Please sign in to comment.