Skip to content

0.1 Release

Compare
Choose a tag to compare
@antkorwin antkorwin released this 18 Aug 23:00
· 13 commits to master since this release

New Features ⭐️

  • Add an annotation processing of @KafkaTestContainer to start apache Kafka in docker container
  • Add a repeatable annotation, add an ability to run multiple containers in the one test case
  • The current implementation doesn't depend on the test framework(junit4 or junit5 both work fine)

Documentation 📚

  • simple use case with one container in test
  • example of using multiple containers in the one test case