DEV Community

Discussion on: Experimenting with non-tabular ways of showing test results

Collapse
 
burdettelamar profile image
Burdette Lamar

I've found that an effective way of managing large-scale regression results is to build a Changes Report.

The idea is to make it easy (and reliable!) to ignore unchanged verdicts (usually the vast majority), and to focus only on changed verdicts (usually a slim minority).

I've written about this on my blog: burdettelamar.wordpress.com/2014/1...

And I'm working on an open-source Ruby implementation on my GitHub project: github.com/BurdetteLamar/RubyTest. I will post on dev.to when the example is complete.

Collapse
 
burdettelamar profile image
Burdette Lamar