195 lines
No EOL
7 KiB
JSON
195 lines
No EOL
7 KiB
JSON
{
|
|
"config": {
|
|
"configFile": "/Users/kempersc/apps/glam/apps/archief-assistent/playwright.config.ts",
|
|
"rootDir": "/Users/kempersc/apps/glam/apps/archief-assistent/e2e",
|
|
"forbidOnly": false,
|
|
"fullyParallel": true,
|
|
"globalSetup": null,
|
|
"globalTeardown": null,
|
|
"globalTimeout": 0,
|
|
"grep": {},
|
|
"grepInvert": null,
|
|
"maxFailures": 0,
|
|
"metadata": {
|
|
"actualWorkers": 1
|
|
},
|
|
"preserveOutput": "always",
|
|
"reporter": [
|
|
[
|
|
"html",
|
|
{
|
|
"outputFolder": "playwright-report"
|
|
}
|
|
],
|
|
[
|
|
"json",
|
|
{
|
|
"outputFile": "playwright-results.json"
|
|
}
|
|
],
|
|
[
|
|
"list",
|
|
null
|
|
]
|
|
],
|
|
"reportSlowTests": {
|
|
"max": 5,
|
|
"threshold": 300000
|
|
},
|
|
"quiet": false,
|
|
"projects": [
|
|
{
|
|
"outputDir": "/Users/kempersc/apps/glam/apps/archief-assistent/test-results",
|
|
"repeatEach": 1,
|
|
"retries": 0,
|
|
"metadata": {
|
|
"actualWorkers": 1
|
|
},
|
|
"id": "chromium",
|
|
"name": "chromium",
|
|
"testDir": "/Users/kempersc/apps/glam/apps/archief-assistent/e2e",
|
|
"testIgnore": [],
|
|
"testMatch": [
|
|
"**/*.@(spec|test).?(c|m)[jt]s?(x)"
|
|
],
|
|
"timeout": 60000
|
|
},
|
|
{
|
|
"outputDir": "/Users/kempersc/apps/glam/apps/archief-assistent/test-results",
|
|
"repeatEach": 1,
|
|
"retries": 0,
|
|
"metadata": {
|
|
"actualWorkers": 1
|
|
},
|
|
"id": "firefox",
|
|
"name": "firefox",
|
|
"testDir": "/Users/kempersc/apps/glam/apps/archief-assistent/e2e",
|
|
"testIgnore": [],
|
|
"testMatch": [
|
|
"**/*.@(spec|test).?(c|m)[jt]s?(x)"
|
|
],
|
|
"timeout": 60000
|
|
},
|
|
{
|
|
"outputDir": "/Users/kempersc/apps/glam/apps/archief-assistent/test-results",
|
|
"repeatEach": 1,
|
|
"retries": 0,
|
|
"metadata": {
|
|
"actualWorkers": 1
|
|
},
|
|
"id": "webkit",
|
|
"name": "webkit",
|
|
"testDir": "/Users/kempersc/apps/glam/apps/archief-assistent/e2e",
|
|
"testIgnore": [],
|
|
"testMatch": [
|
|
"**/*.@(spec|test).?(c|m)[jt]s?(x)"
|
|
],
|
|
"timeout": 60000
|
|
}
|
|
],
|
|
"shard": null,
|
|
"tags": [],
|
|
"updateSnapshots": "missing",
|
|
"updateSourceMethod": "patch",
|
|
"version": "1.57.0",
|
|
"workers": 4,
|
|
"webServer": null
|
|
},
|
|
"suites": [
|
|
{
|
|
"title": "chat.spec.ts",
|
|
"file": "chat.spec.ts",
|
|
"column": 0,
|
|
"line": 0,
|
|
"specs": [],
|
|
"suites": [
|
|
{
|
|
"title": "Chat UI",
|
|
"file": "chat.spec.ts",
|
|
"line": 14,
|
|
"column": 6,
|
|
"specs": [
|
|
{
|
|
"title": "should display chat input and send button",
|
|
"ok": false,
|
|
"tags": [],
|
|
"tests": [
|
|
{
|
|
"timeout": 60000,
|
|
"annotations": [],
|
|
"expectedStatus": "passed",
|
|
"projectId": "chromium",
|
|
"projectName": "chromium",
|
|
"results": [
|
|
{
|
|
"workerIndex": 0,
|
|
"parallelIndex": 0,
|
|
"status": "failed",
|
|
"duration": 34236,
|
|
"error": {
|
|
"message": "TimeoutError: page.waitForSelector: Timeout 30000ms exceeded.\nCall log:\n\u001b[2m - waiting for locator('[data-testid=\"chat-input\"]') to be visible\u001b[22m\n",
|
|
"stack": "TimeoutError: page.waitForSelector: Timeout 30000ms exceeded.\nCall log:\n\u001b[2m - waiting for locator('[data-testid=\"chat-input\"]') to be visible\u001b[22m\n\n at loginAndNavigate (/Users/kempersc/apps/glam/apps/archief-assistent/e2e/auth.setup.ts:46:14)\n at /Users/kempersc/apps/glam/apps/archief-assistent/e2e/chat.spec.ts:16:5",
|
|
"location": {
|
|
"file": "/Users/kempersc/apps/glam/apps/archief-assistent/e2e/auth.setup.ts",
|
|
"column": 14,
|
|
"line": 46
|
|
},
|
|
"snippet": "\u001b[90m at \u001b[39mauth.setup.ts:46\n\n 44 | \n 45 | // Wait for chat page to load\n> 46 | await page.waitForSelector('[data-testid=\"chat-input\"]', { timeout: 30000 })\n | ^\n 47 | }\n 48 |\n 49 | /**"
|
|
},
|
|
"errors": [
|
|
{
|
|
"location": {
|
|
"file": "/Users/kempersc/apps/glam/apps/archief-assistent/e2e/auth.setup.ts",
|
|
"column": 14,
|
|
"line": 46
|
|
},
|
|
"message": "TimeoutError: page.waitForSelector: Timeout 30000ms exceeded.\nCall log:\n\u001b[2m - waiting for locator('[data-testid=\"chat-input\"]') to be visible\u001b[22m\n\n\n at auth.setup.ts:46\n\n 44 | \n 45 | // Wait for chat page to load\n> 46 | await page.waitForSelector('[data-testid=\"chat-input\"]', { timeout: 30000 })\n | ^\n 47 | }\n 48 |\n 49 | /**\n at loginAndNavigate (/Users/kempersc/apps/glam/apps/archief-assistent/e2e/auth.setup.ts:46:14)\n at /Users/kempersc/apps/glam/apps/archief-assistent/e2e/chat.spec.ts:16:5"
|
|
}
|
|
],
|
|
"stdout": [],
|
|
"stderr": [],
|
|
"retry": 0,
|
|
"startTime": "2026-01-09T20:10:40.058Z",
|
|
"annotations": [],
|
|
"attachments": [
|
|
{
|
|
"name": "screenshot",
|
|
"contentType": "image/png",
|
|
"path": "/Users/kempersc/apps/glam/apps/archief-assistent/test-results/chat-Chat-UI-should-display-chat-input-and-send-button-chromium/test-failed-1.png"
|
|
},
|
|
{
|
|
"name": "error-context",
|
|
"contentType": "text/markdown",
|
|
"path": "/Users/kempersc/apps/glam/apps/archief-assistent/test-results/chat-Chat-UI-should-display-chat-input-and-send-button-chromium/error-context.md"
|
|
}
|
|
],
|
|
"errorLocation": {
|
|
"file": "/Users/kempersc/apps/glam/apps/archief-assistent/e2e/auth.setup.ts",
|
|
"column": 14,
|
|
"line": 46
|
|
}
|
|
}
|
|
],
|
|
"status": "unexpected"
|
|
}
|
|
],
|
|
"id": "6dac514d5d837ca37b9e-5a17deecb85ae6787b11",
|
|
"file": "chat.spec.ts",
|
|
"line": 20,
|
|
"column": 3
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"errors": [],
|
|
"stats": {
|
|
"startTime": "2026-01-09T20:10:39.472Z",
|
|
"duration": 37952.877,
|
|
"expected": 0,
|
|
"skipped": 0,
|
|
"unexpected": 1,
|
|
"flaky": 0
|
|
}
|
|
} |