Skip to content

Commit 2f63fb8

Browse files
committed
Update test outputs after #199
1 parent 21b00b9 commit 2f63fb8

11 files changed

+3200
-3200
lines changed

__tests__/__outputs__/dart-json.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
**6** tests were completed in **4s** with **1** passed, **4** failed and **1** skipped.
44
|Test suite|Passed|Failed|Skipped|Time|
55
|:---|---:|---:|---:|---:|
6-
|[test/main_test.dart](#r0s0)|1✔️|3❌||74ms|
7-
|[test/second_test.dart](#r0s1)||1❌|1✖️|51ms|
6+
|[test/main_test.dart](#r0s0)|1|3❌||74ms|
7+
|[test/second_test.dart](#r0s1)||1❌|1|51ms|
88
### ❌ <a id="user-content-r0s0" href="#r0s0">test/main_test.dart</a>
99
```
1010
Test 1
11-
✔️ Passing test
11+
Passing test
1212
Test 1 Test 1.1
1313
❌ Failing test
1414
Expected: <2>
@@ -24,5 +24,5 @@ Test 2
2424
```
2525
❌ Timeout test
2626
TimeoutException after 0:00:00.000001: Test timed out after 0 seconds.
27-
✖️ Skipped test
27+
Skipped test
2828
```

__tests__/__outputs__/dotnet-trx.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
**11** tests were completed in **1s** with **5** passed, **5** failed and **1** skipped.
44
|Test suite|Passed|Failed|Skipped|Time|
55
|:---|---:|---:|---:|---:|
6-
|[DotnetTests.XUnitTests.CalculatorTests](#r0s0)|5✔️|5❌|1✖️|118ms|
6+
|[DotnetTests.XUnitTests.CalculatorTests](#r0s0)|5|5❌|1|118ms|
77
### ❌ <a id="user-content-r0s0" href="#r0s0">DotnetTests.XUnitTests.CalculatorTests</a>
88
```
9-
✔️ Custom Name
9+
Custom Name
1010
❌ Exception_In_TargetTest
1111
System.DivideByZeroException : Attempted to divide by zero.
1212
❌ Exception_In_Test
@@ -15,17 +15,17 @@
1515
Assert.Equal() Failure
1616
Expected: 3
1717
Actual: 2
18-
✔️ Is_Even_Number(i: 2)
18+
Is_Even_Number(i: 2)
1919
❌ Is_Even_Number(i: 3)
2020
Assert.True() Failure
2121
Expected: True
2222
Actual: False
23-
✔️ Passing_Test
24-
✔️ Should be even number(i: 2)
23+
Passing_Test
24+
Should be even number(i: 2)
2525
❌ Should be even number(i: 3)
2626
Assert.True() Failure
2727
Expected: True
2828
Actual: False
29-
✖️ Skipped_Test
30-
✔️ Timeout_Test
29+
Skipped_Test
30+
Timeout_Test
3131
```

__tests__/__outputs__/fluent-validation-test-results.md

Lines changed: 1052 additions & 1052 deletions
Large diffs are not rendered by default.

__tests__/__outputs__/jest-junit.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
**6** tests were completed in **1s** with **1** passed, **4** failed and **1** skipped.
44
|Test suite|Passed|Failed|Skipped|Time|
55
|:---|---:|---:|---:|---:|
6-
|[__tests__\main.test.js](#r0s0)|1✔️|3❌||486ms|
7-
|[__tests__\second.test.js](#r0s1)||1❌|1✖️|82ms|
6+
|[__tests__\main.test.js](#r0s0)|1|3❌||486ms|
7+
|[__tests__\second.test.js](#r0s1)||1❌|1|82ms|
88
### ❌ <a id="user-content-r0s0" href="#r0s0">__tests__\main.test.js</a>
99
```
1010
Test 1
11-
✔️ Passing test
11+
Passing test
1212
Test 1 › Test 1.1
1313
❌ Failing test
1414
Error: expect(received).toBeTruthy()
@@ -22,5 +22,5 @@ Test 2
2222
```
2323
❌ Timeout test
2424
: 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:
25-
✖️ Skipped test
25+
Skipped test
2626
```

__tests__/__outputs__/jest-test-results.md

Lines changed: 417 additions & 417 deletions
Large diffs are not rendered by default.

__tests__/__outputs__/mocha-json.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
**6** tests were completed in **12ms** with **1** passed, **4** failed and **1** skipped.
44
|Test suite|Passed|Failed|Skipped|Time|
55
|:---|---:|---:|---:|---:|
6-
|[test/main.test.js](#r0s0)|1✔️|3❌||1ms|
7-
|[test/second.test.js](#r0s1)||1❌|1✖️|8ms|
6+
|[test/main.test.js](#r0s0)|1|3❌||1ms|
7+
|[test/second.test.js](#r0s1)||1❌|1|8ms|
88
### ❌ <a id="user-content-r0s0" href="#r0s0">test/main.test.js</a>
99
```
1010
Test 1
11-
✔️ Passing test
11+
Passing test
1212
Test 1 Test 1.1
1313
❌ Exception in target unit
1414
Some error
@@ -23,7 +23,7 @@ Test 2
2323
```
2424
### ❌ <a id="user-content-r0s1" href="#r0s1">test/second.test.js</a>
2525
```
26-
✖️ Skipped test
26+
Skipped test
2727
❌ Timeout test
2828
Timeout of 1ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\Michal\Workspace\dorny\test-reporter\reports\mocha\test\second.test.js)
2929
```
Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
![Tests passed successfully](https://img.shields.io/badge/tests-833%20passed%2C%206%20skipped-success)
2-
## ✔️ <a id="user-content-r0" href="#r0">fixtures/external/mocha/mocha-test-results.json</a>
2+
##  <a id="user-content-r0" href="#r0">fixtures/external/mocha/mocha-test-results.json</a>
33
**839** tests were completed in **6s** with **833** passed, **0** failed and **6** skipped.
44
|Test suite|Passed|Failed|Skipped|Time|
55
|:---|---:|---:|---:|---:|
6-
|test/node-unit/buffered-worker-pool.spec.js|14✔️|||8ms|
7-
|test/node-unit/cli/config.spec.js|10✔️|||8ms|
8-
|test/node-unit/cli/node-flags.spec.js|105✔️|||9ms|
9-
|test/node-unit/cli/options.spec.js|36✔️|||250ms|
10-
|test/node-unit/cli/run-helpers.spec.js|9✔️|||8ms|
11-
|test/node-unit/cli/run.spec.js|40✔️|||4ms|
12-
|test/node-unit/mocha.spec.js|24✔️|||33ms|
13-
|test/node-unit/parallel-buffered-runner.spec.js|19✔️|||23ms|
14-
|test/node-unit/reporters/parallel-buffered.spec.js|6✔️|||16ms|
15-
|test/node-unit/serializer.spec.js|40✔️|||31ms|
16-
|test/node-unit/stack-trace-filter.spec.js|2✔️||4✖️|1ms|
17-
|test/node-unit/utils.spec.js|5✔️|||1ms|
18-
|test/node-unit/worker.spec.js|15✔️|||92ms|
19-
|test/unit/context.spec.js|8✔️|||5ms|
20-
|test/unit/duration.spec.js|3✔️|||166ms|
21-
|test/unit/errors.spec.js|13✔️|||5ms|
22-
|test/unit/globals.spec.js|4✔️|||0ms|
23-
|test/unit/grep.spec.js|8✔️|||2ms|
24-
|test/unit/hook-async.spec.js|3✔️|||1ms|
25-
|test/unit/hook-sync-nested.spec.js|4✔️|||1ms|
26-
|test/unit/hook-sync.spec.js|3✔️|||0ms|
27-
|test/unit/hook-timeout.spec.js|1✔️|||0ms|
28-
|test/unit/hook.spec.js|4✔️|||0ms|
29-
|test/unit/mocha.spec.js|115✔️||1✖️|128ms|
30-
|test/unit/overspecified-async.spec.js|1✔️|||3ms|
31-
|test/unit/parse-query.spec.js|2✔️|||1ms|
32-
|test/unit/plugin-loader.spec.js|41✔️||1✖️|16ms|
33-
|test/unit/required-tokens.spec.js|1✔️|||0ms|
34-
|test/unit/root.spec.js|1✔️|||0ms|
35-
|test/unit/runnable.spec.js|55✔️|||122ms|
36-
|test/unit/runner.spec.js|77✔️|||43ms|
37-
|test/unit/suite.spec.js|57✔️|||14ms|
38-
|test/unit/test.spec.js|15✔️|||0ms|
39-
|test/unit/throw.spec.js|9✔️|||9ms|
40-
|test/unit/timeout.spec.js|8✔️|||109ms|
41-
|test/unit/utils.spec.js|75✔️|||24ms|
6+
|test/node-unit/buffered-worker-pool.spec.js|14|||8ms|
7+
|test/node-unit/cli/config.spec.js|10|||8ms|
8+
|test/node-unit/cli/node-flags.spec.js|105|||9ms|
9+
|test/node-unit/cli/options.spec.js|36|||250ms|
10+
|test/node-unit/cli/run-helpers.spec.js|9|||8ms|
11+
|test/node-unit/cli/run.spec.js|40|||4ms|
12+
|test/node-unit/mocha.spec.js|24|||33ms|
13+
|test/node-unit/parallel-buffered-runner.spec.js|19|||23ms|
14+
|test/node-unit/reporters/parallel-buffered.spec.js|6|||16ms|
15+
|test/node-unit/serializer.spec.js|40|||31ms|
16+
|test/node-unit/stack-trace-filter.spec.js|2||4|1ms|
17+
|test/node-unit/utils.spec.js|5|||1ms|
18+
|test/node-unit/worker.spec.js|15|||92ms|
19+
|test/unit/context.spec.js|8|||5ms|
20+
|test/unit/duration.spec.js|3|||166ms|
21+
|test/unit/errors.spec.js|13|||5ms|
22+
|test/unit/globals.spec.js|4|||0ms|
23+
|test/unit/grep.spec.js|8|||2ms|
24+
|test/unit/hook-async.spec.js|3|||1ms|
25+
|test/unit/hook-sync-nested.spec.js|4|||1ms|
26+
|test/unit/hook-sync.spec.js|3|||0ms|
27+
|test/unit/hook-timeout.spec.js|1|||0ms|
28+
|test/unit/hook.spec.js|4|||0ms|
29+
|test/unit/mocha.spec.js|115||1|128ms|
30+
|test/unit/overspecified-async.spec.js|1|||3ms|
31+
|test/unit/parse-query.spec.js|2|||1ms|
32+
|test/unit/plugin-loader.spec.js|41||1|16ms|
33+
|test/unit/required-tokens.spec.js|1|||0ms|
34+
|test/unit/root.spec.js|1|||0ms|
35+
|test/unit/runnable.spec.js|55|||122ms|
36+
|test/unit/runner.spec.js|77|||43ms|
37+
|test/unit/suite.spec.js|57|||14ms|
38+
|test/unit/test.spec.js|15|||0ms|
39+
|test/unit/throw.spec.js|9|||9ms|
40+
|test/unit/timeout.spec.js|8|||109ms|
41+
|test/unit/utils.spec.js|75|||24ms|

0 commit comments

Comments
 (0)