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
|
|
@ -3,7 +3,7 @@
|
|||
**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:white_check_mark:|5:x:|1:no_entry_sign:|118ms|
|
||||
|[DotnetTests.XUnitTests.CalculatorTests](#r0s0)|5:white_check_mark:|5:x:|1:warning:|118ms|
|
||||
### :x: <a id="user-content-r0s0" href="#r0s0">DotnetTests.XUnitTests.CalculatorTests</a>
|
||||
```
|
||||
:white_check_mark: Custom Name
|
||||
|
|
@ -26,6 +26,6 @@
|
|||
Assert.True() Failure
|
||||
Expected: True
|
||||
Actual: False
|
||||
:no_entry_sign: Skipped_Test
|
||||
:warning: Skipped_Test
|
||||
:white_check_mark: Timeout_Test
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue