Skip to content

Commit

Permalink
Improve report format to save space
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Dorner committed Jan 25, 2021
1 parent 768aefb commit e3bb634
Show file tree
Hide file tree
Showing 8 changed files with 504 additions and 504 deletions.
38 changes: 19 additions & 19 deletions __tests__/__outputs__/dart-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,39 @@

### 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

## <a id="user-content-r0s0-test-maintest-dart" href="#r0s0-test-maintest-dart">test\main_test.dart</a> ❌

### 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|
26 changes: 13 additions & 13 deletions __tests__/__outputs__/dotnet-trx.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@

### fixtures/dotnet-trx.trx

**7** tests were completed in **1.061s** with **3** passed, **1** skipped and **3** failed.
**7** tests were completed in **1.061s** with **3** passed, **3** failed and **1** skipped.

| Result | Suite | Tests | Time | Passed ✔️ | Skipped ✖️ | Failed ❌ |
| :---: | :--- | ---: | ---: | ---: | ---: | ---: |
|| [DotnetTests.XUnitTests.CalculatorTests](#r0s0-DotnetTests-XUnitTests-CalculatorTests) | 7 | 110ms | 3 | 1 | 3 |
|Result|Suite|Passed|Failed|Skipped|Time|
|:---:|:---|---:|---:|---:|---:|
||[DotnetTests.XUnitTests.CalculatorTests](#r0s0-DotnetTests-XUnitTests-CalculatorTests)|3✔️|3❌|1✖️|110ms|

# Test Suites

## <a id="user-content-r0s0-DotnetTests-XUnitTests-CalculatorTests" href="#r0s0-DotnetTests-XUnitTests-CalculatorTests">DotnetTests.XUnitTests.CalculatorTests</a> ❌

| Result | Test | Time |
| :---: | :--- | ---: |
|| Exception_In_TargetTest | 0ms |
|| Exception_In_Test | 2ms |
|| Failing_Test | 3ms |
| ✔️ | Passing_Test | 0ms |
| ✔️ | Passing_Test_With_Name | 0ms |
| ✖️ | Skipped_Test | 1ms |
| ✔️ | Timeout_Test | 102ms |
|Result|Test|Time|
|:---:|:---|---:|
||Exception_In_TargetTest|0ms|
||Exception_In_Test|2ms|
||Failing_Test|3ms|
|✔️|Passing_Test|0ms|
|✔️|Passing_Test_With_Name|0ms|
|✖️|Skipped_Test|1ms|
|✔️|Timeout_Test|102ms|
38 changes: 19 additions & 19 deletions __tests__/__outputs__/jest-junit.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,39 @@

### fixtures/jest-junit.xml

**6** tests were completed in **1.360s** with **1** passed, **1** skipped and **4** failed.
**6** tests were completed in **1.360s** with **1** passed, **4** failed and **1** skipped.

| Result | Suite | Tests | Time | Passed ✔️ | Skipped ✖️ | Failed ❌ |
| :---: | :--- | ---: | ---: | ---: | ---: | ---: |
|| [__tests__\main.test.js](#r0s0-tests-main-test-js) | 4 | 486ms | 1 | 0 | 3 |
|| [__tests__\second.test.js](#r0s1-tests-second-test-js) | 2 | 82ms | 0 | 1 | 1 |
|Result|Suite|Passed|Failed|Skipped|Time|
|:---:|:---|---:|---:|---:|---:|
||[__tests__\main.test.js](#r0s0-tests-main-test-js)|1✔️|3❌||486ms|
||[__tests__\second.test.js](#r0s1-tests-second-test-js)||1❌|1✖️|82ms|

# Test Suites

## <a id="user-content-r0s0-tests-main-test-js" href="#r0s0-tests-main-test-js">__tests__\main.test.js</a> ❌

### Test 1

| Result | Test | Time |
| :---: | :--- | ---: |
| ✔️ | Passing test | 1ms |
|Result|Test|Time|
|:---:|:---|---:|
|✔️|Passing test|1ms|

### Test 1 › Test 1.1

| Result | Test | Time |
| :---: | :--- | ---: |
|| Failing test | 2ms |
|| Exception in target unit | 0ms |
|Result|Test|Time|
|:---:|:---|---:|
||Failing test|2ms|
||Exception in target unit|0ms|

### Test 2

| Result | Test | Time |
| :---: | :--- | ---: |
|| Exception in test | 0ms |
|Result|Test|Time|
|:---:|:---|---:|
||Exception in test|0ms|

## <a id="user-content-r0s1-tests-second-test-js" href="#r0s1-tests-second-test-js">__tests__\second.test.js</a> ❌

| Result | Test | Time |
| :---: | :--- | ---: |
|| Timeout test | 4ms |
| ✖️ | Skipped test | 0ms |
|Result|Test|Time|
|:---:|:---|---:|
||Timeout test|4ms|
|✖️|Skipped test|0ms|
Loading

0 comments on commit e3bb634

Please sign in to comment.