PromucFlow_constructor/app/client/results/mochawesome.json
2020-03-10 09:38:12 +00:00

105 lines
3.0 KiB
JSON

{
"stats": {
"suites": 1,
"tests": 1,
"passes": 1,
"pending": 0,
"failures": 0,
"start": "2020-03-06T06:36:05.120Z",
"end": "2020-03-06T06:36:43.306Z",
"duration": 38186,
"testsRegistered": 1,
"passPercent": 100,
"pendingPercent": 0,
"other": 0,
"hasOther": false,
"skipped": 0,
"hasSkipped": false
},
"results": [
{
"uuid": "ec59b4ec-37da-4565-825f-b4815a3dfbd6",
"title": "",
"fullFile": "cypress\\integration\\OnBoarding\\Login_spec.js",
"file": "cypress\\integration\\OnBoarding\\Login_spec.js",
"beforeHooks": [],
"afterHooks": [],
"tests": [],
"suites": [
{
"uuid": "352aa634-cc6a-4b94-a333-cb87b4ea1e1b",
"title": "Cypress test",
"fullFile": "",
"file": "",
"beforeHooks": [],
"afterHooks": [],
"tests": [
{
"title": "Login functionality",
"fullTitle": "Cypress test Login functionality",
"timedOut": null,
"duration": 38059,
"state": "passed",
"speed": "slow",
"pass": true,
"fail": false,
"pending": false,
"context": null,
"code": "cy.LogintoApp(loginData.username, loginData.password);\ncy.get('input[type=\"text\"]').type('Test app');\ncy.wait(3000);\ncy.get('.t--application-edit-link').click();\ncy.wait(5000);\ncy.get('.t--draggable-buttonwidget').click({\n force: true\n});\ncy.wait(2000);\ncy.get('textarea').first().click({\n force: true\n}).clear({\n force: true\n}).type('Test', {\n force: true\n});\ncy.wait(5000);\ncy.get('.t--application-publish-btn').click();",
"err": {},
"uuid": "4a5df4d2-4368-4506-9c98-90d44b9aa355",
"parentUUID": "352aa634-cc6a-4b94-a333-cb87b4ea1e1b",
"isHook": false,
"skipped": false
}
],
"suites": [],
"passes": [
"4a5df4d2-4368-4506-9c98-90d44b9aa355"
],
"failures": [],
"pending": [],
"skipped": [],
"duration": 38059,
"root": false,
"rootEmpty": false,
"_timeout": 2000
}
],
"passes": [],
"failures": [],
"pending": [],
"skipped": [],
"duration": 0,
"root": true,
"rootEmpty": true,
"_timeout": 2000
}
],
"meta": {
"mocha": {
"version": "7.1.0"
},
"mochawesome": {
"options": {
"quiet": false,
"reportFilename": "mochawesome",
"saveHtml": false,
"saveJson": true,
"consoleReporter": "spec",
"useInlineDiffs": false,
"code": true
},
"version": "5.0.0"
},
"marge": {
"options": {
"reportDir": "results",
"overwrite": false,
"html": false,
"json": true
},
"version": "4.1.0"
}
}
}