{
  "config": {
    "configFile": "/tests/playwright.config.js",
    "rootDir": "/tests",
    "forbidOnly": false,
    "fullyParallel": false,
    "globalSetup": null,
    "globalTeardown": null,
    "globalTimeout": 0,
    "grep": {},
    "grepInvert": null,
    "maxFailures": 0,
    "metadata": {
      "actualWorkers": 1
    },
    "preserveOutput": "always",
    "reporter": [
      [
        "list",
        null
      ],
      [
        "json",
        {
          "outputFile": "/artifacts/test-results.json"
        }
      ]
    ],
    "reportSlowTests": {
      "max": 5,
      "threshold": 300000
    },
    "quiet": false,
    "projects": [
      {
        "outputDir": "/artifacts",
        "repeatEach": 1,
        "retries": 0,
        "metadata": {
          "actualWorkers": 1
        },
        "id": "",
        "name": "",
        "testDir": "/tests",
        "testIgnore": [],
        "testMatch": [
          "**/*.@(spec|test).?(c|m)[jt]s?(x)"
        ],
        "timeout": 60000
      }
    ],
    "shard": null,
    "updateSnapshots": "missing",
    "updateSourceMethod": "patch",
    "version": "1.55.1",
    "workers": 2,
    "webServer": null
  },
  "suites": [
    {
      "title": "test.spec.ts",
      "file": "test.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [
        {
          "title": "Screen Recording",
          "ok": true,
          "tags": [],
          "tests": [
            {
              "timeout": 60000,
              "annotations": [],
              "expectedStatus": "passed",
              "projectId": "",
              "projectName": "",
              "results": [
                {
                  "workerIndex": 0,
                  "parallelIndex": 0,
                  "status": "passed",
                  "duration": 3109,
                  "errors": [],
                  "stdout": [
                    {
                      "text": "Navigating to: https://google.com\n"
                    },
                    {
                      "text": "Page loaded successfully\n"
                    },
                    {
                      "text": "Test complete\n"
                    }
                  ],
                  "stderr": [],
                  "retry": 0,
                  "startTime": "2026-03-09T12:28:57.820Z",
                  "annotations": [],
                  "attachments": [
                    {
                      "name": "screenshot",
                      "contentType": "image/png",
                      "path": "/artifacts/test-Screen-Recording/test-finished-1.png"
                    },
                    {
                      "name": "video",
                      "contentType": "video/webm",
                      "path": "/artifacts/test-Screen-Recording/video.webm"
                    },
                    {
                      "name": "trace",
                      "contentType": "application/zip",
                      "path": "/artifacts/test-Screen-Recording/trace.zip"
                    }
                  ]
                }
              ],
              "status": "expected"
            }
          ],
          "id": "b72ba50710186a3d173d-2e5564f6473e447ce052",
          "file": "test.spec.ts",
          "line": 3,
          "column": 5
        }
      ]
    }
  ],
  "errors": [],
  "stats": {
    "startTime": "2026-03-09T12:28:50.660Z",
    "duration": 11563.698,
    "expected": 1,
    "skipped": 0,
    "unexpected": 0,
    "flaky": 0
  }
}