Created
September 1, 2017 12:28
-
-
Save palmerj3/6bbc332f5f25173941796eae2a1c278a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"numFailedTestSuites": 0, | |
"numFailedTests": 0, | |
"numPassedTestSuites": 2, | |
"numPassedTests": 2, | |
"numPendingTestSuites": 0, | |
"numPendingTests": 0, | |
"numRuntimeErrorTestSuites": 0, | |
"numTotalTestSuites": 2, | |
"numTotalTests": 2, | |
"snapshot": { | |
"added": 0, | |
"didUpdate": false, | |
"failure": false, | |
"filesAdded": 0, | |
"filesRemoved": 0, | |
"filesUnmatched": 0, | |
"filesUpdated": 0, | |
"matched": 0, | |
"total": 0, | |
"unchecked": 0, | |
"unmatched": 0, | |
"updated": 0 | |
}, | |
"startTime": 1504268680842, | |
"success": true, | |
"testResults": [ | |
{ | |
"console": [], | |
"failureMessage": null, | |
"numFailingTests": 0, | |
"numPassingTests": 1, | |
"numPendingTests": 0, | |
"perfStats": { | |
"end": 1504268681351, | |
"start": 1504268681250 | |
}, | |
"snapshot": { | |
"added": 0, | |
"fileDeleted": false, | |
"matched": 0, | |
"unchecked": 0, | |
"unmatched": 0, | |
"updated": 0 | |
}, | |
"testFilePath": "/Users/jpalmer/Development/OO/jest-multi-project-testResultProcessor/p1/__tests__/sample.test.js", | |
"testResults": [ | |
{ | |
"ancestorTitles": [ | |
"foo" | |
], | |
"duration": 2, | |
"failureMessages": [], | |
"fullName": "foo should bar", | |
"numPassingAsserts": 0, | |
"status": "passed", | |
"title": "should bar" | |
} | |
], | |
"sourceMaps": {}, | |
"skipped": false, | |
"displayName": "p1" | |
}, | |
{ | |
"console": [], | |
"failureMessage": null, | |
"numFailingTests": 0, | |
"numPassingTests": 1, | |
"numPendingTests": 0, | |
"perfStats": { | |
"end": 1504268681417, | |
"start": 1504268681366 | |
}, | |
"snapshot": { | |
"added": 0, | |
"fileDeleted": false, | |
"matched": 0, | |
"unchecked": 0, | |
"unmatched": 0, | |
"updated": 0 | |
}, | |
"testFilePath": "/Users/jpalmer/Development/OO/jest-multi-project-testResultProcessor/p2/__tests__/sample2.test.js", | |
"testResults": [ | |
{ | |
"ancestorTitles": [ | |
"foo" | |
], | |
"duration": 1, | |
"failureMessages": [], | |
"fullName": "foo should bar", | |
"numPassingAsserts": 0, | |
"status": "passed", | |
"title": "should bar" | |
} | |
], | |
"sourceMaps": {}, | |
"skipped": false | |
} | |
], | |
"wasInterrupted": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment