Skip to content

Commit 84c7558

Browse files
authored
Fix markdown formatting on github pages (#2540)
fix: resolve markdown formatting on website
1 parent 7a9163b commit 84c7558

File tree

1 file changed

+24
-19
lines changed

1 file changed

+24
-19
lines changed

docs/feature/summary_output.md

+24-19
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Formatted summary output
1+
# Formatted summary output
22
```
33
┌─────────┬──────────────────────┬──────────────────────────┬─────────────────────────────────────────┐
44
│ OUTCOME │ MATRIX ID │ TEST AXIS VALUE │ TEST DETAILS │
@@ -16,24 +16,29 @@ As a user I want to see finely formatted summary result at the end of execution
1616
Gcloud prints summary output in the table. It looks nice and is readable. Why we wouldn't have same in flank?
1717

1818
## Possible outputs
19-
Numbers are representing `OUTCOME` column, points are representing `TEST DETAILS` column.
20-
1. `success | flaky`
21-
* `${1} test cases passed | ${2} skipped | ${3} flakes | (Native crash) | ---`
22-
2. `failure`
23-
* `${1} test cases failed | ${2} errors | ${3} passed | ${4} skipped | ${4} flakes | (Native crash)`
24-
* `Application crashed | (Native crash)`
25-
* `Test timed out | (Native crash)`
26-
* `App failed to install | (Native crash)`
27-
* `Unknown failure | (Native crash)`
28-
3. `inconclusive`
29-
* `Infrastructure failure`
30-
* `Test run aborted by user`
31-
* `Unknown reason`
32-
4. `skipped`
33-
* `Incompatible device/OS combination`
34-
* `App does not support the device architecture`
35-
* `App does not support the OS version`
36-
* `Unknown reason`
19+
Numbers represent the `OUTCOME` column, and bullet points represent the `TEST DETAILS` column.
20+
21+
1. success | flaky
22+
- `${1} test cases passed | ${2} skipped | ${3} flakes | (Native crash) | ---`
23+
24+
2. failure
25+
- `${1} test cases failed | ${2} errors | ${3} passed | ${4} skipped | ${4} flakes | (Native crash)`
26+
- `Application crashed | (Native crash)`
27+
- `Test timed out | (Native crash)`
28+
- `App failed to install | (Native crash)`
29+
- `Unknown failure | (Native crash)`
30+
31+
3. inconclusive
32+
- `Infrastructure failure`
33+
- `Test run aborted by user`
34+
- `Unknown reason`
35+
36+
4. skipped
37+
- `Incompatible device/OS combination`
38+
- `App does not support the device architecture`
39+
- `App does not support the OS version`
40+
- `Unknown reason`
41+
3742

3843
## Implementation details
3944

0 commit comments

Comments
 (0)