Files
zclaw_openfang/desktop/tests/e2e/test-results/results.json

127 lines
3.4 KiB
JSON

{
"config": {
"configFile": "G:\\ZClaw_openfang\\desktop\\tests\\e2e\\playwright.config.ts",
"rootDir": "G:/ZClaw_openfang/desktop/tests/e2e/specs",
"forbidOnly": false,
"fullyParallel": true,
"globalSetup": null,
"globalTeardown": null,
"globalTimeout": 0,
"grep": {},
"grepInvert": null,
"maxFailures": 0,
"metadata": {},
"preserveOutput": "always",
"projects": [
{
"outputDir": "G:/ZClaw_openfang/desktop/tests/e2e/test-results/artifacts",
"repeatEach": 1,
"retries": 0,
"metadata": {},
"id": "chromium",
"name": "chromium",
"testDir": "G:/ZClaw_openfang/desktop/tests/e2e/specs",
"testIgnore": [],
"testMatch": [
"**/*.@(spec|test).?(c|m)[jt]s?(x)"
],
"timeout": 120000
},
{
"outputDir": "G:/ZClaw_openfang/desktop/tests/e2e/test-results/artifacts",
"repeatEach": 1,
"retries": 0,
"metadata": {},
"id": "data-flow",
"name": "data-flow",
"testDir": "G:/ZClaw_openfang/desktop/tests/e2e/specs",
"testIgnore": [],
"testMatch": [
"/data-flow\\.spec\\.ts/"
],
"timeout": 120000
},
{
"outputDir": "G:/ZClaw_openfang/desktop/tests/e2e/test-results/artifacts",
"repeatEach": 1,
"retries": 0,
"metadata": {},
"id": "store-state",
"name": "store-state",
"testDir": "G:/ZClaw_openfang/desktop/tests/e2e/specs",
"testIgnore": [],
"testMatch": [
"/store-state\\.spec\\.ts/"
],
"timeout": 120000
},
{
"outputDir": "G:/ZClaw_openfang/desktop/tests/e2e/test-results/artifacts",
"repeatEach": 1,
"retries": 0,
"metadata": {},
"id": "edge-cases",
"name": "edge-cases",
"testDir": "G:/ZClaw_openfang/desktop/tests/e2e/specs",
"testIgnore": [],
"testMatch": [
"/edge-cases\\.spec\\.ts/"
],
"timeout": 180000
}
],
"quiet": false,
"reporter": [
[
"html",
{
"outputFolder": "test-results/html-report"
}
],
[
"json",
{
"outputFile": "test-results/results.json"
}
],
[
"list",
null
]
],
"reportSlowTests": {
"max": 5,
"threshold": 300000
},
"runAgents": "none",
"shard": null,
"tags": [],
"updateSnapshots": "missing",
"updateSourceMethod": "patch",
"version": "1.58.2",
"workers": 8,
"webServer": {
"command": "pnpm dev",
"url": "http://localhost:1420",
"reuseExistingServer": true,
"timeout": 120000,
"stdout": "pipe",
"stderr": "pipe"
}
},
"suites": [],
"errors": [
{
"message": "Error: No tests found.\nMake sure that arguments are regular expressions matching test files.\nYou may need to escape symbols like \"$\" or \"*\" and quote the arguments.",
"stack": "Error: No tests found.\nMake sure that arguments are regular expressions matching test files.\nYou may need to escape symbols like \"$\" or \"*\" and quote the arguments."
}
],
"stats": {
"startTime": "2026-03-21T15:41:40.128Z",
"duration": 151.115,
"expected": 0,
"skipped": 0,
"unexpected": 0,
"flaky": 0
}
}