mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 14:27:10 +01:00
Persist test summary on disk
This commit is contained in:
parent
c9b3d0e2bd
commit
83b7f42d2d
19 changed files with 1284 additions and 3655 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
exports[`dotnet-trx tests matches report snapshot 1`] = `
|
||||
TestRunResult {
|
||||
"path": "fixtures/dotnet-trx.trx",
|
||||
"path": "DotnetTests.XUnitTests",
|
||||
"suites": Array [
|
||||
TestSuiteResult {
|
||||
"groups": Array [
|
||||
|
|
@ -131,7 +131,7 @@ Actual: False",
|
|||
|
||||
exports[`dotnet-trx tests report from FluentValidation test results matches snapshot 1`] = `
|
||||
TestRunResult {
|
||||
"path": "fixtures/external/FluentValidation.Tests.trx",
|
||||
"path": "FluentValidation.Tests",
|
||||
"suites": Array [
|
||||
TestSuiteResult {
|
||||
"groups": Array [
|
||||
|
|
@ -5646,7 +5646,7 @@ TestRunResult {
|
|||
|
||||
exports[`dotnet-trx tests report from SilentNotes test results matches snapshot 1`] = `
|
||||
TestRunResult {
|
||||
"path": "fixtures/external/SilentNotes.trx",
|
||||
"path": "VanillaCloudStorageClientTest",
|
||||
"suites": Array [
|
||||
TestSuiteResult {
|
||||
"groups": Array [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue