Skip to content
Sergey Bronnikov edited this page May 20, 2019 · 6 revisions

testres

testres is a standalone service used for storing and analyzing test data.

See Everything you need to know about software test report formats

At Google, we collect lots of data on our tests: execution times, test types, run flags, and consumed resources. I've studied how some of this data correlates with flaky tests and believe this research can lead us to better, more stable testing practices. Overwhelmingly, the larger the test (as measured by binary size, RAM use, or number of libraries built), the more likely it is to be flaky. The rest of this post will discuss some of my findings. (Source)