mirror of
https://github.com/dorny/test-reporter.git
synced 2026-03-22 07:52:14 +01:00
Correct test time output
This commit is contained in:
parent
e89b2f3e47
commit
3eeb9fc888
5 changed files with 19 additions and 20 deletions
|
|
@ -1,12 +1,12 @@
|
|||

|
||||
|Report|Passed|Failed|Skipped|Time|
|
||||
|:---|---:|---:|---:|---:|
|
||||
|fixtures/dotnet-nunit-legacy.xml|3 ✅|5 ❌|2 ⚪|9ms|
|
||||
|fixtures/dotnet-nunit-legacy.xml|3 ✅|5 ❌|2 ⚪|73ms|
|
||||
## ❌ <a id="user-content-r0" href="#r0">fixtures/dotnet-nunit-legacy.xml</a>
|
||||
**10** tests were completed in **9ms** with **3** passed, **5** failed and **2** skipped.
|
||||
**10** tests were completed in **73ms** with **3** passed, **5** failed and **2** skipped.
|
||||
|Test suite|Passed|Failed|Skipped|Time|
|
||||
|:---|---:|---:|---:|---:|
|
||||
|[NUnitLegacyTests.CalculatorTests](#r0s0)|3 ✅|5 ❌|2 ⚪|NaNms|
|
||||
|[NUnitLegacyTests.CalculatorTests](#r0s0)|3 ✅|5 ❌|2 ⚪|73ms|
|
||||
### ❌ <a id="user-content-r0s0" href="#r0s0">NUnitLegacyTests.CalculatorTests</a>
|
||||
```
|
||||
CalculatorTests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue