{ "config": { "configFile": "/Users/vlad/Developer/madapes/madbase/control-plane-ui/playwright.config.ts", "rootDir": "/Users/vlad/Developer/madapes/madbase/control-plane-ui/tests/e2e", "forbidOnly": false, "fullyParallel": true, "globalSetup": null, "globalTeardown": null, "globalTimeout": 0, "grep": {}, "grepInvert": null, "maxFailures": 0, "metadata": {}, "preserveOutput": "always", "projects": [ { "outputDir": "/Users/vlad/Developer/madapes/madbase/control-plane-ui/test-results", "repeatEach": 1, "retries": 0, "metadata": {}, "id": "chromium", "name": "chromium", "testDir": "/Users/vlad/Developer/madapes/madbase/control-plane-ui/tests/e2e", "testIgnore": [], "testMatch": [ "**/*.@(spec|test).?(c|m)[jt]s?(x)" ], "timeout": 30000 } ], "quiet": false, "reporter": [ [ "html", null ], [ "json", { "outputFile": "test-results/e2e-results.json" } ], [ "junit", { "outputFile": "test-results/e2e-results.xml" } ] ], "reportSlowTests": { "max": 5, "threshold": 300000 }, "runAgents": "none", "shard": null, "tags": [], "updateSnapshots": "missing", "updateSourceMethod": "patch", "version": "1.58.2", "workers": 6, "webServer": { "command": "npm run dev", "url": "http://localhost:5173", "reuseExistingServer": true, "timeout": 120000 } }, "suites": [], "errors": [ { "message": "Error: Timed out waiting 120000ms from config.webServer.", "stack": "Error: Timed out waiting 120000ms from config.webServer." } ], "stats": { "startTime": "2026-03-15T05:14:44.691Z", "duration": 120324.708, "expected": 0, "skipped": 0, "unexpected": 0, "flaky": 0 } }