-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Sergey Bronnikov edited this page May 20, 2019
·
6 revisions
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)
Copyright © 2015-2020 Sergey Bronnikov
FAQs (WIP)
User Guide
- Introduction
- Setting up as a CGI application
- Full text search with software test results
- Using GIT as a storage
- Everything you need to know about software testing report formats
- Search query language
Internals
Research
Background Reading