mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-04 12:15:21 -08:00
Add option of use-actions-summary
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|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:no_entry_sign:|82ms|
|
||||
|[__tests__\second.test.js](#r0s1)||1:x:|1:warning:|82ms|
|
||||
### :x: <a id="user-content-r0s0" href="#r0s0">__tests__\main.test.js</a>
|
||||
```
|
||||
Test 1
|
||||
@@ -22,5 +22,5 @@ Test 2
|
||||
```
|
||||
:x: 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:
|
||||
:no_entry_sign: Skipped test
|
||||
:warning: Skipped test
|
||||
```
|
||||
Reference in New Issue
Block a user