microsoft / TypeScript

TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
https://www.typescriptlang.org
Apache License 2.0
101.31k stars 12.53k forks source link

Improving User Suite Reports #44209

Open DanielRosenwasser opened 3 years ago

DanielRosenwasser commented 3 years ago

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:

DanielRosenwasser commented 2 years ago

The new command is user test this inline and is documented at https://github.com/microsoft/TypeScript/wiki/Triggering-TypeScript-Bot

RWC changes are still opaque, so I'll leave this open.