arethetypeswrong / arethetypeswrong.github.io

Tool for analyzing TypeScript types of npm packages
https://arethetypeswrong.github.io
MIT License
1.12k stars 38 forks source link

[Feature] Adding JUnit XML to the output. #187

Open Morgul opened 1 month ago

Morgul commented 1 month ago

So, I would like to add attw it part of my CI/CD, both for some public projects and some internal ones.

We use GitLab, and GitLab's CI/CD has a cool feature where if you spit out a JUnit xml file, it can display that as a nice GUI, with a full report of the CI/CD run, without it having to know anything about the task itself. I use this often for mocha tests and eslint, and it's great.

Would there be any appetite for me adding it here as another formatter (presumably based on the json formatter)? It would be very handy, I think, as I'm trying to sell more people on checking their exported types and module formats in this crazy dual cjs/esm world.