Skip to content

Commit

Permalink
docs: resolve md formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SelaseKay committed Nov 13, 2024
1 parent ec01171 commit 448e23f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/feature/summary_output.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,22 @@ Gcloud prints summary output in the table. It looks nice and is readable. Why we

## Possible outputs
Numbers represent the `OUTCOME` column, and bullet points represent the `TEST DETAILS` column.

1. success | flaky
- `${1} test cases passed | ${2} skipped | ${3} flakes | (Native crash) | ---`

2. failure
- `${1} test cases failed | ${2} errors | ${3} passed | ${4} skipped | ${4} flakes | (Native crash)`
- `Application crashed | (Native crash)`
- `Test timed out | (Native crash)`
- `App failed to install | (Native crash)`
- `Unknown failure | (Native crash)`

3. inconclusive
- `Infrastructure failure`
- `Test run aborted by user`
- `Unknown reason`

4. skipped
- `Incompatible device/OS combination`
- `App does not support the device architecture`
Expand Down

0 comments on commit 448e23f

Please sign in to comment.