-
Notifications
You must be signed in to change notification settings - Fork 65
/
Copy pathreport-example.json
98 lines (98 loc) · 3.77 KB
/
report-example.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
{
"total": 6,
"totalPassed": 3,
"totalFailed": 3,
"totalSuites": 3,
"suites": [
{
"name": "image-diff.cy.js",
"path": "cypress/specs/image-diff.cy.js",
"tests": [
{
"status": "fail",
"name": "image-diff.cy-wholePage",
"percentage": 0.0900966398590363,
"failureThreshold": 0,
"specPath": "cypress/specs/image-diff.cy.js",
"specFilename": "image-diff.cy.js",
"baselinePath": "cypress-image-diff-screenshots/baseline/image-diff.cy-wholePage.png",
"diffPath": "cypress-image-diff-screenshots/diff/image-diff.cy-wholePage.png",
"comparisonPath": "cypress-image-diff-screenshots/comparison/image-diff.cy-wholePage.png"
},
{
"status": "pass",
"name": "image-diff.cy-wholePageThreshold",
"percentage": 0.0900966398590363,
"failureThreshold": 0.2,
"specPath": "cypress/specs/image-diff.cy.js",
"specFilename": "image-diff.cy.js",
"baselinePath": "cypress-image-diff-screenshots/baseline/image-diff.cy-wholePageThreshold.png",
"diffPath": "",
"comparisonPath": "cypress-image-diff-screenshots/comparison/image-diff.cy-wholePageThreshold.png"
},
{
"status": "pass",
"name": "image-diff.cy-element",
"percentage": 0,
"failureThreshold": 0,
"specPath": "cypress/specs/image-diff.cy.js",
"specFilename": "image-diff.cy.js",
"baselinePath": "cypress-image-diff-screenshots/baseline/image-diff.cy-element.png",
"diffPath": "",
"comparisonPath": "cypress-image-diff-screenshots/comparison/image-diff.cy-element.png"
},
{
"status": "fail",
"name": "image-diff.cy-hideElement",
"percentage": 0.0900966398590363,
"failureThreshold": 0,
"specPath": "cypress/specs/image-diff.cy.js",
"specFilename": "image-diff.cy.js",
"baselinePath": "cypress-image-diff-screenshots/baseline/image-diff.cy-hideElement.png",
"diffPath": "cypress-image-diff-screenshots/diff/image-diff.cy-hideElement.png",
"comparisonPath": "cypress-image-diff-screenshots/comparison/image-diff.cy-hideElement.png"
}
]
},
{
"name": "retry.cy.js",
"path": "cypress/specs/retry.cy.js",
"tests": [
{
"status": "pass",
"name": "retry.cy-retry",
"percentage": 0,
"failureThreshold": 0,
"specPath": "cypress/specs/retry.cy.js",
"specFilename": "retry.cy.js",
"baselinePath": "cypress-image-diff-screenshots/baseline/retry.cy-retry.png",
"diffPath": "",
"comparisonPath": "cypress-image-diff-screenshots/comparison/retry.cy-retry.png"
}
]
},
{
"name": "folder-structure.cy.js",
"path": "cypress/specs/folder-structure-test/folder-structure.cy.js",
"tests": [
{
"status": "fail",
"name": "folder-structure.cy-wholePage",
"percentage": 0.0900966398590363,
"failureThreshold": 0,
"specPath": "cypress/specs/folder-structure-test/folder-structure.cy.js",
"specFilename": "folder-structure.cy.js",
"baselinePath": "cypress-image-diff-screenshots/baseline/folder-structure.cy-wholePage.png",
"diffPath": "cypress-image-diff-screenshots/diff/folder-structure.cy-wholePage.png",
"comparisonPath": "cypress-image-diff-screenshots/comparison/folder-structure.cy-wholePage.png"
}
]
}
],
"startedAt": "2023-08-25T09:53:41.477Z",
"endedAt": "2023-08-25T09:54:00.875Z",
"duration": 15318,
"browserName": "chrome",
"browserVersion": "116.0.5845.110",
"cypressVersion": "10.8.0"
}