{
  "config": {
    "configFile": "/app/playwright.config.ts",
    "rootDir": "/app/tests",
    "forbidOnly": true,
    "fullyParallel": false,
    "globalSetup": null,
    "globalTeardown": null,
    "globalTimeout": 0,
    "grep": {},
    "grepInvert": null,
    "maxFailures": 0,
    "metadata": {
      "actualWorkers": 1
    },
    "preserveOutput": "always",
    "reporter": [
      [
        "list"
      ],
      [
        "json"
      ],
      [
        "/app/node_modules/allure-playwright/dist/cjs/index.js"
      ]
    ],
    "reportSlowTests": {
      "max": 5,
      "threshold": 300000
    },
    "quiet": false,
    "projects": [
      {
        "outputDir": "/app/test-results",
        "repeatEach": 1,
        "retries": 0,
        "metadata": {
          "actualWorkers": 1
        },
        "id": "setup-auth",
        "name": "setup-auth",
        "testDir": "/app/tests",
        "testIgnore": [],
        "testMatch": [
          "/auth\\.setup\\.ts/"
        ],
        "timeout": 120000
      },
      {
        "outputDir": "/app/test-results",
        "repeatEach": 1,
        "retries": 0,
        "metadata": {
          "actualWorkers": 1
        },
        "id": "chromium",
        "name": "chromium",
        "testDir": "/app/tests",
        "testIgnore": [],
        "testMatch": [
          "**/*.@(spec|test).?(c|m)[jt]s?(x)"
        ],
        "timeout": 120000
      },
      {
        "outputDir": "/app/test-results",
        "repeatEach": 1,
        "retries": 0,
        "metadata": {
          "actualWorkers": 1
        },
        "id": "firefox",
        "name": "firefox",
        "testDir": "/app/tests",
        "testIgnore": [],
        "testMatch": [
          "**/*.@(spec|test).?(c|m)[jt]s?(x)"
        ],
        "timeout": 120000
      },
      {
        "outputDir": "/app/test-results",
        "repeatEach": 1,
        "retries": 0,
        "metadata": {
          "actualWorkers": 1
        },
        "id": "webkit",
        "name": "webkit",
        "testDir": "/app/tests",
        "testIgnore": [],
        "testMatch": [
          "**/*.@(spec|test).?(c|m)[jt]s?(x)"
        ],
        "timeout": 120000
      },
      {
        "outputDir": "/app/test-results",
        "repeatEach": 1,
        "retries": 0,
        "metadata": {
          "actualWorkers": 1
        },
        "id": "chromium-auth",
        "name": "chromium-auth",
        "testDir": "/app/tests",
        "testIgnore": [
          "/auth\\.setup\\.ts/"
        ],
        "testMatch": [
          "**/*.@(spec|test).?(c|m)[jt]s?(x)"
        ],
        "timeout": 120000
      }
    ],
    "shard": null,
    "tags": [],
    "updateSnapshots": "missing",
    "updateSourceMethod": "patch",
    "version": "1.57.0",
    "workers": 1,
    "webServer": null
  },
  "suites": [
    {
      "title": "individual_users/a2_user.spec.ts",
      "file": "individual_users/a2_user.spec.ts",
      "column": 0,
      "line": 0,
      "specs": [],
      "suites": [
        {
          "title": "Individual Users / A2 User",
          "file": "individual_users/a2_user.spec.ts",
          "line": 135,
          "column": 15,
          "specs": [
            {
              "title": "should register and activate successfully",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 0,
                      "parallelIndex": 0,
                      "status": "passed",
                      "duration": 2891,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-04-28T08:52:51.489Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "expected"
                }
              ],
              "id": "d20741e1104560b435e2-4419ac1366e026a90bbc",
              "file": "individual_users/a2_user.spec.ts",
              "line": 162,
              "column": 9
            },
            {
              "title": "should remain on the account selection milestone after activation",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 0,
                      "parallelIndex": 0,
                      "status": "passed",
                      "duration": 16,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-04-28T08:53:01.429Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "expected"
                }
              ],
              "id": "d20741e1104560b435e2-913a783685ee047f29e2",
              "file": "individual_users/a2_user.spec.ts",
              "line": 167,
              "column": 9
            },
            {
              "title": "should show both account type options",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 0,
                      "parallelIndex": 0,
                      "status": "passed",
                      "duration": 15,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-04-28T08:53:01.463Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "expected"
                }
              ],
              "id": "d20741e1104560b435e2-3341d65a9ab5e5dc5180",
              "file": "individual_users/a2_user.spec.ts",
              "line": 172,
              "column": 9
            },
            {
              "title": "should clear the session and log in again with the same user",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 0,
                      "parallelIndex": 0,
                      "status": "passed",
                      "duration": 11648,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-04-28T08:53:01.504Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "expected"
                }
              ],
              "id": "d20741e1104560b435e2-224e7b20e3ac8ff9cc4e",
              "file": "individual_users/a2_user.spec.ts",
              "line": 177,
              "column": 9
            },
            {
              "title": "should not make the chat view available after logging in again",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 0,
                      "parallelIndex": 0,
                      "status": "passed",
                      "duration": 14,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-04-28T08:53:13.166Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "expected"
                }
              ],
              "id": "d20741e1104560b435e2-fa0121166f17647bd097",
              "file": "individual_users/a2_user.spec.ts",
              "line": 196,
              "column": 9
            },
            {
              "title": "Cannot create agent",
              "ok": false,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": 0,
                      "parallelIndex": 0,
                      "status": "failed",
                      "duration": 16136,
                      "error": {
                        "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeHidden\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator:  getByText(/Welcome to RoboCorp!/i).first()\nExpected: hidden\nReceived: visible\nTimeout:  3000ms\n\nCall log:\n\u001b[2m  - Expect \"toBeHidden\" with timeout 3000ms\u001b[22m\n\u001b[2m  - waiting for getByText(/Welcome to RoboCorp!/i).first()\u001b[22m\n\u001b[2m    7 × locator resolved to <div title=\"Welcome to RoboCorp!\" class=\"justify-center self-stretch text-center font-karla text-2xl font-bold leading-7 text-green-blue-0\">Welcome to RoboCorp!</div>\u001b[22m\n\u001b[2m      - unexpected value \"visible\"\u001b[22m\n",
                        "stack": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeHidden\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator:  getByText(/Welcome to RoboCorp!/i).first()\nExpected: hidden\nReceived: visible\nTimeout:  3000ms\n\nCall log:\n\u001b[2m  - Expect \"toBeHidden\" with timeout 3000ms\u001b[22m\n\u001b[2m  - waiting for getByText(/Welcome to RoboCorp!/i).first()\u001b[22m\n\u001b[2m    7 × locator resolved to <div title=\"Welcome to RoboCorp!\" class=\"justify-center self-stretch text-center font-karla text-2xl font-bold leading-7 text-green-blue-0\">Welcome to RoboCorp!</div>\u001b[22m\n\u001b[2m      - unexpected value \"visible\"\u001b[22m\n\n    at closeWelcomePopupOnly (/app/tests/individual_users/a2_user.spec.ts:58:32)\n    at ensureChatUiAvailable (/app/tests/individual_users/a2_user.spec.ts:104:9)\n    at expectPromptHitsWalletGate (/app/tests/individual_users/a2_user.spec.ts:116:5)\n    at /app/tests/individual_users/a2_user.spec.ts:202:9",
                        "location": {
                          "file": "/app/tests/individual_users/a2_user.spec.ts",
                          "column": 32,
                          "line": 58
                        },
                        "snippet": "  56 |\n  57 |     await page.keyboard.press('Escape').catch(() => {});\n> 58 |     await expect(welcomePopup).toBeHidden({ timeout: 3000 });\n     |                                ^\n  59 | }\n  60 |\n  61 | async function advanceTipsToChat(page: Page) {"
                      },
                      "errors": [
                        {
                          "location": {
                            "file": "/app/tests/individual_users/a2_user.spec.ts",
                            "column": 32,
                            "line": 58
                          },
                          "message": "Error: \u001b[2mexpect(\u001b[22m\u001b[31mlocator\u001b[39m\u001b[2m).\u001b[22mtoBeHidden\u001b[2m(\u001b[22m\u001b[2m)\u001b[22m failed\n\nLocator:  getByText(/Welcome to RoboCorp!/i).first()\nExpected: hidden\nReceived: visible\nTimeout:  3000ms\n\nCall log:\n\u001b[2m  - Expect \"toBeHidden\" with timeout 3000ms\u001b[22m\n\u001b[2m  - waiting for getByText(/Welcome to RoboCorp!/i).first()\u001b[22m\n\u001b[2m    7 × locator resolved to <div title=\"Welcome to RoboCorp!\" class=\"justify-center self-stretch text-center font-karla text-2xl font-bold leading-7 text-green-blue-0\">Welcome to RoboCorp!</div>\u001b[22m\n\u001b[2m      - unexpected value \"visible\"\u001b[22m\n\n\n  56 |\n  57 |     await page.keyboard.press('Escape').catch(() => {});\n> 58 |     await expect(welcomePopup).toBeHidden({ timeout: 3000 });\n     |                                ^\n  59 | }\n  60 |\n  61 | async function advanceTipsToChat(page: Page) {\n    at closeWelcomePopupOnly (/app/tests/individual_users/a2_user.spec.ts:58:32)\n    at ensureChatUiAvailable (/app/tests/individual_users/a2_user.spec.ts:104:9)\n    at expectPromptHitsWalletGate (/app/tests/individual_users/a2_user.spec.ts:116:5)\n    at /app/tests/individual_users/a2_user.spec.ts:202:9"
                        }
                      ],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-04-28T08:53:13.200Z",
                      "annotations": [],
                      "attachments": [
                        {
                          "name": "screenshot",
                          "contentType": "image/png",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/individual_users-a2_user-I-4657e-A2-User-Cannot-create-agent-chromium/test-failed-1.png",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1044/download"
                        },
                        {
                          "name": "error-context",
                          "contentType": "text/markdown",
                          "path": "/home/jenkins_user/robocorp-automation/test-results/individual_users-a2_user-I-4657e-A2-User-Cannot-create-agent-chromium/error-context.md",
                          "download_url": "https://robocorp-automation-report-be.promptyf.cloud/api/v1/tests/artifacts/1045/download"
                        }
                      ],
                      "errorLocation": {
                        "file": "/app/tests/individual_users/a2_user.spec.ts",
                        "column": 32,
                        "line": 58
                      }
                    }
                  ],
                  "status": "unexpected"
                }
              ],
              "id": "d20741e1104560b435e2-e06bda4ad760ed95d1f2",
              "file": "individual_users/a2_user.spec.ts",
              "line": 201,
              "column": 9
            },
            {
              "title": "Cannot create widget",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-04-28T08:53:29.522Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "d20741e1104560b435e2-b4b804f65a2e64cdb400",
              "file": "individual_users/a2_user.spec.ts",
              "line": 205,
              "column": 9
            },
            {
              "title": "Cannot create curated data",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-04-28T08:53:29.523Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "d20741e1104560b435e2-ae64128378f3a689d4c5",
              "file": "individual_users/a2_user.spec.ts",
              "line": 209,
              "column": 9
            },
            {
              "title": "Cannot create utility",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-04-28T08:53:29.523Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "d20741e1104560b435e2-29b5b9c946575f4b28b6",
              "file": "individual_users/a2_user.spec.ts",
              "line": 213,
              "column": 9
            },
            {
              "title": "Cannot create chain of agents",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-04-28T08:53:29.524Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "d20741e1104560b435e2-496f1aaa4544761d2ce0",
              "file": "individual_users/a2_user.spec.ts",
              "line": 217,
              "column": 9
            },
            {
              "title": "Cannot create Media",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-04-28T08:53:29.525Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "d20741e1104560b435e2-9e46343c0cde318f10a2",
              "file": "individual_users/a2_user.spec.ts",
              "line": 221,
              "column": 9
            },
            {
              "title": "Cannot create Model",
              "ok": true,
              "tags": [],
              "tests": [
                {
                  "timeout": 180000,
                  "annotations": [],
                  "expectedStatus": "passed",
                  "projectId": "chromium",
                  "projectName": "chromium",
                  "results": [
                    {
                      "workerIndex": -1,
                      "parallelIndex": -1,
                      "status": "skipped",
                      "duration": 0,
                      "errors": [],
                      "stdout": [],
                      "stderr": [],
                      "retry": 0,
                      "startTime": "2026-04-28T08:53:29.525Z",
                      "annotations": [],
                      "attachments": []
                    }
                  ],
                  "status": "skipped"
                }
              ],
              "id": "d20741e1104560b435e2-ac0a4f02260f563269f2",
              "file": "individual_users/a2_user.spec.ts",
              "line": 225,
              "column": 9
            }
          ]
        }
      ]
    }
  ],
  "errors": [],
  "stats": {
    "startTime": "2026-04-28T08:52:44.842Z",
    "duration": 44724.308,
    "expected": 5,
    "skipped": 6,
    "unexpected": 1,
    "flaky": 0
  }
}