jmeter-java-dsl
jmeter-java-dsl copied to clipboard
Simple JMeter performance tests API
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"...
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...
It will be interesting discussion i think :)
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...
It is awesome cool. And real open model! https://jmeter.apache.org/usermanual/component_reference.html#Open_Model_Thread_Group
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.  
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...