feat: support debug mode

This commit is contained in:
ReaJason
2024-12-09 20:24:58 +08:00
parent d7a40f74b8
commit c72ae586a2
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";