Inspect test results for a job

## Usage

`circleci testresult <command> [flags]`

## General Commands

| Command | Description                 |
| ------- | --------------------------- |
| `list`  | List test results for a job |

## Targeted Commands

| Command | Description                      |
| ------- | -------------------------------- |
| `get`   | Get a single test result by name |

## Flags

Global flags: `-c, --config`, `--debug`, `--no-color`, `-q, --quiet` — see `circleci --help`.

## Details

Work with the test metadata CircleCI collects for a job.

When a job stores test results (via the 'store_test_results' step),
CircleCI parses them into per-test records. Use these commands to
review which tests failed, passed or were skipped without opening the
web UI.

