Skip to content

Commit

Permalink
Reaction to PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchxu committed Jun 25, 2024
1 parent 574868a commit 1db4305
Show file tree
Hide file tree
Showing 16 changed files with 4,159 additions and 4,159 deletions.
24 changes: 12 additions & 12 deletions __tests__/__outputs__/dart-json.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
![Tests failed](https://img.shields.io/badge/tests-1%20passed%2C%204%20failed%2C%201%20skipped-critical)
|Report|Passed|Failed|Skipped|Time|
|:---|---:|---:|---:|---:|
|fixtures/dart-json.json|1:white_check_mark:|4:x:|1:warning:|4s|
## :x: <a id="user-content-r0" href="#r0">fixtures/dart-json.json</a>
|fixtures/dart-json.json|1|4 ❌|1 ⚪|4s|
##  <a id="user-content-r0" href="#r0">fixtures/dart-json.json</a>
**6** tests were completed in **4s** with **1** passed, **4** failed and **1** skipped.
|Test suite|Passed|Failed|Skipped|Time|
|:---|---:|---:|---:|---:|
|[test/main_test.dart](#r0s0)|1:white_check_mark:|3:x:||74ms|
|[test/second_test.dart](#r0s1)||1:x:|1:warning:|51ms|
### :x: <a id="user-content-r0s0" href="#r0s0">test/main_test.dart</a>
|[test/main_test.dart](#r0s0)|1|3 ❌||74ms|
|[test/second_test.dart](#r0s1)||1|1 ⚪|51ms|
###  <a id="user-content-r0s0" href="#r0s0">test/main_test.dart</a>
```
Test 1
:white_check_mark: Passing test
Passing test
Test 1 Test 1.1
:x: Failing test
Failing test
Expected: <2>
Actual: <1>
:x: Exception in target unit
Exception in target unit
Exception: Some error
Test 2
:x: Exception in test
Exception in test
Exception: Some error
```
### :x: <a id="user-content-r0s1" href="#r0s1">test/second_test.dart</a>
###  <a id="user-content-r0s1" href="#r0s1">test/second_test.dart</a>
```
:x: Timeout test
Timeout test
TimeoutException after 0:00:00.000001: Test timed out after 0 seconds.
:warning: Skipped test
Skipped test
```
30 changes: 15 additions & 15 deletions __tests__/__outputs__/dotnet-trx.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
![Tests failed](https://img.shields.io/badge/tests-5%20passed%2C%205%20failed%2C%201%20skipped-critical)
|Report|Passed|Failed|Skipped|Time|
|:---|---:|---:|---:|---:|
|fixtures/dotnet-trx.trx|5:white_check_mark:|5:x:|1:warning:|1s|
## :x: <a id="user-content-r0" href="#r0">fixtures/dotnet-trx.trx</a>
|fixtures/dotnet-trx.trx|5|5 ❌|1 ⚪|1s|
##  <a id="user-content-r0" href="#r0">fixtures/dotnet-trx.trx</a>
**11** tests were completed in **1s** with **5** passed, **5** failed and **1** skipped.
|Test suite|Passed|Failed|Skipped|Time|
|:---|---:|---:|---:|---:|
|[DotnetTests.XUnitTests.CalculatorTests](#r0s0)|5:white_check_mark:|5:x:|1:warning:|118ms|
### :x: <a id="user-content-r0s0" href="#r0s0">DotnetTests.XUnitTests.CalculatorTests</a>
|[DotnetTests.XUnitTests.CalculatorTests](#r0s0)|5|5 ❌|1 ⚪|118ms|
###  <a id="user-content-r0s0" href="#r0s0">DotnetTests.XUnitTests.CalculatorTests</a>
```
:white_check_mark: Custom Name
:x: Exception_In_TargetTest
Custom Name
Exception_In_TargetTest
System.DivideByZeroException : Attempted to divide by zero.
:x: Exception_In_Test
Exception_In_Test
System.Exception : Test
:x: Failing_Test
Failing_Test
Assert.Equal() Failure
Expected: 3
Actual: 2
:white_check_mark: Is_Even_Number(i: 2)
:x: Is_Even_Number(i: 3)
Is_Even_Number(i: 2)
Is_Even_Number(i: 3)
Assert.True() Failure
Expected: True
Actual: False
:white_check_mark: Passing_Test
:white_check_mark: Should be even number(i: 2)
:x: Should be even number(i: 3)
Passing_Test
Should be even number(i: 2)
Should be even number(i: 3)
Assert.True() Failure
Expected: True
Actual: False
:warning: Skipped_Test
:white_check_mark: Timeout_Test
Skipped_Test
Timeout_Test
```
2,106 changes: 1,053 additions & 1,053 deletions __tests__/__outputs__/fluent-validation-test-results.md

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions __tests__/__outputs__/jest-junit.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
![Tests failed](https://img.shields.io/badge/tests-1%20passed%2C%204%20failed%2C%201%20skipped-critical)
|Report|Passed|Failed|Skipped|Time|
|:---|---:|---:|---:|---:|
|fixtures/jest-junit.xml|1:white_check_mark:|4:x:|1:warning:|1s|
## :x: <a id="user-content-r0" href="#r0">fixtures/jest-junit.xml</a>
|fixtures/jest-junit.xml|1|4 ❌|1 ⚪|1s|
##  <a id="user-content-r0" href="#r0">fixtures/jest-junit.xml</a>
**6** tests were completed in **1s** with **1** passed, **4** failed and **1** skipped.
|Test suite|Passed|Failed|Skipped|Time|
|:---|---:|---:|---:|---:|
|[__tests__\main.test.js](#r0s0)|1:white_check_mark:|3:x:||486ms|
|[__tests__\second.test.js](#r0s1)||1:x:|1:warning:|82ms|
### :x: <a id="user-content-r0s0" href="#r0s0">__tests__\main.test.js</a>
|[__tests__\main.test.js](#r0s0)|1|3 ❌||486ms|
|[__tests__\second.test.js](#r0s1)||1|1 ⚪|82ms|
###  <a id="user-content-r0s0" href="#r0s0">__tests__\main.test.js</a>
```
Test 1
:white_check_mark: Passing test
Passing test
Test 1 › Test 1.1
:x: Failing test
Failing test
Error: expect(received).toBeTruthy()
:x: Exception in target unit
Exception in target unit
Error: Some error
Test 2
:x: Exception in test
Exception in test
Error: Some error
```
### :x: <a id="user-content-r0s1" href="#r0s1">__tests__\second.test.js</a>
###  <a id="user-content-r0s1" href="#r0s1">__tests__\second.test.js</a>
```
:x: Timeout test
Timeout test
: Timeout - Async callback was not invoked within the 1 ms timeout specified by jest.setTimeout.Timeout - Async callback was not invoked within the 1 ms timeout specified by jest.setTimeout.Error:
:warning: Skipped test
Skipped test
```
10 changes: 5 additions & 5 deletions __tests__/__outputs__/jest-react-component-test-results.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

|Report|Passed|Failed|Skipped|Time|
|:---|---:|---:|---:|---:|
|fixtures/external/jest/jest-react-component-test-results.xml|1:white_check_mark:|||1000ms|
## :white_check_mark: <a id="user-content-r0" href="#r0">fixtures/external/jest/jest-react-component-test-results.xml</a>
|fixtures/external/jest/jest-react-component-test-results.xml|1|||1000ms|
##  <a id="user-content-r0" href="#r0">fixtures/external/jest/jest-react-component-test-results.xml</a>
**1** tests were completed in **1000ms** with **1** passed, **0** failed and **0** skipped.
|Test suite|Passed|Failed|Skipped|Time|
|:---|---:|---:|---:|---:|
|[\<Component /\>](#r0s0)|1:white_check_mark:|||798ms|
### :white_check_mark: <a id="user-content-r0s0" href="#r0s0">\<Component /\></a>
|[\<Component /\>](#r0s0)|1|||798ms|
###  <a id="user-content-r0s0" href="#r0s0">\<Component /\></a>
```
:white_check_mark: <Component /> should render properly
<Component /> should render properly
```
</details>
Loading

0 comments on commit 1db4305

Please sign in to comment.