mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 06:17:10 +01:00
Add option of use-actions-summary
This commit is contained in:
parent
bd77050543
commit
3608ee03fd
17 changed files with 4236 additions and 402 deletions
|
|
@ -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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue