mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 06:17:10 +01:00
Add table with reports results if there are more test runs
This commit is contained in:
parent
96e91aa726
commit
c75a9dd8c8
7 changed files with 329 additions and 308 deletions
|
|
@ -1,16 +1,11 @@
|
|||

|
||||
|
||||
### fixtures/dotnet-trx.trx
|
||||
|
||||

|
||||
## <a id="user-content-r0" href="#r0">fixtures/dotnet-trx.trx</a> ❌
|
||||
**7** tests were completed in **1.061s** with **3** passed, **3** failed and **1** skipped.
|
||||
|
||||
|Suite|Passed|Failed|Skipped|Time|
|
||||
|Test suite|Passed|Failed|Skipped|Time|
|
||||
|:---|---:|---:|---:|---:|
|
||||
|[DotnetTests.XUnitTests.CalculatorTests](#r0s0-DotnetTests-XUnitTests-CalculatorTests)|3✔️|3❌|1✖️|110ms|
|
||||
|
||||
# Test Suites
|
||||
|
||||
## <a id="user-content-r0s0-DotnetTests-XUnitTests-CalculatorTests" href="#r0s0-DotnetTests-XUnitTests-CalculatorTests">DotnetTests.XUnitTests.CalculatorTests</a> ❌
|
||||
|[DotnetTests.XUnitTests.CalculatorTests](#r0s0)|3✔️|3❌|1✖️|110ms|
|
||||
### <a id="user-content-r0s0" href="#r0s0">DotnetTests.XUnitTests.CalculatorTests</a> ❌
|
||||
**7** tests were completed in **109.5761ms** with **3** passed, **3** failed and **1** skipped.
|
||||
|
||||
|Result|Test|Time|
|
||||
|:---:|:---|---:|
|
||||
|
|
@ -20,4 +15,4 @@
|
|||
|✔️|Passing_Test|0ms|
|
||||
|✔️|Passing_Test_With_Name|0ms|
|
||||
|✖️|Skipped_Test|1ms|
|
||||
|✔️|Timeout_Test|102ms|
|
||||
|✔️|Timeout_Test|102ms|
|
||||
Loading…
Add table
Add a link
Reference in a new issue