jmeter-java-dsl
jmeter-java-dsl copied to clipboard
Simple JMeter performance tests API
JMeterDSL adds HTTP Cookie Manager and HTTP Cache Manager by default. In the same time when we create a test plan in JMeter natively there is no elements by default....
This is another feature 💯 . It would be nice to have a way to integrate with RestAssured to reuse the actual steps.
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...
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); } `...
It would be great if jmx2dsl could generate a class file instead of just console output
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.5.1 to 42.7.2. Release notes Sourced from org.postgresql:postgresql's releases. v42.7.1 Fixed regressions since 42.7.0 Revert "Use canonical DateStyle name (#2925)" @vlsi (#3035) Revert "feat: support SET statements...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade com.fasterxml.jackson.core:jackson-core from 2.14.2 to 2.15.3. :information_source: Keep your dependencies up-to-date....
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade com.fasterxml.jackson.core:jackson-databind from 2.14.2 to 2.15.3. :information_source: Keep your dependencies up-to-date....