-
Notifications
You must be signed in to change notification settings - Fork 2
/
mochawesome.json
110 lines (110 loc) · 3.44 KB
/
mochawesome.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"stats": {
"suites": 1,
"tests": 1,
"passes": 0,
"pending": 0,
"failures": 1,
"start": "2021-09-29T19:41:10.630Z",
"end": "2021-09-29T19:46:17.052Z",
"duration": 72064,
"testsRegistered": 1,
"passPercent": 0,
"pendingPercent": 0,
"other": 0,
"hasOther": false,
"skipped": 0,
"hasSkipped": false
},
"results": [
{
"uuid": "79fee314-9a79-47da-8048-16fb61d4d291",
"title": "",
"fullFile": "cypress/integration/WebInterface/ExampleSimpleTest.spec.ts",
"file": "cypress/integration/WebInterface/ExampleSimpleTest.spec.ts",
"beforeHooks": [],
"afterHooks": [],
"tests": [],
"suites": [
{
"uuid": "d25eb284-cd30-458f-9762-7173e48baa59",
"title": "Example Login to MAT",
"fullFile": "",
"file": "",
"beforeHooks": [],
"afterHooks": [],
"tests": [
{
"title": "example TEST",
"fullTitle": "Example Login to MAT example TEST",
"timedOut": null,
"duration": 72064,
"state": "failed",
"speed": null,
"pass": false,
"fail": true,
"pending": false,
"context": "{\n \"title\": \"Screenshot\",\n \"value\": \"assets/WebInterface/ExampleSimpleTest.spec.ts/Example Login to MAT -- example TEST (failed).png\"\n}",
"code": "//verifying New Measure button is visible and active\ncy.get(MATMeasureLibraryExample_1.MATMeasureLibraryExample.newMeasureButton).should('not.be.visible');\n//cy.get(MATMeasureLibraryExample.newMeasureButton).should('be.enabled')",
"err": {
"message": "AssertionError: Timed out retrying after 50000ms: expected '<button#newMeasure_button.createNewButton>' not to be 'visible'",
"estack": "AssertionError: Timed out retrying after 50000ms: expected '<button#newMeasure_button.createNewButton>' not to be 'visible'\n at Context.eval (https://dev-emeasuretool.hcqis.org/__cypress/tests?p=cypress/integration/WebInterface/ExampleSimpleTest.spec.ts:57:86)",
"diff": null
},
"uuid": "9aaf3840-8179-4c34-b864-6078f828556f",
"parentUUID": "d25eb284-cd30-458f-9762-7173e48baa59",
"isHook": false,
"skipped": false
}
],
"suites": [],
"passes": [],
"failures": [
"9aaf3840-8179-4c34-b864-6078f828556f"
],
"pending": [],
"skipped": [],
"duration": 72064,
"root": false,
"rootEmpty": false,
"_timeout": 2000
}
],
"passes": [],
"failures": [],
"pending": [],
"skipped": [],
"duration": 0,
"root": true,
"rootEmpty": true,
"_timeout": 2000
}
],
"meta": {
"mocha": {
"version": "7.0.1"
},
"mochawesome": {
"options": {
"quiet": false,
"reportFilename": "mochawesome",
"saveHtml": false,
"saveJson": true,
"consoleReporter": "spec",
"useInlineDiffs": false
},
"version": "4.1.0"
},
"marge": {
"options": {
"reportDir": "cypress/results",
"overwrite": false,
"html": false,
"timestamp": "mmddyyyy_HHMMss",
"json": true,
"inline": true
},
"version": "4.1.0"
}
}
}