pandlab
pandlab
It is possible to add support for more levels in navigation tree? It would be helpful for grouping tests example: suite100 +suite110 ++suite111 +++test1111 +++test1112 +++test1113 ++suite112 +++test1121 +++test1122 +++test1123...
'java.nio.charset.MalformedInputException: Input length = 1' exception prevents this error: ``` 2022-01-20 20:00:11.222 Problem decoding network traffic java.nio.charset.MalformedInputException: Input length = 1 at java.base/java.nio.charset.CoderResult.throwException(CoderResult.java:274) at java.base/java.nio.charset.CharsetDecoder.decode(CharsetDecoder.java:822) at com.github.tomakehurst.wiremock.http.trafficlistener.ConsoleNotifyingWiremockNetworkTrafficListener.incoming(ConsoleNotifyingWiremockNetworkTrafficListener.java:40) at com.github.tomakehurst.wiremock.jetty9.JettyHttpServer$NetworkTrafficListenerAdapter.incoming(JettyHttpServer.java:488) at...