Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrthomas committed Jun 10, 2023
1 parent 42186b0 commit 1337a05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ This repository also contains examples of how to use Karate and demonstrates int
* [JUnit](https://github.com/karatelabs/karate#junit-5) - There is also a [pure Java API](https://github.com/karatelabs/karate#parallel-execution) to run tests from any Java unit-testing framework such as TestNG
* [NPM](https://github.com/karatelabs/karate-npm) - there is an option to install Karate as a NPM package and use it from Node / JS
* [Quarkus](quarkus/README.md) - Karate is a good fit for integration testing Quarkus applications
* [RabbitMQ](rabbitmq/README.md) - Using Java to send and receive messages with RabbitMQ
* [Sauce Labs](sauce-labs/README.md) - How to configure Karate to run tests on Sauce Labs
* [Spring Boot](spring-boot/README.md) - Resources on testing Spring Boot applications with Karate
* [WebSockets](websockets/README.md) - Built-in support for WebSockets or you can use Java interop for very advanced scenarios
Expand Down
2 changes: 2 additions & 0 deletions rabbitmq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ For example if you look at [`rabbitmq.feature`](src/test/java/karate/rabbitmq.fe
* https://x-team.com/blog/set-up-rabbitmq-with-docker-compose/
* https://www.rabbitmq.com/download.html
* [Kafka example](../kafka/README.md)
* [ActiveMQ example](https://github.com/karatelabs/karate/tree/master/karate-netty#consumer-provider-example)
* [Async and Mocks example](https://twitter.com/getkarate/status/1417023536082812935)

0 comments on commit 1337a05

Please sign in to comment.