Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/blog/apache-kafka-mocking-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ For defining such a test, you will need to specify:

{{< image src="images/blog/apache-kafka-mocking-testing-test.png" alt="image" zoomable="true" >}}

> In 1.1.0 release we only deal with JSON Schema describing message payload but we plan to include [Avro Schema](http://avro.apache.org/docs/current/spec.html) support in next releases. For more details, see the [Test Runner](https://microcks.io/documentation/references/test-endpoints/#test-runner) documentation.
> In 1.1.0 release we only deal with JSON Schema describing message payload but we plan to include [Avro Schema](https://avro.apache.org/docs/) support in next releases. For more details, see the [Test Runner](https://microcks.io/documentation/references/test-endpoints/#test-runner) documentation.

Microcks is able to launch tests asynchronously, to collect and store results and then give a restitution of the test results as well as the received messages. See the failed test below: received message triggered a validation error because the `sendAt` property was not of the expected type.

Expand Down
2 changes: 1 addition & 1 deletion content/blog/microcks-1.1.0-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Not surprisingly, Microcks turning GA generates a lot of attention from users ma

For the need of asynchronous API testing features, we introduced a new testing strategy called `ASYNC_API_SCHEMA`. When testing an event-based API with this strategy, Microcks will try to validate the messages received on the connected broker endpoints against a schema found in the AsyncAPI specification.

> In 1.1.0 release we only deal with JSON Schema for describing message payload but we plan to include [Avro Schema](http://avro.apache.org/docs/current/spec.html) support in next releases. For more details, see the [Test Runner](https://microcks.io/documentation/references/test-endpoints/#test-runner) documentation.
> In 1.1.0 release we only deal with JSON Schema for describing message payload but we plan to include [Avro Schema](https://avro.apache.org/docs/) support in next releases. For more details, see the [Test Runner](https://microcks.io/documentation/references/test-endpoints/#test-runner) documentation.

Understanding testing value is usually not easy to evaluate and mainly because it implies having a functional application at hand. We have had a lot of comments on this point from community users and we have decided to provide a sample application from our famous `API Pastry` sample. So now, you can have a true application at hand to evaluate [OpenAPI](https://www.openapis.org/) testing 🥳

Expand Down