mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 13:57:09 +01:00
Undo trx parsing changes temporarily
This commit is contained in:
parent
775c900089
commit
574868ab61
7 changed files with 13 additions and 31 deletions
|
|
@ -1,8 +1,8 @@
|
|||

|
||||
|Report|Passed|Failed|Skipped|Time|
|
||||
|:---|---:|---:|---:|---:|
|
||||
|DotnetTests.XUnitTests|5:white_check_mark:|5:x:|1:warning:|1s|
|
||||
## :x: <a id="user-content-r0" href="#r0">DotnetTests.XUnitTests</a>
|
||||
|fixtures/dotnet-trx.trx|5:white_check_mark:|5:x:|1:warning:|1s|
|
||||
## :x: <a id="user-content-r0" href="#r0">fixtures/dotnet-trx.trx</a>
|
||||
**11** tests were completed in **1s** with **5** passed, **5** failed and **1** skipped.
|
||||
|Test suite|Passed|Failed|Skipped|Time|
|
||||
|:---|---:|---:|---:|---:|
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
|
||||
|Report|Passed|Failed|Skipped|Time|
|
||||
|:---|---:|---:|---:|---:|
|
||||
|FluentValidation.Tests|803:white_check_mark:||1:warning:|4s|
|
||||
## :white_check_mark: <a id="user-content-r0" href="#r0">FluentValidation.Tests</a>
|
||||
|fixtures/external/FluentValidation.Tests.trx|803:white_check_mark:||1:warning:|4s|
|
||||
## :white_check_mark: <a id="user-content-r0" href="#r0">fixtures/external/FluentValidation.Tests.trx</a>
|
||||
**804** tests were completed in **4s** with **803** passed, **0** failed and **1** skipped.
|
||||
|Test suite|Passed|Failed|Skipped|Time|
|
||||
|:---|---:|---:|---:|---:|
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
|
||||
|Report|Passed|Failed|Skipped|Time|
|
||||
|:---|---:|---:|---:|---:|
|
||||
|VanillaCloudStorageClientTest|67:white_check_mark:||12:warning:|1s|
|
||||
## :white_check_mark: <a id="user-content-r0" href="#r0">VanillaCloudStorageClientTest</a>
|
||||
|fixtures/external/SilentNotes.trx|67:white_check_mark:||12:warning:|1s|
|
||||
## :white_check_mark: <a id="user-content-r0" href="#r0">fixtures/external/SilentNotes.trx</a>
|
||||
**79** tests were completed in **1s** with **67** passed, **0** failed and **12** skipped.
|
||||
|Test suite|Passed|Failed|Skipped|Time|
|
||||
|:---|---:|---:|---:|---:|
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
exports[`dotnet-trx tests matches report snapshot 1`] = `
|
||||
TestRunResult {
|
||||
"path": "DotnetTests.XUnitTests",
|
||||
"path": "fixtures/dotnet-trx.trx",
|
||||
"suites": [
|
||||
TestSuiteResult {
|
||||
"groups": [
|
||||
|
|
@ -131,7 +131,7 @@ Actual: False",
|
|||
|
||||
exports[`dotnet-trx tests report from FluentValidation test results matches snapshot 1`] = `
|
||||
TestRunResult {
|
||||
"path": "FluentValidation.Tests",
|
||||
"path": "fixtures/external/FluentValidation.Tests.trx",
|
||||
"suites": [
|
||||
TestSuiteResult {
|
||||
"groups": [
|
||||
|
|
@ -5646,7 +5646,7 @@ TestRunResult {
|
|||
|
||||
exports[`dotnet-trx tests report from SilentNotes test results matches snapshot 1`] = `
|
||||
TestRunResult {
|
||||
"path": "VanillaCloudStorageClientTest",
|
||||
"path": "fixtures/external/SilentNotes.trx",
|
||||
"suites": [
|
||||
TestSuiteResult {
|
||||
"groups": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue