mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 22:07:09 +01:00
Add summary badge to report
This commit is contained in:
parent
92cb68e21e
commit
42eb11a3c8
9 changed files with 60 additions and 6 deletions
|
|
@ -1,3 +1,5 @@
|
|||

|
||||
|
||||
### fixtures/dart-json.json
|
||||
|
||||
**6** tests were completed in **3.760s** with **1** passed, **1** skipped and **4** failed.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||

|
||||
|
||||
### fixtures/dotnet-trx.trx
|
||||
|
||||
**7** tests were completed in **1.061s** with **3** passed, **1** skipped and **3** failed.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||

|
||||
|
||||
### fixtures/jest-junit.xml
|
||||
|
||||
**6** tests were completed in **1.360s** with **1** passed, **1** skipped and **4** failed.
|
||||
|
|
|
|||
|
|
@ -52,7 +52,9 @@ dart:isolate _RawReceivePortImpl._handleMessage
|
|||
"title": "[test\\\\second_test.dart] Timeout test",
|
||||
},
|
||||
],
|
||||
"summary": "### fixtures/dart-json.json
|
||||
"summary": "
|
||||
|
||||
### fixtures/dart-json.json
|
||||
|
||||
**6** tests were completed in **3.760s** with **1** passed, **1** skipped and **4** failed.
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,9 @@ Actual: 2",
|
|||
"title": "[DotnetTests.XUnitTests.CalculatorTests] Failing_Test",
|
||||
},
|
||||
],
|
||||
"summary": "### fixtures/dotnet-trx.trx
|
||||
"summary": "
|
||||
|
||||
### fixtures/dotnet-trx.trx
|
||||
|
||||
**7** tests were completed in **1.061s** with **3** passed, **1** skipped and **3** failed.
|
||||
|
||||
|
|
|
|||
|
|
@ -73,7 +73,9 @@ Received: false
|
|||
"title": "[__tests__\\\\second.test.js] Timeout test",
|
||||
},
|
||||
],
|
||||
"summary": "### fixtures/jest-junit.xml
|
||||
"summary": "
|
||||
|
||||
### fixtures/jest-junit.xml
|
||||
|
||||
**6** tests were completed in **1.360s** with **1** passed, **1** skipped and **4** failed.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue