Skip to content

Instantly share code, notes, and snippets.

@palmerj3
Created September 1, 2017 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save palmerj3/6bbc332f5f25173941796eae2a1c278a to your computer and use it in GitHub Desktop.
Save palmerj3/6bbc332f5f25173941796eae2a1c278a to your computer and use it in GitHub Desktop.
{
"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