forked from tapjs/tap-mocha-reporter
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generated with: $ node_modules/.bin/tap --reporter=mochawesome /tmp/test1.sh /tmp/test2.sh for [1]. [1]: tapjs#48
- Loading branch information
0 parents
commit 460ab65
Showing
14 changed files
with
168 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,2 @@ | ||
<!doctype html> | ||
<html lang="en"><head><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width, initial-scale=1"/><title>Mochawesome Report</title><link rel="stylesheet" href="assets/app.css"/></head><body data-raw="{"stats":{"suites":2,"tests":4,"passes":2,"pending":0,"failures":2,"start":"2018-06-08T09:45:26.091Z","end":"2018-06-08T09:45:26.227Z","duration":136,"testsRegistered":5,"passPercent":40,"pendingPercent":0,"other":0,"hasOther":false,"skipped":1,"hasSkipped":true,"passPercentClass":"danger","pendingPercentClass":"danger"},"suites":{"uuid":"7da2414c-3189-456d-9e87-a0a0aa7df5e9","title":"root","fullFile":"","file":"","beforeHooks":[],"afterHooks":[],"tests":[],"suites":[{"uuid":"abf621a4-8985-42cc-9f0d-03c51fe0ba11","title":"/tmp/test1.sh","fullFile":"","file":"","beforeHooks":[],"afterHooks":[],"tests":[{"title":"testing a skip","fullTitle":"root /tmp/test1.sh testing a skip","duration":0,"state":"skipped","pass":false,"fail":false,"pending":false,"code":"","err":{},"uuid":"054a5d01-4070-4280-b3ab-f2823e59626f","isHook":false,"skipped":true},{"title":"can multiply one by two","fullTitle":"root /tmp/test1.sh can multiply one by two","duration":0,"state":"failed","pass":false,"fail":true,"pending":false,"context":"{\n \"title\": \"diagnostic\",\n \"value\": {\n \"actual\": 3,\n \"expected\": 2\n }\n}","code":"","err":{},"uuid":"e5572f66-86b1-463c-9b62-1a34e1dac7fb","isHook":false,"skipped":false},{"title":"can multiply two by two","fullTitle":"root /tmp/test1.sh can multiply two by two","duration":0,"state":"passed","speed":"fast","pass":true,"fail":false,"pending":false,"context":"{\n \"title\": \"diagnostic\",\n \"value\": {\n \"actual\": 4,\n \"expected\": 4\n }\n}","code":"","err":{},"uuid":"1e6529d0-a46c-4565-990a-49b1d134f9bc","isHook":false,"skipped":false}],"suites":[],"passes":["1e6529d0-a46c-4565-990a-49b1d134f9bc"],"failures":["e5572f66-86b1-463c-9b62-1a34e1dac7fb"],"pending":[],"skipped":["054a5d01-4070-4280-b3ab-f2823e59626f"],"duration":null,"root":false,"rootEmpty":false},{"uuid":"b0eb7c2a-8c35-40d9-9346-3c28dd8b1cd9","title":"/tmp/test2.sh","fullFile":"","file":"","beforeHooks":[],"afterHooks":[],"tests":[{"title":"nesting","fullTitle":"root /tmp/test2.sh nesting","duration":0,"state":"failed","pass":false,"fail":true,"pending":false,"code":"","err":{},"uuid":"e1f6b190-1c5e-469c-bf96-c0b0978761ec","isHook":false,"skipped":false},{"title":"second","fullTitle":"root /tmp/test2.sh second","duration":0,"state":"passed","speed":"fast","pass":true,"fail":false,"pending":false,"code":"","err":{},"uuid":"c2f7969c-8d1f-4544-91c0-c0e783ddab4e","isHook":false,"skipped":false}],"suites":[],"passes":["c2f7969c-8d1f-4544-91c0-c0e783ddab4e"],"failures":["e1f6b190-1c5e-469c-bf96-c0b0978761ec"],"pending":[],"skipped":[],"duration":null,"root":false,"rootEmpty":false}],"passes":[],"failures":[],"pending":[],"skipped":[],"duration":0,"root":true,"rootEmpty":true},"copyrightYear":2018}" data-config="{"reportFilename":"mochawesome","reportDir":"mochawesome-report","reportTitle":"tap-mocha-reporter","reportPageTitle":"Mochawesome Report","inline":false,"inlineAssets":false,"cdn":false,"charts":true,"enableCharts":true,"code":true,"enableCode":true,"autoOpen":false,"overwrite":true,"timestamp":false,"ts":false,"showPassed":true,"showFailed":true,"showPending":true,"showSkipped":false,"showHooks":"failed","saveJson":true,"saveHtml":true,"dev":false,"assetsDir":"mochawesome-report/assets","jsonFile":"/home/wking/src/tap/tap-mocha-reporter/mochawesome-report/mochawesome.json","htmlFile":"/home/wking/src/tap/tap-mocha-reporter/mochawesome-report/mochawesome.html"}"><div id="report"></div><script src="assets/app.js"></script></body></html> |
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,160 @@ | ||
{ | ||
"stats": { | ||
"suites": 2, | ||
"tests": 4, | ||
"passes": 2, | ||
"pending": 0, | ||
"failures": 2, | ||
"start": "2018-06-08T09:45:26.091Z", | ||
"end": "2018-06-08T09:45:26.227Z", | ||
"duration": 136, | ||
"testsRegistered": 5, | ||
"passPercent": 40, | ||
"pendingPercent": 0, | ||
"other": 0, | ||
"hasOther": false, | ||
"skipped": 1, | ||
"hasSkipped": true, | ||
"passPercentClass": "danger", | ||
"pendingPercentClass": "danger" | ||
}, | ||
"suites": { | ||
"uuid": "7da2414c-3189-456d-9e87-a0a0aa7df5e9", | ||
"title": "root", | ||
"fullFile": "", | ||
"file": "", | ||
"beforeHooks": [], | ||
"afterHooks": [], | ||
"tests": [], | ||
"suites": [ | ||
{ | ||
"uuid": "abf621a4-8985-42cc-9f0d-03c51fe0ba11", | ||
"title": "/tmp/test1.sh", | ||
"fullFile": "", | ||
"file": "", | ||
"beforeHooks": [], | ||
"afterHooks": [], | ||
"tests": [ | ||
{ | ||
"title": "testing a skip", | ||
"fullTitle": "root /tmp/test1.sh testing a skip", | ||
"duration": 0, | ||
"state": "skipped", | ||
"pass": false, | ||
"fail": false, | ||
"pending": false, | ||
"code": "", | ||
"err": {}, | ||
"uuid": "054a5d01-4070-4280-b3ab-f2823e59626f", | ||
"isHook": false, | ||
"skipped": true | ||
}, | ||
{ | ||
"title": "can multiply one by two", | ||
"fullTitle": "root /tmp/test1.sh can multiply one by two", | ||
"duration": 0, | ||
"state": "failed", | ||
"pass": false, | ||
"fail": true, | ||
"pending": false, | ||
"context": "{\n \"title\": \"diagnostic\",\n \"value\": {\n \"actual\": 3,\n \"expected\": 2\n }\n}", | ||
"code": "", | ||
"err": {}, | ||
"uuid": "e5572f66-86b1-463c-9b62-1a34e1dac7fb", | ||
"isHook": false, | ||
"skipped": false | ||
}, | ||
{ | ||
"title": "can multiply two by two", | ||
"fullTitle": "root /tmp/test1.sh can multiply two by two", | ||
"duration": 0, | ||
"state": "passed", | ||
"speed": "fast", | ||
"pass": true, | ||
"fail": false, | ||
"pending": false, | ||
"context": "{\n \"title\": \"diagnostic\",\n \"value\": {\n \"actual\": 4,\n \"expected\": 4\n }\n}", | ||
"code": "", | ||
"err": {}, | ||
"uuid": "1e6529d0-a46c-4565-990a-49b1d134f9bc", | ||
"isHook": false, | ||
"skipped": false | ||
} | ||
], | ||
"suites": [], | ||
"passes": [ | ||
"1e6529d0-a46c-4565-990a-49b1d134f9bc" | ||
], | ||
"failures": [ | ||
"e5572f66-86b1-463c-9b62-1a34e1dac7fb" | ||
], | ||
"pending": [], | ||
"skipped": [ | ||
"054a5d01-4070-4280-b3ab-f2823e59626f" | ||
], | ||
"duration": null, | ||
"root": false, | ||
"rootEmpty": false | ||
}, | ||
{ | ||
"uuid": "b0eb7c2a-8c35-40d9-9346-3c28dd8b1cd9", | ||
"title": "/tmp/test2.sh", | ||
"fullFile": "", | ||
"file": "", | ||
"beforeHooks": [], | ||
"afterHooks": [], | ||
"tests": [ | ||
{ | ||
"title": "nesting", | ||
"fullTitle": "root /tmp/test2.sh nesting", | ||
"duration": 0, | ||
"state": "failed", | ||
"pass": false, | ||
"fail": true, | ||
"pending": false, | ||
"code": "", | ||
"err": {}, | ||
"uuid": "e1f6b190-1c5e-469c-bf96-c0b0978761ec", | ||
"isHook": false, | ||
"skipped": false | ||
}, | ||
{ | ||
"title": "second", | ||
"fullTitle": "root /tmp/test2.sh second", | ||
"duration": 0, | ||
"state": "passed", | ||
"speed": "fast", | ||
"pass": true, | ||
"fail": false, | ||
"pending": false, | ||
"code": "", | ||
"err": {}, | ||
"uuid": "c2f7969c-8d1f-4544-91c0-c0e783ddab4e", | ||
"isHook": false, | ||
"skipped": false | ||
} | ||
], | ||
"suites": [], | ||
"passes": [ | ||
"c2f7969c-8d1f-4544-91c0-c0e783ddab4e" | ||
], | ||
"failures": [ | ||
"e1f6b190-1c5e-469c-bf96-c0b0978761ec" | ||
], | ||
"pending": [], | ||
"skipped": [], | ||
"duration": null, | ||
"root": false, | ||
"rootEmpty": false | ||
} | ||
], | ||
"passes": [], | ||
"failures": [], | ||
"pending": [], | ||
"skipped": [], | ||
"duration": 0, | ||
"root": true, | ||
"rootEmpty": true | ||
}, | ||
"copyrightYear": 2018 | ||
} |