-
Bug
-
Resolution: Unresolved
-
Major
-
None
The SurefireAggregatedReport Action does not override 'getUrlName()', which causes the URL to remain '/jobnr/testResults'.
When there's also another instance of AbstractTestResultAction (i.e. a TestResultAction from e.g. the xUnit plugin), those URL's overlap, so one gets shadowed over the other.
As far as I can see, any subclass of AbstractTestResultAction should override getUrlName() to prevent this issue - but in reality I see none of its subclasses do this.
Can anybody clarify how this is supposed to work?
Currently using the workaround at https://github.com/raboof/maven-plugin/commit/c8894e8fd7ab4beb3e39b9217dea6fb7f0f9ac35 combined with https://github.com/raboof/xunit-plugin/commit/5eab9cc115b320a2e830b9707b1be7ea6adcc543 but that can't be the solution...