From 85965cadae2b4f1da3fabc6c0b8f6ebd64615ea1 Mon Sep 17 00:00:00 2001 From: Yogesh Ananda Nikam Date: Fri, 6 Sep 2024 15:01:58 +0530 Subject: [PATCH] Update the docker command to run the contract test to use --examples instead of --examples-dir --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7a59da..c49b649 100644 --- a/README.md +++ b/README.md @@ -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