microsoft / microsoft/TypeScript
Improving User Suite Reports
Open
@sandersn is already working on this.
Since Feb 23, 2022.
Infrastructure
Rescheduled
- Dominant language
- Go
- Stars
- 111k
- Forks
- 14.3k
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 132
Description
A few months back, @amcasey had put together some great infrastructure for detecting breaks introduced by TypeScript on a weekly basis. That infrastructure creates new issues with a clean readable summary for us to review every Monday.
We would like to get the same sort of printout for user test suites and possibly RWC ("real world code") test suites as well, which have the following properties:
- Lots of noise generated by build output to diff every single time.
- RWC test results seem opaque - you don't get feedback if they pass
Contributor guide
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.
Assessment
This issue has not been assessed yet.