feat: support debug mode

This commit is contained in:
ReaJason
2024-12-09 20:24:58 +08:00
parent e28ddf9972
commit 76f3ed4695
13 changed files with 281 additions and 68 deletions
@@ -21,6 +21,7 @@ public class ShellAssertionTool {
.shellTool(shellTool)
.shellType(shellType)
.targetJreVersion(targetJdkVersion)
.debug(true)
.build();
String shellUrl = url + "/test";
@@ -24,6 +24,7 @@ import static org.junit.jupiter.params.provider.Arguments.arguments;
* @author ReaJason
* @since 2024/12/7
*/
@Slf4j
@Testcontainers
public class Jetty94ContainerTest {
public static final String imageName = "jetty:9.4-jre8-slim";