-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* show hooks even when no tests in suite * fix diff display issue * navbar: handle when passPercent and pendingPercent are null
- Loading branch information
1 parent
87d9495
commit d01cc79
Showing
7 changed files
with
135 additions
and
21 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
{ | ||
"stats": { | ||
"suites": 0, | ||
"tests": 0, | ||
"passes": 0, | ||
"pending": 0, | ||
"failures": 0, | ||
"start": "2017-06-26T19:30:43.924Z", | ||
"end": "2017-06-26T19:30:43.926Z", | ||
"duration": 2, | ||
"testsRegistered": 0, | ||
"passPercent": null, | ||
"pendingPercent": null, | ||
"other": 0, | ||
"hasOther": false, | ||
"skipped": 0, | ||
"hasSkipped": false, | ||
"passPercentClass": "success", | ||
"pendingPercentClass": "success" | ||
}, | ||
"suites": { | ||
"title": "", | ||
"suites": [], | ||
"tests": [], | ||
"pending": [], | ||
"root": true, | ||
"_timeout": 2000, | ||
"uuid": "6a6184e8-645e-4a5e-b4db-dc0fa1763b26", | ||
"beforeHooks": [ | ||
{ | ||
"title": "\"before all\" hook: before", | ||
"fullTitle": " \"before all\" hook: before", | ||
"timedOut": false, | ||
"duration": 0, | ||
"pass": false, | ||
"fail": false, | ||
"pending": false, | ||
"code": "addContext(this, 'context before all');", | ||
"err": {}, | ||
"isRoot": true, | ||
"uuid": "a0bd2fd8-35b4-4ea7-903a-abaf0ec9f6f5", | ||
"parentUUID": "6a6184e8-645e-4a5e-b4db-dc0fa1763b26", | ||
"isHook": true, | ||
"skipped": false | ||
} | ||
], | ||
"afterHooks": [ | ||
{ | ||
"title": "\"after all\" hook: after", | ||
"fullTitle": " \"after all\" hook: after", | ||
"timedOut": false, | ||
"duration": 0, | ||
"pass": false, | ||
"fail": false, | ||
"pending": false, | ||
"code": "addContext(this, 'context after all');", | ||
"err": {}, | ||
"isRoot": true, | ||
"uuid": "9295705d-9315-41a1-9a24-1eecd482ef31", | ||
"parentUUID": "6a6184e8-645e-4a5e-b4db-dc0fa1763b26", | ||
"isHook": true, | ||
"skipped": false | ||
} | ||
], | ||
"fullFile": "", | ||
"file": "", | ||
"passes": [], | ||
"failures": [], | ||
"skipped": [], | ||
"hasBeforeHooks": true, | ||
"hasAfterHooks": true, | ||
"hasTests": false, | ||
"hasSuites": false, | ||
"totalTests": 0, | ||
"totalPasses": 0, | ||
"totalFailures": 0, | ||
"totalPending": 0, | ||
"totalSkipped": 0, | ||
"hasPasses": false, | ||
"hasFailures": false, | ||
"hasPending": false, | ||
"hasSkipped": false, | ||
"duration": 0, | ||
"rootEmpty": true | ||
}, | ||
"allTests": [], | ||
"allPending": [], | ||
"allPasses": [], | ||
"allFailures": [], | ||
"copyrightYear": 2017 | ||
} |
This file contains 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
This file contains 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