-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreport.json
More file actions
123 lines (123 loc) · 2.79 KB
/
report.json
File metadata and controls
123 lines (123 loc) · 2.79 KB
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
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"config": {
"configFile": "C:\\Users\\yspqa\\Documents\\PlayWright_Js\\playwright.config.js",
"rootDir": "C:/Users/yspqa/Documents/PlayWright_Js/tests",
"forbidOnly": false,
"fullyParallel": false,
"globalSetup": null,
"globalTeardown": null,
"globalTimeout": 0,
"grep": {},
"grepInvert": null,
"maxFailures": 0,
"metadata": {
"actualWorkers": 1
},
"preserveOutput": "always",
"reporter": [
[
"html",
{
"open": true
}
],
[
"list",
null
],
[
"json",
{
"outputFile": "report.json"
}
]
],
"reportSlowTests": {
"max": 5,
"threshold": 300000
},
"quiet": false,
"projects": [
{
"outputDir": "C:/Users/yspqa/Documents/PlayWright_Js/test-results",
"repeatEach": 1,
"retries": 0,
"metadata": {
"actualWorkers": 1
},
"id": "",
"name": "",
"testDir": "C:/Users/yspqa/Documents/PlayWright_Js/tests",
"testIgnore": [],
"testMatch": [
"**/*.@(spec|test).?(c|m)[jt]s?(x)"
],
"timeout": 60000
}
],
"shard": null,
"tags": [],
"updateSnapshots": "missing",
"updateSourceMethod": "patch",
"version": "1.57.0",
"workers": 6,
"webServer": null
},
"suites": [
{
"title": "first.spec.js",
"file": "first.spec.js",
"column": 0,
"line": 0,
"specs": [
{
"title": "Rahulshetty shopping site",
"ok": true,
"tags": [],
"tests": [
{
"timeout": 60000,
"annotations": [],
"expectedStatus": "passed",
"projectId": "",
"projectName": "",
"results": [
{
"workerIndex": 0,
"parallelIndex": 0,
"status": "passed",
"duration": 7927,
"errors": [],
"stdout": [
{
"text": "ZARA COAT 3\n"
}
],
"stderr": [],
"retry": 0,
"startTime": "2026-01-02T19:39:20.983Z",
"annotations": [],
"attachments": []
}
],
"status": "expected"
}
],
"id": "4a1696f4eb0fe1dd503c-9e7390c97d64c3d9ee56",
"file": "first.spec.js",
"line": 4,
"column": 1
}
]
}
],
"errors": [],
"stats": {
"startTime": "2026-01-02T19:39:20.216Z",
"duration": 9224.392,
"expected": 1,
"skipped": 0,
"unexpected": 0,
"flaky": 0
}
}