The CircleCI docs expect a file attribute under the <testcase> or <testsuite> tags to lookup test timings by filename.
https://circleci.com/docs/use-the-circleci-cli-to-split-tests/#junit-xml-reports
Although I can't find this mentioned anywhere in the Junit schemas linked in the README, would you consider supporting this in your plugin?
The CircleCI docs expect a
fileattribute under the<testcase>or<testsuite>tags to lookup test timings by filename.https://circleci.com/docs/use-the-circleci-cli-to-split-tests/#junit-xml-reports
Although I can't find this mentioned anywhere in the Junit schemas linked in the README, would you consider supporting this in your plugin?