mk23 / jmxproxy

JMX to HTTP Proxy
https://mk23.github.io/jmxproxy
MIT License
42 stars 19 forks source link

Multiple test executions overriding reports #172

Closed mk23 closed 6 years ago

mk23 commented 6 years ago

Multiple executions with test name collisions end up overwriting results and the final report is missing some tests.

Convert to using JUnit Category to only run authenticated tests in the second execution and skip them in the default execution.