From 7df014aedf11d31c03efdcb84136263a30c479f9 Mon Sep 17 00:00:00 2001 From: Andy Damevin Date: Fri, 13 Dec 2024 11:54:43 +0100 Subject: [PATCH] Add junit 5 --- community-app/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community-app/pom.xml b/community-app/pom.xml index e6f8e7e61..05047208a 100644 --- a/community-app/pom.xml +++ b/community-app/pom.xml @@ -36,6 +36,11 @@ quarkus-playwright test + + io.quarkus + quarkus-junit5 + test +