So far I have mostly used jmeter with the JUnit sampler since it is the most seamless integration with maven and java projects. There is just one slightly annoying thing remaining.. I have to open the UI and manually create a test project by adding each JUnit test one by one. This step could be rather easily automated with a classpath scanner which would find all the JUnit tests and write a .jmx file for us. There are obviously a lot of settings to consider but a simple threadgroup with all JUnit tests added would already be good enough for most cases.
Is anyone aware of anything like that existing? I am not entirely sure this would even belong into this plugin, it would probably be a new plugin running just before maven-jmeter-plugin but this seems like an appropriate group to ask this question.
Best regards, cen