lambdaisland / lambdaisland/kaocha-junit-xml
Support the `file` attribute under `<testcase>`
Nobody has claimed this yet.
- Dominant language
- Clojure
- Stars
- 15
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the JUnit schemas linked from the README and compare their treatment of the file attribute under testcase and testsuite with the CircleCI documentation. Done means the plugin supports the attribute needed for CircleCI to look up test timings by filename, with behavior consistent with the relevant JUnit format.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100