jmeter-java-dsl
jmeter-java-dsl copied to clipboard
Simple JMeter performance tests API
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade kg.apc:jmeter-plugins-tst from 2.5 to 2.6. :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 commons-io:commons-io from 2.11.0 to 2.13.0. :information_source: Keep your dependencies up-to-date....
Bumps [com.github.tomakehurst:wiremock-jre8](https://github.com/wiremock/wiremock) from 2.35.0 to 2.35.1. Release notes Sourced from com.github.tomakehurst:wiremock-jre8's releases. 2.35.1 - Security Release 🔒 This is a security release that addresses the following issues CVE-2023-41327 - Controlled...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade org.apache.jmeter:ApacheJMeter_http from 5.5 to 5.6.2. :information_source: Keep your dependencies up-to-date....
Add support to jmeter-influxdb2-listener-plugin (https://github.com/mderevyankoaqa/jmeter-influxdb2-listener-plugin) as it generates very useful metrics than the one already existing as it throws the requests raw data in the database so I think this...
Request: Add support for the User Parameters preprocessor Use case: I have a JMeter test plan that uses User Parameters because the value needs to be different on each iteration....
We need support to read files from directory. The use case is to read sql files from a directory and execute it iteratively. It will be great to make the...
Hi It seems that jmeter-java-dsl uses Apache JMeter 5.5 (as seen in pom.xml): ` 5.5` But JMeter 5.6 was released 4 months ago. Do you have any plans/ETA to migrate...
I am currently using external plugin 'WebSocket Samplers by Peter Doornbosch' in JMeter GUI to test WebSocket. I want to implement the same using JMeter DSL for continuous integration. Can...
Per the user guide: > Currently `httpAuth()` only provides `basicAuth` method. If you need other scenarios, please let us know by creating an [issue in the repository](https://github.com/abstracta/jmeter-java-dsl/issues). The scenario I...