andy-tarr

Results 5 issues of andy-tarr

Attached jmx file has a TG and include controller (xml below) but using jmx2dsl fails with this stack trace: `java -jar jmx2dsl.jar include.jmx Exception in thread "main" java.lang.NoClassDefFoundError: kg/apc/charting/GraphPanelChart at...

enhancement

A jmx that is a test fragment (no TGs etc) results in the following: ` @Test public void test() throws IOException { TestPlanStats stats = unsupported() .run(); assertThat(stats.overall().errorsCount()).isEqualTo(0); } `...

enhancement

It would be great if jmx2dsl could generate a class file instead of just console output

enhancement

Add support to the cookie manager to create custom cookies

enhancement

I've just started looking at the project to trial it with my CI/CD pipeline but i'm hitting a few issues: readme section Quickly get started comparing the results of two...

documentation