Question

I have a problem with Maven Chronos plugin. Is it possible to tell plugin a mask for name of jmx files to execute?

Thx

Was it helpful?

Solution

I have a problem with Maven Chronos plugin. Is it possible to tell plugin a mask for name of jmx files to execute?

No, this is currently not supported, the chronos plugin is limited to process only one .jmx/.jtl that you must "hard code" in the POM. But an issue has been logged as MOJO-1460 to enhance the plugin and make it able to process multiple scenario. It's not exactly what you're asking for but it might provide a decent alternative (and there is a patch attached).


Do you know if I can run multiple jmeter tests with any other plugin?

I double checked and it appears that the maven-jmeter-plugin can do that (and even supports includes and excludes if required).

A more recent version of the plugin (using JMeter 2.3) was hosted on Google's code and can now be found on github.

OTHER TIPS

It is still not possible to use the chronos plugin to proces files based on a mask. It is possible to select a folder containing tests (.jmx-files), which should be good enough for most cases.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top