mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-18 23:17:09 +01:00
update snapshots
This commit is contained in:
parent
67cecee9da
commit
365ff5e5d1
9 changed files with 2840 additions and 2853 deletions
|
|
@ -3,12 +3,12 @@
|
|||
exports[`swift-xunit tests report from swift test results matches snapshot 1`] = `
|
||||
TestRunResult {
|
||||
"path": "fixtures/swift-xunit.xml",
|
||||
"suites": [
|
||||
"suites": Array [
|
||||
TestSuiteResult {
|
||||
"groups": [
|
||||
"groups": Array [
|
||||
TestGroupResult {
|
||||
"name": "AcmeLibTests.AcmeLibTests",
|
||||
"tests": [
|
||||
"tests": Array [
|
||||
TestCaseResult {
|
||||
"error": undefined,
|
||||
"name": "test_always_pass",
|
||||
|
|
@ -22,7 +22,7 @@ TestRunResult {
|
|||
"time": 92.039167,
|
||||
},
|
||||
TestCaseResult {
|
||||
"error": {
|
||||
"error": Object {
|
||||
"details": undefined,
|
||||
"line": undefined,
|
||||
"message": undefined,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue