When the JUnit reporter is used, the "package" attribute is not output for test suites or test cases.
This can be output by using the package name of the test suite/test class. This involves stripping off the class name from the full class name (inc. package) so that just the package remains.
When the JUnit reporter is used, the "package" attribute is not output for test suites or test cases.
This can be output by using the package name of the test suite/test class. This involves stripping off the class name from the full class name (inc. package) so that just the package remains.