-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtmp-playwright.json
More file actions
161 lines (161 loc) · 13.5 KB
/
tmp-playwright.json
File metadata and controls
161 lines (161 loc) · 13.5 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"config": {
"configFile": "F:\\code\\svelte\\nostr-cli\\playwright.config.ts",
"rootDir": "F:/code/svelte/nostr-cli/e2e",
"forbidOnly": false,
"fullyParallel": true,
"globalSetup": null,
"globalTeardown": null,
"globalTimeout": 600000,
"grep": {},
"grepInvert": null,
"maxFailures": 0,
"metadata": {
"actualWorkers": 1
},
"preserveOutput": "always",
"reporter": [
[
"json"
]
],
"reportSlowTests": {
"max": 5,
"threshold": 300000
},
"quiet": false,
"projects": [
{
"outputDir": "F:/code/svelte/nostr-cli/test-results",
"repeatEach": 1,
"retries": 0,
"metadata": {
"actualWorkers": 1
},
"id": "chromium",
"name": "chromium",
"testDir": "F:/code/svelte/nostr-cli/e2e",
"testIgnore": [],
"testMatch": [
"**/*.@(spec|test).?(c|m)[jt]s?(x)"
],
"timeout": 30000
}
],
"shard": null,
"updateSnapshots": "missing",
"updateSourceMethod": "patch",
"version": "1.56.0",
"workers": 12,
"webServer": {
"command": "pnpm preview:ci",
"port": 4173,
"reuseExistingServer": true,
"timeout": 120000,
"stdout": "pipe",
"stderr": "pipe"
}
},
"suites": [
{
"title": "board-sharing.spec.ts",
"file": "board-sharing.spec.ts",
"column": 0,
"line": 0,
"specs": [],
"suites": [
{
"title": "Board Sharing - Permission System",
"file": "board-sharing.spec.ts",
"line": 32,
"column": 6,
"specs": [
{
"title": "Owner kann Editoren einladen und Editor kann Karten erstellen und bearbeiten",
"ok": false,
"tags": [],
"tests": [
{
"timeout": 120000,
"annotations": [],
"expectedStatus": "passed",
"projectId": "chromium",
"projectName": "chromium",
"results": [
{
"workerIndex": 0,
"parallelIndex": 0,
"status": "failed",
"duration": 77318,
"error": {
"message": "Error: Shared board not visible in sidebar after 60000ms: Shared 13873",
"stack": "Error: Shared board not visible in sidebar after 60000ms: Shared 13873\n at waitForBoardInSidebar (F:\\code\\svelte\\nostr-cli\\e2e\\board-sharing.spec.ts:273:11)\n at F:\\code\\svelte\\nostr-cli\\e2e\\board-sharing.spec.ts:66:9",
"location": {
"file": "F:\\code\\svelte\\nostr-cli\\e2e\\board-sharing.spec.ts",
"column": 11,
"line": 273
},
"snippet": "\u001b[0m \u001b[90m 271 |\u001b[39m }\n \u001b[90m 272 |\u001b[39m\n\u001b[31m\u001b[1m>\u001b[22m\u001b[39m\u001b[90m 273 |\u001b[39m \u001b[36mthrow\u001b[39m \u001b[36mnew\u001b[39m \u001b[33mError\u001b[39m(\u001b[32m`Shared board not visible in sidebar after ${timeoutMs}ms: ${boardName}`\u001b[39m)\u001b[33m;\u001b[39m\n \u001b[90m |\u001b[39m \u001b[31m\u001b[1m^\u001b[22m\u001b[39m\n \u001b[90m 274 |\u001b[39m }\n \u001b[90m 275 |\u001b[39m\n \u001b[90m 276 |\u001b[39m \u001b[36masync\u001b[39m \u001b[36mfunction\u001b[39m openBoardFromSidebar(page\u001b[33m:\u001b[39m \u001b[33mPage\u001b[39m\u001b[33m,\u001b[39m boardName\u001b[33m:\u001b[39m string)\u001b[33m:\u001b[39m \u001b[33mPromise\u001b[39m\u001b[33m<\u001b[39m\u001b[36mvoid\u001b[39m\u001b[33m>\u001b[39m {\u001b[0m"
},
"errors": [
{
"location": {
"file": "F:\\code\\svelte\\nostr-cli\\e2e\\board-sharing.spec.ts",
"column": 11,
"line": 273
},
"message": "Error: Shared board not visible in sidebar after 60000ms: Shared 13873\n\n 271 | }\n 272 |\n> 273 | throw new Error(`Shared board not visible in sidebar after ${timeoutMs}ms: ${boardName}`);\n | ^\n 274 | }\n 275 |\n 276 | async function openBoardFromSidebar(page: Page, boardName: string): Promise<void> {\n at waitForBoardInSidebar (F:\\code\\svelte\\nostr-cli\\e2e\\board-sharing.spec.ts:273:11)\n at F:\\code\\svelte\\nostr-cli\\e2e\\board-sharing.spec.ts:66:9"
}
],
"stdout": [],
"stderr": [],
"retry": 0,
"startTime": "2026-02-26T10:21:51.731Z",
"annotations": [],
"attachments": [
{
"name": "screenshot",
"contentType": "image/png",
"path": "F:\\code\\svelte\\nostr-cli\\test-results\\board-sharing-Board-Sharin-d36db-en-erstellen-und-bearbeiten-chromium\\test-failed-2.png"
},
{
"name": "screenshot",
"contentType": "image/png",
"path": "F:\\code\\svelte\\nostr-cli\\test-results\\board-sharing-Board-Sharin-d36db-en-erstellen-und-bearbeiten-chromium\\test-failed-1.png"
},
{
"name": "error-context",
"contentType": "text/markdown",
"path": "F:\\code\\svelte\\nostr-cli\\test-results\\board-sharing-Board-Sharin-d36db-en-erstellen-und-bearbeiten-chromium\\error-context.md"
}
],
"errorLocation": {
"file": "F:\\code\\svelte\\nostr-cli\\e2e\\board-sharing.spec.ts",
"column": 11,
"line": 273
}
}
],
"status": "unexpected"
}
],
"id": "4a518f0a0701e006f60a-c114f3892f94809dd773",
"file": "board-sharing.spec.ts",
"line": 34,
"column": 5
}
]
}
]
}
],
"errors": [],
"stats": {
"startTime": "2026-02-26T10:21:20.021Z",
"duration": 109330.076,
"expected": 0,
"skipped": 0,
"unexpected": 1,
"flaky": 0
}
}