mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 06:17:10 +01:00
Reaction to PR feedback
This commit is contained in:
parent
574868ab61
commit
1db430559c
16 changed files with 4133 additions and 4133 deletions
|
|
@ -1,31 +1,31 @@
|
|||

|
||||
|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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue