jmeter-java-dsl icon indicating copy to clipboard operation
jmeter-java-dsl copied to clipboard

Simple JMeter performance tests API

Results 57 jmeter-java-dsl issues
Sort by recently updated
recently updated
newest added

env: java 17.0.2 2022-01-18 LTS us.abstracta.jmeter:jmeter-java-dsl:0.63 for reproduce just do this: ``` @Test public void tst() { testPlan( httpDefaults() ).showInGui(); } ``` the error: ``` Cannot invoke "org.apache.jmeter.testelement.TestElement.getName()" because "element"...

bug

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.4.0 to 42.4.1. Changelog Sourced from postgresql's changelog. Changelog Notable changes since version 42.0.0, read the complete History of Changes. The format is based on Keep a...

dependencies
java

This PR was automatically created by Snyk using the credentials of a real user.Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of...

I would like to know whether this DSL will support adding user parameter preprocessors? If yes, can you please point me to the documentation/ sample where it is used **Use...

question

It is awesome cool. And real open model! https://jmeter.apache.org/usermanual/component_reference.html#Open_Model_Thread_Group

enhancement

I am writing many things over dsl. And I think that it will be cool to provide greater integrability. What can be helpful IMHO: 1. Cloneable base test elements. For...

The older version of JMeter DSL is showing as the latest. Could you please check the issue? Please see the below screenshots. ![image](https://user-images.githubusercontent.com/2826376/165417405-31cb9f6d-d607-4344-9b23-e48f68919cd5.png) ![image](https://user-images.githubusercontent.com/2826376/165417431-8c4c3a65-36fb-43c6-a792-e3d4a7e94482.png)

Need to be implemented. I will try to contribute it

enhancement

I revied the plugins which implement it and make the conclusion that they are really more complex and overfeatured that the base needed. In my mind there is only two...

enhancement