Skip to content

Commit

Permalink
Merge pull request #12 from frankkilcommins/main
Browse files Browse the repository at this point in the history
ReadyAPI tests and testing section to ReadMe
  • Loading branch information
ponelat authored Mar 30, 2023
2 parents ccf8cbb + 7958ec7 commit 249efe5
Show file tree
Hide file tree
Showing 8 changed files with 14,589 additions and 1,857 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,9 @@ All services have a Docker image and the entire stack can be brought up with `do

To build all images, run `make build` which will build them one-by-one. All builds happen within the Docker context so it isn't required to run `yarn run build` beforehand.

Alternatively you can build the indidvidual docker images with `make build-{service}` where `{service}` is the service. For a full list see `make help`.
Alternatively you can build the individual docker images with `make build-{service}` where `{service}` is the service. For a full list see `make help`.

## Testing

Test projects for this application have been added to the [ReadyAPI-tests](./ReadyAPI-tests) folder. The projects have test across the OpenAPI and AsyncAPIs as described in the [API Section](#openapi-and-asyncapi). In order to run these tests you need to have ReadyAPI installed. A free-trial can be obtained via https://www.soapui.org/downloads/download-readyapi-trial/

564 changes: 564 additions & 0 deletions ReadyAPI-tests/Kafka-Petstore-Adding-Pets-readyapi-project.xml

Large diffs are not rendered by default.

1,911 changes: 1,911 additions & 0 deletions ReadyAPI-tests/Kakfa-Petstore-readyapi-project.xml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ services:
image: docker.io/bitnami/kafka:3.2
volumes:
- "kafka_data:/bitnami"
ports:
- "9092:9092"
environment:
- KAFKA_CFG_ZOOKEEPER_CONNECT=zookeeper:2181
- ALLOW_PLAINTEXT_LISTENER=yes
Expand Down
Loading

0 comments on commit 249efe5

Please sign in to comment.