Hello,
I've been asked to configure Maven's surefire report generator to include one entry for the test suite which in turn tests classes A,B and C but instead of seeing this: A B C MySuite I see this A B C A B C
So there's two problems really: 1) How do I stop the tests running twice. 2) How do I get the report to show me one entry per class or suite.
You might ask why is this so important, the answer is the Architect wants to see one test which encompases the whole 'component' and shows one entry in the report for it and I don't want tests to run twice, (or even more) times.
Thanks and regards,
CM