blob: b69d65594dbbeae9e2cb2de2bcd5eebe5562e134 [file] [log] [blame] [view]
Stephen Martinis89f9ca62017-10-18 19:12:351# The JSON Test Results Format
2
Ben Pastene9cebf382022-01-04 23:44:453*** note
4Warning: The JSON test result format no longer affects the pass-fail decisions
5made by Chrome's bots. All results are now fetched from ResultDB. For more
6info, see [resultdb.md](resultdb.md).
7***
8
Stephen Martinis89f9ca62017-10-18 19:12:359The JSON Test Results Format is a generic file format we use to record the
10results of each individual test in test run (whether the test is run on a bot,
11or run locally).
12
13[TOC]
14
15## Introduction
16
17We use these files on the bots in order to determine whether a test step had
18any failing tests (using a separate file means that we don't need to parse the