From debc49fe9a5e33afbffc07f30ca831f5e5743ffd Mon Sep 17 00:00:00 2001 From: Daniel Mohedano Date: Thu, 16 Jan 2025 14:39:08 +0100 Subject: [PATCH] add Weaver as a supported framework in Java --- content/en/tests/setup/java.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/tests/setup/java.md b/content/en/tests/setup/java.md index 2ccdbe490ba79..866f3a0b8f4d3 100644 --- a/content/en/tests/setup/java.md +++ b/content/en/tests/setup/java.md @@ -46,6 +46,7 @@ Supported test frameworks: | Karate | >= 1.0.0 | | Scalatest | >= 3.0.8 | | Scala MUnit | >= 0.7.28 | +| Scala Weaver | >= 0.8.4 | If your test framework is not supported, you can try instrumenting your tests using [Manual Testing API][1].