1
- # Formatted summary output
1
+ # Formatted summary output
2
2
```
3
3
┌─────────┬──────────────────────┬──────────────────────────┬─────────────────────────────────────────┐
4
4
│ 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
16
16
Gcloud prints summary output in the table. It looks nice and is readable. Why we wouldn't have same in flank?
17
17
18
18
## 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
+
37
42
38
43
## Implementation details
39
44
0 commit comments