From e589528f2a003732def8508d3b9285c14761851b Mon Sep 17 00:00:00 2001 From: Jakub Stejskal Date: Mon, 27 Nov 2023 13:22:58 +0100 Subject: [PATCH] Update readme Signed-off-by: Jakub Stejskal --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 214de16..a63715c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ -# thor -Simple junit5 test suite for strimzi-twitter scenario +# strimzi-e2e + +[![Build & Push](https://github.com/skodjob/strimzi-e2e/actions/workflows/verify.yaml/badge.svg)](https://github.com/skodjob/strimzi-e2e/actions/workflows/verify.yaml) + +Simple junit5 test suite for [Strimzi](https://github.com/strimzi/strimzi-kafka-operator) scenario [deployed](https://github.com/skodjob/sokar/tree/main/strimzi). + +The core is re-used from Strimzi [systemtest](https://github.com/strimzi/strimzi-kafka-operator/tree/main/systemtest) test suite. +The difference is, that this test suite is focused on scenarios that are running for a long time.