Skip to content

Commit

Permalink
Update test outputs after #199
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Dorner committed Nov 13, 2022
1 parent 21b00b9 commit 2f63fb8
Show file tree
Hide file tree
Showing 11 changed files with 3,200 additions and 3,200 deletions.
8 changes: 4 additions & 4 deletions __tests__/__outputs__/dart-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
**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✔️|3❌||74ms|
|[test/second_test.dart](#r0s1)||1❌|1✖️|51ms|
|[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
✔️ Passing test
Passing test
Test 1 Test 1.1
❌ Failing test
Expected: <2>
Expand All @@ -24,5 +24,5 @@ Test 2
```
❌ Timeout test
TimeoutException after 0:00:00.000001: Test timed out after 0 seconds.
✖️ Skipped test
Skipped test
```
14 changes: 7 additions & 7 deletions __tests__/__outputs__/dotnet-trx.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
**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✔️|5❌|1✖️|118ms|
|[DotnetTests.XUnitTests.CalculatorTests](#r0s0)|5|5❌|1|118ms|
### ❌ <a id="user-content-r0s0" href="#r0s0">DotnetTests.XUnitTests.CalculatorTests</a>
```
✔️ Custom Name
Custom Name
❌ Exception_In_TargetTest
System.DivideByZeroException : Attempted to divide by zero.
❌ Exception_In_Test
Expand All @@ -15,17 +15,17 @@
Assert.Equal() Failure
Expected: 3
Actual: 2
✔️ Is_Even_Number(i: 2)
Is_Even_Number(i: 2)
❌ Is_Even_Number(i: 3)
Assert.True() Failure
Expected: True
Actual: False
✔️ Passing_Test
✔️ Should be even number(i: 2)
Passing_Test
Should be even number(i: 2)
❌ Should be even number(i: 3)
Assert.True() Failure
Expected: True
Actual: False
✖️ Skipped_Test
✔️ Timeout_Test
Skipped_Test
Timeout_Test
```
2,104 changes: 1,052 additions & 1,052 deletions __tests__/__outputs__/fluent-validation-test-results.md

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions __tests__/__outputs__/jest-junit.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
**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✔️|3❌||486ms|
|[__tests__\second.test.js](#r0s1)||1❌|1✖️|82ms|
|[__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
✔️ Passing test
Passing test
Test 1 › Test 1.1
❌ Failing test
Error: expect(received).toBeTruthy()
Expand All @@ -22,5 +22,5 @@ Test 2
```
❌ 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:
✖️ Skipped test
Skipped test
```
834 changes: 417 additions & 417 deletions __tests__/__outputs__/jest-test-results.md

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions __tests__/__outputs__/mocha-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
**6** tests were completed in **12ms** with **1** passed, **4** failed and **1** skipped.
|Test suite|Passed|Failed|Skipped|Time|
|:---|---:|---:|---:|---:|
|[test/main.test.js](#r0s0)|1✔️|3❌||1ms|
|[test/second.test.js](#r0s1)||1❌|1✖️|8ms|
|[test/main.test.js](#r0s0)|1|3❌||1ms|
|[test/second.test.js](#r0s1)||1❌|1|8ms|
### ❌ <a id="user-content-r0s0" href="#r0s0">test/main.test.js</a>
```
Test 1
✔️ Passing test
Passing test
Test 1 Test 1.1
❌ Exception in target unit
Some error
Expand All @@ -23,7 +23,7 @@ Test 2
```
### ❌ <a id="user-content-r0s1" href="#r0s1">test/second.test.js</a>
```
✖️ Skipped test
Skipped test
❌ Timeout test
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)
```
74 changes: 37 additions & 37 deletions __tests__/__outputs__/mocha-test-results.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
![Tests passed successfully](https://img.shields.io/badge/tests-833%20passed%2C%206%20skipped-success)
## ✔️ <a id="user-content-r0" href="#r0">fixtures/external/mocha/mocha-test-results.json</a>
##  <a id="user-content-r0" href="#r0">fixtures/external/mocha/mocha-test-results.json</a>
**839** tests were completed in **6s** with **833** passed, **0** failed and **6** skipped.
|Test suite|Passed|Failed|Skipped|Time|
|:---|---:|---:|---:|---:|
|test/node-unit/buffered-worker-pool.spec.js|14✔️|||8ms|
|test/node-unit/cli/config.spec.js|10✔️|||8ms|
|test/node-unit/cli/node-flags.spec.js|105✔️|||9ms|
|test/node-unit/cli/options.spec.js|36✔️|||250ms|
|test/node-unit/cli/run-helpers.spec.js|9✔️|||8ms|
|test/node-unit/cli/run.spec.js|40✔️|||4ms|
|test/node-unit/mocha.spec.js|24✔️|||33ms|
|test/node-unit/parallel-buffered-runner.spec.js|19✔️|||23ms|
|test/node-unit/reporters/parallel-buffered.spec.js|6✔️|||16ms|
|test/node-unit/serializer.spec.js|40✔️|||31ms|
|test/node-unit/stack-trace-filter.spec.js|2✔️||4✖️|1ms|
|test/node-unit/utils.spec.js|5✔️|||1ms|
|test/node-unit/worker.spec.js|15✔️|||92ms|
|test/unit/context.spec.js|8✔️|||5ms|
|test/unit/duration.spec.js|3✔️|||166ms|
|test/unit/errors.spec.js|13✔️|||5ms|
|test/unit/globals.spec.js|4✔️|||0ms|
|test/unit/grep.spec.js|8✔️|||2ms|
|test/unit/hook-async.spec.js|3✔️|||1ms|
|test/unit/hook-sync-nested.spec.js|4✔️|||1ms|
|test/unit/hook-sync.spec.js|3✔️|||0ms|
|test/unit/hook-timeout.spec.js|1✔️|||0ms|
|test/unit/hook.spec.js|4✔️|||0ms|
|test/unit/mocha.spec.js|115✔️||1✖️|128ms|
|test/unit/overspecified-async.spec.js|1✔️|||3ms|
|test/unit/parse-query.spec.js|2✔️|||1ms|
|test/unit/plugin-loader.spec.js|41✔️||1✖️|16ms|
|test/unit/required-tokens.spec.js|1✔️|||0ms|
|test/unit/root.spec.js|1✔️|||0ms|
|test/unit/runnable.spec.js|55✔️|||122ms|
|test/unit/runner.spec.js|77✔️|||43ms|
|test/unit/suite.spec.js|57✔️|||14ms|
|test/unit/test.spec.js|15✔️|||0ms|
|test/unit/throw.spec.js|9✔️|||9ms|
|test/unit/timeout.spec.js|8✔️|||109ms|
|test/unit/utils.spec.js|75✔️|||24ms|
|test/node-unit/buffered-worker-pool.spec.js|14|||8ms|
|test/node-unit/cli/config.spec.js|10|||8ms|
|test/node-unit/cli/node-flags.spec.js|105|||9ms|
|test/node-unit/cli/options.spec.js|36|||250ms|
|test/node-unit/cli/run-helpers.spec.js|9|||8ms|
|test/node-unit/cli/run.spec.js|40|||4ms|
|test/node-unit/mocha.spec.js|24|||33ms|
|test/node-unit/parallel-buffered-runner.spec.js|19|||23ms|
|test/node-unit/reporters/parallel-buffered.spec.js|6|||16ms|
|test/node-unit/serializer.spec.js|40|||31ms|
|test/node-unit/stack-trace-filter.spec.js|2||4|1ms|
|test/node-unit/utils.spec.js|5|||1ms|
|test/node-unit/worker.spec.js|15|||92ms|
|test/unit/context.spec.js|8|||5ms|
|test/unit/duration.spec.js|3|||166ms|
|test/unit/errors.spec.js|13|||5ms|
|test/unit/globals.spec.js|4|||0ms|
|test/unit/grep.spec.js|8|||2ms|
|test/unit/hook-async.spec.js|3|||1ms|
|test/unit/hook-sync-nested.spec.js|4|||1ms|
|test/unit/hook-sync.spec.js|3|||0ms|
|test/unit/hook-timeout.spec.js|1|||0ms|
|test/unit/hook.spec.js|4|||0ms|
|test/unit/mocha.spec.js|115||1|128ms|
|test/unit/overspecified-async.spec.js|1|||3ms|
|test/unit/parse-query.spec.js|2|||1ms|
|test/unit/plugin-loader.spec.js|41||1|16ms|
|test/unit/required-tokens.spec.js|1|||0ms|
|test/unit/root.spec.js|1|||0ms|
|test/unit/runnable.spec.js|55|||122ms|
|test/unit/runner.spec.js|77|||43ms|
|test/unit/suite.spec.js|57|||14ms|
|test/unit/test.spec.js|15|||0ms|
|test/unit/throw.spec.js|9|||9ms|
|test/unit/timeout.spec.js|8|||109ms|
|test/unit/utils.spec.js|75|||24ms|
Loading

0 comments on commit 2f63fb8

Please sign in to comment.