Improve report format to save space

This commit is contained in:
Michal Dorner 2021-01-25 14:21:44 +01:00
parent 768aefbed2
commit e3bb634029
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786
8 changed files with 504 additions and 504 deletions

View file

@ -2,12 +2,12 @@
### fixtures/dart-json.json
**6** tests were completed in **3.760s** with **1** passed, **1** skipped and **4** failed.
**6** tests were completed in **3.760s** with **1** passed, **4** failed and **1** skipped.
| Result | Suite | Tests | Time | Passed ✔️ | Skipped ✖️ | Failed ❌ |
| :---: | :--- | ---: | ---: | ---: | ---: | ---: |
| ❌ | [test\main_test.dart](#r0s0-test-maintest-dart) | 4 | 74ms | 1 | 0 | 3 |
| ❌ | [test\second_test.dart](#r0s1-test-secondtest-dart) | 2 | 51ms | 0 | 1 | 1 |
|Result|Suite|Passed|Failed|Skipped|Time|
|:---:|:---|---:|---:|---:|---:|
|❌|[test\main_test.dart](#r0s0-test-maintest-dart)|1✔|3❌||74ms|
|❌|[test\second_test.dart](#r0s1-test-secondtest-dart)||1❌|1✖|51ms|
# Test Suites
@ -15,26 +15,26 @@
### Test 1
| Result | Test | Time |
| :---: | :--- | ---: |
| ✔️ | Test 1 Passing test | 36ms |
|Result|Test|Time|
|:---:|:---|---:|
|✔️|Test 1 Passing test|36ms|
### Test 1 Test 1.1
| Result | Test | Time |
| :---: | :--- | ---: |
| ❌ | Test 1 Test 1.1 Failing test | 20ms |
| ❌ | Test 1 Test 1.1 Exception in target unit | 6ms |
|Result|Test|Time|
|:---:|:---|---:|
|❌|Test 1 Test 1.1 Failing test|20ms|
|❌|Test 1 Test 1.1 Exception in target unit|6ms|
### Test 2
| Result | Test | Time |
| :---: | :--- | ---: |
| ❌ | Test 2 Exception in test | 12ms |
|Result|Test|Time|
|:---:|:---|---:|
|❌|Test 2 Exception in test|12ms|
## <a id="user-content-r0s1-test-secondtest-dart" href="#r0s1-test-secondtest-dart">test\second_test.dart</a>
| Result | Test | Time |
| :---: | :--- | ---: |
| ❌ | Timeout test | 37ms |
| ✖️ | Skipped test | 14ms |
|Result|Test|Time|
|:---:|:---|---:|
|❌|Timeout test|37ms|
|✖️|Skipped test|14ms|