Mark Collin
Mark Collin
Currently we always create a new clean configuration when you run the configure goal. We could add a flag to allow you to reuse the last configuration if it already...
After we have moved the reporting into the verify phase we could also add some simple fail thresholds. If you only care about a % of requests working we can...
Currently all dependencies need to be added using maven. There are scenarios where you may want to add a local jar into the mix that is not in maven. We...
Currently you need to specify global properties for remote JMeter instances and local properties for all local instances. It would be useful to implement a way to enable the properties...
Report generation should run in the verify phase along with check results, it's currently running in the integration test phase. When we moved from 1.x to 2.x we moved the...
We need to add more integration tests (living in the `src/it` folder) to cover various usage scenarios. Right now we only have a single test that just checks that the...
Basic implementation that writes all properties to a mappings file (the name and location are configurable). The file absolute file location is also exposed as the maven property ${docker.mappings.file}
This is a very basic implementation as it stands. Right now you have a few options: - `mvn docker:run` - Start up the containers - `mvn docker:build-images docker:run` - Build...
There is no good way to share information between MOJO's so I've used a maven property to pass over a comma separated list of image IDs.