The current summary is to print one block information for each test. If there are many test cases, it is unfriendly to show the result for the user. It may be more convenient to print the results as a table. For example:
| test-name |
completed |
passed |
failed |
| array_test |
32 |
32 |
0 |
| string_test |
68 |
67 |
1 |
| Total |
100 |
99 |
1 |