Testy / TestyTs

✔️ Modern TypeScript testing framework.
http://testy.github.io
ISC License
123 stars 8 forks source link

No colors option #83

Closed Aboisier closed 2 years ago

Aboisier commented 3 years ago

I reckon the standard reporter colors probably do not display properly in every terminal. It should be possible to disable them.

I see multiple ways of going about this.

  1. Implementing a new StandardColorless reporter
  2. Making it possible to configure reporters, and add a noColors configuration to the standard reporter
  3. Adding a colors: boolean configuration in the testy.json, and/or a command-line argument