Files
madbase/control-plane-ui/test-results/e2e-results.json
Vlad Durnea cffdf8af86
Some checks failed
CI/CD Pipeline / unit-tests (push) Failing after 1m16s
CI/CD Pipeline / integration-tests (push) Failing after 2m32s
CI/CD Pipeline / lint (push) Successful in 5m22s
CI/CD Pipeline / e2e-tests (push) Has been skipped
CI/CD Pipeline / build (push) Has been skipped
wip:milestone 0 fixes
2026-03-15 12:35:42 +02:00

83 lines
1.9 KiB
JSON

{
"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
}
}