Skip to content

Document reporter data limitations#907

Merged
devpow112 merged 1 commit into
mainfrom
depowell/reporter-doc-notes
Jun 19, 2026
Merged

Document reporter data limitations#907
devpow112 merged 1 commit into
mainfrom
depowell/reporter-doc-notes

Conversation

@devpow112

@devpow112 devpow112 commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Adds notes to the reporter docs describing per-reporter data limitations: Mocha, Web Test Runner, and WebdriverIO omit source location line/column; Web Test Runner additionally records no per-test retries and uses the global testsFinishTimeout; and Playwright, WebdriverIO, and Web Test Runner omit browsers not supported by the report schema.

https://desire2learn.atlassian.net/browse/QE-2214

@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Jun 19, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report

Report

Report Validation

mocha 🟢

Schema: PASSED 🟢
Contents: PASSED 🟢

Report Contents

{
  "id": "7b447ef9-f82e-4903-b1d6-fbf477b244cc",
  "version": 3,
  "summary": {
    "status": "failed",
    "github": {
      "organization": "Brightspace",
      "repository": "test-reporting-node",
      "workflow": "ci.yml",
      "runId": 27841107982,
      "runAttempt": 1
    },
    "git": {
      "branch": "depowell/reporter-doc-notes",
      "sha": "dfab57b8c8c71b064b3fe4da65e0b4f622b33353"
    },
    "framework": "mocha",
    "operatingSystem": "linux",
    "started": "2026-06-19T18:00:28.713Z",
    "duration": {
      "total": 9890
    },
    "count": {
      "passed": 10,
      "failed": 7,
      "skipped": 2,
      "flaky": 2
    }
  },
  "details": [
    {
      "name": "custom timeout > suite level timeout",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/mocha/custom-timeout.test.js"
      },
      "configuration": {
        "timeout": 5000
      },
      "started": "2026-06-19T18:00:28.720Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "custom timeout > test level timeout",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/mocha/custom-timeout.test.js"
      },
      "configuration": {
        "timeout": 10000
      },
      "started": "2026-06-19T18:00:28.773Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "fake timers > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/mocha/fake-timers.test.js"
      },
      "configuration": {
        "timeout": 2000
      },
      "started": "2026-06-19T18:00:28.828Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "fake timers > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/mocha/fake-timers.test.js"
      },
      "configuration": {
        "timeout": 2000
      },
      "started": "2026-06-19T18:00:28.880Z",
      "duration": {
        "total": 1,
        "final": 0
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 3
    },
    {
      "name": "hook failures > before all failure > test with before all failure",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/mocha/hook-failures.test.js"
      },
      "configuration": {
        "timeout": 2000
      },
      "started": "2026-06-19T18:00:28.888Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Mocha Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "hook failures > before each failure > test with before each failure",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/mocha/hook-failures.test.js"
      },
      "configuration": {
        "timeout": 2000
      },
      "started": "2026-06-19T18:00:28.889Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Mocha Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "hook failures > after each failure > test with after each failure",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/mocha/hook-failures.test.js"
      },
      "configuration": {
        "timeout": 2000
      },
      "started": "2026-06-19T18:00:28.890Z",
      "duration": {
        "total": 51,
        "final": 51
      },
      "taxonomy": {
        "tool": "Mocha Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "hook failures > after all failure > test with after all failure",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/mocha/hook-failures.test.js"
      },
      "configuration": {
        "timeout": 2000
      },
      "started": "2026-06-19T18:00:28.943Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "taxonomy": {
        "tool": "Mocha Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "hook failures > flaky before all > test with flaky before all",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/mocha/hook-failures.test.js"
      },
      "configuration": {
        "timeout": 2000
      },
      "started": "2026-06-19T18:00:28.996Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Mocha Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "hook failures > flaky before each > test with flaky before each",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/mocha/hook-failures.test.js"
      },
      "configuration": {
        "timeout": 2000
      },
      "started": "2026-06-19T18:00:28.996Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Mocha Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "hook failures > flaky after each > test with flaky after each",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/mocha/hook-failures.test.js"
      },
      "configuration": {
        "timeout": 2000
      },
      "started": "2026-06-19T18:00:28.998Z",
      "duration": {
        "total": 51,
        "final": 51
      },
      "taxonomy": {
        "tool": "Mocha Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "hook failures > flaky after all > test with flaky after all",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/mocha/hook-failures.test.js"
      },
      "configuration": {
        "timeout": 2000
      },
      "started": "2026-06-19T18:00:29.051Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "taxonomy": {
        "tool": "Mocha Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "special characters > special/characters \"(\\n\\r\\t\\b\\f)\"",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/mocha/special-characters.test.js"
      },
      "configuration": {
        "timeout": 2000
      },
      "started": "2026-06-19T18:00:29.105Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "statuses > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/mocha/statuses.test.js"
      },
      "configuration": {
        "timeout": 2000
      },
      "started": "2026-06-19T18:00:29.407Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "taxonomy": {
        "tool": "Mocha 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "statuses > skipped",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/mocha/statuses.test.js"
      },
      "configuration": {
        "timeout": 2000
      },
      "started": "2026-06-19T18:00:29.960Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Mocha 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "statuses > flaky",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/mocha/statuses.test.js"
      },
      "configuration": {
        "timeout": 2000
      },
      "started": "2026-06-19T18:00:29.961Z",
      "duration": {
        "total": 151,
        "final": 50
      },
      "taxonomy": {
        "tool": "Mocha 1 Test Reporting",
        "type": "ui"
      },
      "retries": 2
    },
    {
      "name": "statuses > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/mocha/statuses.test.js"
      },
      "configuration": {
        "timeout": 2000
      },
      "started": "2026-06-19T18:00:31.619Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Mocha 1 Test Reporting",
        "type": "ui"
      },
      "retries": 3
    },
    {
      "name": "taxonomy overrides > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/mocha/taxonomy-overrides.test.js"
      },
      "configuration": {
        "timeout": 2000
      },
      "started": "2026-06-19T18:00:34.130Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "taxonomy overrides > skipped",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/mocha/taxonomy-overrides.test.js"
      },
      "configuration": {
        "timeout": 2000
      },
      "started": "2026-06-19T18:00:34.683Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "taxonomy overrides > flaky",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/mocha/taxonomy-overrides.test.js"
      },
      "configuration": {
        "timeout": 2000
      },
      "started": "2026-06-19T18:00:34.684Z",
      "duration": {
        "total": 152,
        "final": 51
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 2
    },
    {
      "name": "taxonomy overrides > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/mocha/taxonomy-overrides.test.js"
      },
      "configuration": {
        "timeout": 2000
      },
      "started": "2026-06-19T18:00:36.343Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 3
    }
  ]
}
playwright 🟢

Schema: PASSED 🟢
Contents: PASSED 🟢

Report Contents

{
  "id": "0363b128-dd5e-44b4-b789-0a1a38ef2add",
  "version": 3,
  "summary": {
    "status": "failed",
    "github": {
      "organization": "Brightspace",
      "repository": "test-reporting-node",
      "workflow": "ci.yml",
      "runId": 27841107982,
      "runAttempt": 1
    },
    "git": {
      "branch": "depowell/reporter-doc-notes",
      "sha": "dfab57b8c8c71b064b3fe4da65e0b4f622b33353"
    },
    "framework": "playwright",
    "operatingSystem": "linux",
    "started": "2026-06-19T18:00:39.692Z",
    "duration": {
      "total": 80382
    },
    "count": {
      "passed": 24,
      "failed": 33,
      "skipped": 21,
      "flaky": 6
    }
  },
  "details": [
    {
      "name": "[chromium] > custom timeout > suite level timeout",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/custom-timeout.test.js",
        "line": 10,
        "column": 2
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 5000
      },
      "started": "2026-06-19T18:00:41.470Z",
      "duration": {
        "total": 53,
        "final": 53
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[chromium] > custom timeout > test level timeout",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/custom-timeout.test.js",
        "line": 12,
        "column": 2
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 10000
      },
      "started": "2026-06-19T18:00:41.488Z",
      "duration": {
        "total": 52,
        "final": 52
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[chromium] > fake timers > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/fake-timers.test.js",
        "line": 25,
        "column": 2
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:00:41.610Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 3
    },
    {
      "name": "[chromium] > fake timers > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/fake-timers.test.js",
        "line": 23,
        "column": 2
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:00:41.596Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[chromium] > hook failures > before each failure > test with before each failure",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/hook-failures.test.js",
        "line": 17,
        "column": 3
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:00:41.705Z",
      "duration": {
        "total": 12,
        "final": 4
      },
      "taxonomy": {
        "tool": "Playwright Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 3
    },
    {
      "name": "[chromium] > hook failures > flaky before each > test with flaky before each",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/hook-failures.test.js",
        "line": 57,
        "column": 3
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:00:44.203Z",
      "duration": {
        "total": 14,
        "final": 3
      },
      "taxonomy": {
        "tool": "Playwright Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 3
    },
    {
      "name": "[chromium] > hook failures > after each failure > test with after each failure",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/hook-failures.test.js",
        "line": 23,
        "column": 3
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:00:44.157Z",
      "duration": {
        "total": 214,
        "final": 53
      },
      "taxonomy": {
        "tool": "Playwright Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 3
    },
    {
      "name": "[chromium] > hook failures > flaky after each > test with flaky after each",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/hook-failures.test.js",
        "line": 71,
        "column": 3
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:00:46.612Z",
      "duration": {
        "total": 213,
        "final": 53
      },
      "taxonomy": {
        "tool": "Playwright Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 3
    },
    {
      "name": "[chromium] > hook failures > before all failure > test with before all failure",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/hook-failures.test.js",
        "line": 11,
        "column": 3
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:00:46.843Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Playwright Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 3
    },
    {
      "name": "[chromium] > hook failures > flaky before all > test with flaky before all",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/hook-failures.test.js",
        "line": 43,
        "column": 3
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:00:49.215Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Playwright Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 3
    },
    {
      "name": "[chromium] > hook failures > after all failure > test with after all failure",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/hook-failures.test.js",
        "line": 29,
        "column": 3
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:00:49.275Z",
      "duration": {
        "total": 209,
        "final": 53
      },
      "taxonomy": {
        "tool": "Playwright Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 3
    },
    {
      "name": "[chromium] > hook failures > flaky after all > test with flaky after all",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/hook-failures.test.js",
        "line": 85,
        "column": 3
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:00:51.644Z",
      "duration": {
        "total": 209,
        "final": 52
      },
      "taxonomy": {
        "tool": "Playwright Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 3
    },
    {
      "name": "[chromium] > special characters > special/characters \"(\\n\\r\\t\\b\\f)\"",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/special-characters.test.js",
        "line": 8,
        "column": 2
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:00:51.994Z",
      "duration": {
        "total": 51,
        "final": 51
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[chromium] > statuses > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/statuses.test.js",
        "line": 16,
        "column": 2
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:00:52.071Z",
      "duration": {
        "total": 552,
        "final": 552
      },
      "taxonomy": {
        "tool": "Playwright 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[chromium] > statuses > skipped static",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/statuses.test.js",
        "line": 18,
        "column": 7
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:00:52.904Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Playwright 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[chromium] > statuses > skipped static, fixme",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/statuses.test.js",
        "line": 20,
        "column": 7
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:00:52.904Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Playwright 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[chromium] > statuses > skipped dynamic",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/statuses.test.js",
        "line": 22,
        "column": 2
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:00:52.904Z",
      "duration": {
        "total": 502,
        "final": 502
      },
      "taxonomy": {
        "tool": "Playwright 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[chromium] > statuses > skipped dynamic, fixme",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/statuses.test.js",
        "line": 26,
        "column": 2
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:00:53.433Z",
      "duration": {
        "total": 502,
        "final": 502
      },
      "taxonomy": {
        "tool": "Playwright 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[chromium] > statuses > flaky",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/statuses.test.js",
        "line": 30,
        "column": 2
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:00:53.950Z",
      "duration": {
        "total": 1659,
        "final": 552
      },
      "taxonomy": {
        "tool": "Playwright 1 Test Reporting",
        "type": "ui"
      },
      "retries": 2
    },
    {
      "name": "[chromium] > statuses > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/statuses.test.js",
        "line": 40,
        "column": 2
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:00:54.129Z",
      "duration": {
        "total": 2012,
        "final": 503
      },
      "taxonomy": {
        "tool": "Playwright 1 Test Reporting",
        "type": "ui"
      },
      "retries": 3
    },
    {
      "name": "[chromium] > taxonomy overrides > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/taxonomy-overrides.test.js",
        "line": 16,
        "column": 2
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:00:58.062Z",
      "duration": {
        "total": 552,
        "final": 552
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[chromium] > taxonomy overrides > skipped",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/taxonomy-overrides.test.js",
        "line": 18,
        "column": 7
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:00:58.902Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[chromium] > taxonomy overrides > flaky",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/taxonomy-overrides.test.js",
        "line": 20,
        "column": 2
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:00:59.180Z",
      "duration": {
        "total": 1658,
        "final": 552
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 2
    },
    {
      "name": "[chromium] > statuses > failed static expected",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/statuses.test.js",
        "line": 42,
        "column": 7
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:00.536Z",
      "duration": {
        "total": 503,
        "final": 503
      },
      "taxonomy": {
        "tool": "Playwright 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[chromium] > statuses > failed dynamic expected",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/statuses.test.js",
        "line": 44,
        "column": 2
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:01.362Z",
      "duration": {
        "total": 502,
        "final": 502
      },
      "taxonomy": {
        "tool": "Playwright 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[chromium] > statuses > failed static expected, skipped dynamic",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/statuses.test.js",
        "line": 50,
        "column": 7
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:01.881Z",
      "duration": {
        "total": 502,
        "final": 502
      },
      "taxonomy": {
        "tool": "Playwright 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[chromium] > statuses > failed static expected, skipped dynamic, fixme",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/statuses.test.js",
        "line": 56,
        "column": 7
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:02.397Z",
      "duration": {
        "total": 502,
        "final": 502
      },
      "taxonomy": {
        "tool": "Playwright 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[firefox] > custom timeout > suite level timeout",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/custom-timeout.test.js",
        "line": 10,
        "column": 2
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 5000
      },
      "started": "2026-06-19T18:01:03.687Z",
      "duration": {
        "total": 52,
        "final": 52
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[firefox] > custom timeout > test level timeout",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/custom-timeout.test.js",
        "line": 12,
        "column": 2
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 10000
      },
      "started": "2026-06-19T18:01:03.776Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[firefox] > fake timers > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/fake-timers.test.js",
        "line": 23,
        "column": 2
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:03.861Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[firefox] > fake timers > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/fake-timers.test.js",
        "line": 25,
        "column": 2
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:03.966Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 3
    },
    {
      "name": "[chromium] > taxonomy overrides > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/taxonomy-overrides.test.js",
        "line": 30,
        "column": 2
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:03.361Z",
      "duration": {
        "total": 2011,
        "final": 503
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 3
    },
    {
      "name": "[firefox] > hook failures > before each failure > test with before each failure",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/hook-failures.test.js",
        "line": 17,
        "column": 3
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:06.436Z",
      "duration": {
        "total": 12,
        "final": 3
      },
      "taxonomy": {
        "tool": "Playwright Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 3
    },
    {
      "name": "[firefox] > hook failures > after each failure > test with after each failure",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/hook-failures.test.js",
        "line": 23,
        "column": 3
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:08.637Z",
      "duration": {
        "total": 214,
        "final": 55
      },
      "taxonomy": {
        "tool": "Playwright Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 3
    },
    {
      "name": "[firefox] > hook failures > flaky before each > test with flaky before each",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/hook-failures.test.js",
        "line": 57,
        "column": 3
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:09.604Z",
      "duration": {
        "total": 13,
        "final": 3
      },
      "taxonomy": {
        "tool": "Playwright Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 3
    },
    {
      "name": "[firefox] > hook failures > flaky after each > test with flaky after each",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/hook-failures.test.js",
        "line": 71,
        "column": 3
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:11.219Z",
      "duration": {
        "total": 216,
        "final": 53
      },
      "taxonomy": {
        "tool": "Playwright Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 3
    },
    {
      "name": "[firefox] > hook failures > before all failure > test with before all failure",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/hook-failures.test.js",
        "line": 11,
        "column": 3
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:12.024Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Playwright Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 3
    },
    {
      "name": "[firefox] > hook failures > flaky before all > test with flaky before all",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/hook-failures.test.js",
        "line": 43,
        "column": 3
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:13.849Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Playwright Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 3
    },
    {
      "name": "[firefox] > hook failures > after all failure > test with after all failure",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/hook-failures.test.js",
        "line": 29,
        "column": 3
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:14.414Z",
      "duration": {
        "total": 213,
        "final": 52
      },
      "taxonomy": {
        "tool": "Playwright Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 3
    },
    {
      "name": "[firefox] > hook failures > flaky after all > test with flaky after all",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/hook-failures.test.js",
        "line": 85,
        "column": 3
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:16.255Z",
      "duration": {
        "total": 208,
        "final": 52
      },
      "taxonomy": {
        "tool": "Playwright Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 3
    },
    {
      "name": "[firefox] > special characters > special/characters \"(\\n\\r\\t\\b\\f)\"",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/special-characters.test.js",
        "line": 8,
        "column": 2
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:17.206Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[firefox] > statuses > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/statuses.test.js",
        "line": 16,
        "column": 2
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:17.273Z",
      "duration": {
        "total": 552,
        "final": 552
      },
      "taxonomy": {
        "tool": "Playwright 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[firefox] > statuses > skipped static",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/statuses.test.js",
        "line": 18,
        "column": 7
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:18.111Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Playwright 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[firefox] > statuses > skipped static, fixme",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/statuses.test.js",
        "line": 20,
        "column": 7
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:18.112Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Playwright 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[firefox] > statuses > skipped dynamic",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/statuses.test.js",
        "line": 22,
        "column": 2
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:18.112Z",
      "duration": {
        "total": 502,
        "final": 502
      },
      "taxonomy": {
        "tool": "Playwright 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[firefox] > statuses > skipped dynamic, fixme",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/statuses.test.js",
        "line": 26,
        "column": 2
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:18.637Z",
      "duration": {
        "total": 502,
        "final": 502
      },
      "taxonomy": {
        "tool": "Playwright 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[firefox] > statuses > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/statuses.test.js",
        "line": 40,
        "column": 2
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:18.799Z",
      "duration": {
        "total": 2012,
        "final": 503
      },
      "taxonomy": {
        "tool": "Playwright 1 Test Reporting",
        "type": "ui"
      },
      "retries": 3
    },
    {
      "name": "[firefox] > statuses > flaky",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/statuses.test.js",
        "line": 30,
        "column": 2
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:19.154Z",
      "duration": {
        "total": 1658,
        "final": 552
      },
      "taxonomy": {
        "tool": "Playwright 1 Test Reporting",
        "type": "ui"
      },
      "retries": 2
    },
    {
      "name": "[firefox] > taxonomy overrides > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/taxonomy-overrides.test.js",
        "line": 16,
        "column": 2
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:23.358Z",
      "duration": {
        "total": 552,
        "final": 552
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[firefox] > taxonomy overrides > skipped",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/taxonomy-overrides.test.js",
        "line": 18,
        "column": 7
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:24.193Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[firefox] > taxonomy overrides > flaky",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/taxonomy-overrides.test.js",
        "line": 20,
        "column": 2
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:24.470Z",
      "duration": {
        "total": 1658,
        "final": 552
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 2
    },
    {
      "name": "[firefox] > statuses > failed static expected",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/statuses.test.js",
        "line": 42,
        "column": 7
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:25.185Z",
      "duration": {
        "total": 502,
        "final": 502
      },
      "taxonomy": {
        "tool": "Playwright 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[firefox] > statuses > failed dynamic expected",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/statuses.test.js",
        "line": 44,
        "column": 2
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:25.995Z",
      "duration": {
        "total": 502,
        "final": 502
      },
      "taxonomy": {
        "tool": "Playwright 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[firefox] > statuses > failed static expected, skipped dynamic",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/statuses.test.js",
        "line": 50,
        "column": 7
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:26.516Z",
      "duration": {
        "total": 502,
        "final": 502
      },
      "taxonomy": {
        "tool": "Playwright 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[firefox] > statuses > failed static expected, skipped dynamic, fixme",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/statuses.test.js",
        "line": 56,
        "column": 7
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:27.034Z",
      "duration": {
        "total": 501,
        "final": 501
      },
      "taxonomy": {
        "tool": "Playwright 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[webkit] > custom timeout > suite level timeout",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/custom-timeout.test.js",
        "line": 10,
        "column": 2
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 5000
      },
      "started": "2026-06-19T18:01:28.320Z",
      "duration": {
        "total": 51,
        "final": 51
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[webkit] > custom timeout > test level timeout",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/custom-timeout.test.js",
        "line": 12,
        "column": 2
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 10000
      },
      "started": "2026-06-19T18:01:28.409Z",
      "duration": {
        "total": 51,
        "final": 51
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[webkit] > fake timers > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/fake-timers.test.js",
        "line": 23,
        "column": 2
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:28.494Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[webkit] > fake timers > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/fake-timers.test.js",
        "line": 25,
        "column": 2
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:28.596Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 3
    },
    {
      "name": "[firefox] > taxonomy overrides > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/taxonomy-overrides.test.js",
        "line": 30,
        "column": 2
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:28.630Z",
      "duration": {
        "total": 2012,
        "final": 503
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 3
    },
    {
      "name": "[webkit] > hook failures > before each failure > test with before each failure",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/hook-failures.test.js",
        "line": 17,
        "column": 3
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:31.005Z",
      "duration": {
        "total": 13,
        "final": 3
      },
      "taxonomy": {
        "tool": "Playwright Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 3
    },
    {
      "name": "[webkit] > hook failures > after each failure > test with after each failure",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/hook-failures.test.js",
        "line": 23,
        "column": 3
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:33.356Z",
      "duration": {
        "total": 211,
        "final": 53
      },
      "taxonomy": {
        "tool": "Playwright Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 3
    },
    {
      "name": "[webkit] > hook failures > flaky before each > test with flaky before each",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/hook-failures.test.js",
        "line": 57,
        "column": 3
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:34.969Z",
      "duration": {
        "total": 13,
        "final": 4
      },
      "taxonomy": {
        "tool": "Playwright Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 3
    },
    {
      "name": "[webkit] > hook failures > flaky after each > test with flaky after each",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/hook-failures.test.js",
        "line": 71,
        "column": 3
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:35.835Z",
      "duration": {
        "total": 213,
        "final": 54
      },
      "taxonomy": {
        "tool": "Playwright Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 3
    },
    {
      "name": "[webkit] > hook failures > before all failure > test with before all failure",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/hook-failures.test.js",
        "line": 11,
        "column": 3
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:37.356Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Playwright Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 3
    },
    {
      "name": "[webkit] > hook failures > flaky before all > test with flaky before all",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/hook-failures.test.js",
        "line": 43,
        "column": 3
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:38.501Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Playwright Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 3
    },
    {
      "name": "[webkit] > hook failures > after all failure > test with after all failure",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/hook-failures.test.js",
        "line": 29,
        "column": 3
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:39.850Z",
      "duration": {
        "total": 209,
        "final": 52
      },
      "taxonomy": {
        "tool": "Playwright Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 3
    },
    {
      "name": "[webkit] > hook failures > flaky after all > test with flaky after all",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/hook-failures.test.js",
        "line": 85,
        "column": 3
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:40.950Z",
      "duration": {
        "total": 210,
        "final": 52
      },
      "taxonomy": {
        "tool": "Playwright Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 3
    },
    {
      "name": "[webkit] > special characters > special/characters \"(\\n\\r\\t\\b\\f)\"",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/special-characters.test.js",
        "line": 8,
        "column": 2
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:42.597Z",
      "duration": {
        "total": 51,
        "final": 51
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[webkit] > statuses > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/statuses.test.js",
        "line": 16,
        "column": 2
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:42.665Z",
      "duration": {
        "total": 556,
        "final": 556
      },
      "taxonomy": {
        "tool": "Playwright 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[webkit] > statuses > skipped static",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/statuses.test.js",
        "line": 18,
        "column": 7
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:43.523Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Playwright 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[webkit] > statuses > skipped static, fixme",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/statuses.test.js",
        "line": 20,
        "column": 7
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:43.524Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Playwright 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[webkit] > statuses > skipped dynamic",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/statuses.test.js",
        "line": 22,
        "column": 2
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:43.524Z",
      "duration": {
        "total": 502,
        "final": 502
      },
      "taxonomy": {
        "tool": "Playwright 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[webkit] > statuses > skipped dynamic, fixme",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/statuses.test.js",
        "line": 26,
        "column": 2
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:44.055Z",
      "duration": {
        "total": 502,
        "final": 502
      },
      "taxonomy": {
        "tool": "Playwright 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[webkit] > statuses > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/statuses.test.js",
        "line": 40,
        "column": 2
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:43.552Z",
      "duration": {
        "total": 2012,
        "final": 503
      },
      "taxonomy": {
        "tool": "Playwright 1 Test Reporting",
        "type": "ui"
      },
      "retries": 3
    },
    {
      "name": "[webkit] > statuses > flaky",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/statuses.test.js",
        "line": 30,
        "column": 2
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:44.571Z",
      "duration": {
        "total": 1657,
        "final": 552
      },
      "taxonomy": {
        "tool": "Playwright 1 Test Reporting",
        "type": "ui"
      },
      "retries": 2
    },
    {
      "name": "[webkit] > taxonomy overrides > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/taxonomy-overrides.test.js",
        "line": 16,
        "column": 2
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:48.717Z",
      "duration": {
        "total": 552,
        "final": 552
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[webkit] > taxonomy overrides > skipped",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/taxonomy-overrides.test.js",
        "line": 18,
        "column": 7
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:49.552Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[webkit] > statuses > failed static expected",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/statuses.test.js",
        "line": 42,
        "column": 7
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:49.921Z",
      "duration": {
        "total": 503,
        "final": 503
      },
      "taxonomy": {
        "tool": "Playwright 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[webkit] > taxonomy overrides > flaky",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/taxonomy-overrides.test.js",
        "line": 20,
        "column": 2
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:49.842Z",
      "duration": {
        "total": 1658,
        "final": 552
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 2
    },
    {
      "name": "[webkit] > statuses > failed dynamic expected",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/statuses.test.js",
        "line": 44,
        "column": 2
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:50.731Z",
      "duration": {
        "total": 501,
        "final": 501
      },
      "taxonomy": {
        "tool": "Playwright 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[webkit] > statuses > failed static expected, skipped dynamic",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/statuses.test.js",
        "line": 50,
        "column": 7
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:51.248Z",
      "duration": {
        "total": 501,
        "final": 501
      },
      "taxonomy": {
        "tool": "Playwright 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[webkit] > statuses > failed static expected, skipped dynamic, fixme",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/statuses.test.js",
        "line": 56,
        "column": 7
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:51.766Z",
      "duration": {
        "total": 502,
        "final": 502
      },
      "taxonomy": {
        "tool": "Playwright 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[webkit] > taxonomy overrides > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/taxonomy-overrides.test.js",
        "line": 30,
        "column": 2
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 30000
      },
      "started": "2026-06-19T18:01:53.942Z",
      "duration": {
        "total": 2012,
        "final": 503
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 3
    }
  ]
}
@web/test-runner 🟢

Schema: PASSED 🟢
Contents: PASSED 🟢

Report Contents

{
  "id": "c57ffe34-a607-4bde-90b4-c326ffa2544b",
  "version": 3,
  "summary": {
    "status": "failed",
    "github": {
      "organization": "Brightspace",
      "repository": "test-reporting-node",
      "workflow": "ci.yml",
      "runId": 27841107982,
      "runAttempt": 1
    },
    "git": {
      "branch": "depowell/reporter-doc-notes",
      "sha": "dfab57b8c8c71b064b3fe4da65e0b4f622b33353"
    },
    "framework": "@web/test-runner",
    "operatingSystem": "linux",
    "started": "2026-06-19T18:02:01.281Z",
    "duration": {
      "total": 15645
    },
    "count": {
      "passed": 32,
      "failed": 20,
      "skipped": 8,
      "flaky": 0
    }
  },
  "details": [
    {
      "name": "custom timeout > suite level timeout",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/custom-timeout.test.js"
      },
      "browser": "chrome",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "custom timeout > test level timeout",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/custom-timeout.test.js"
      },
      "browser": "chrome",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "fake timers > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/fake-timers.test.js"
      },
      "browser": "chrome",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "fake timers > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/fake-timers.test.js"
      },
      "browser": "chrome",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 1,
        "final": 1
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "hook failures > before all failure > test with before all failure",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/hook-failures.test.js"
      },
      "browser": "chrome",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "WebTestRunner Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "hook failures > before each failure > test with before each failure",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/hook-failures.test.js"
      },
      "browser": "chrome",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "WebTestRunner Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "hook failures > after each failure > test with after each failure",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/hook-failures.test.js"
      },
      "browser": "chrome",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "taxonomy": {
        "tool": "WebTestRunner Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "hook failures > after all failure > test with after all failure",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/hook-failures.test.js"
      },
      "browser": "chrome",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 51,
        "final": 51
      },
      "taxonomy": {
        "tool": "WebTestRunner Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "special characters > special/characters \"(\\n\\r\\t\\b\\f)\"",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/special-characters.test.js"
      },
      "browser": "chrome",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "statuses > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/statuses.test.js"
      },
      "browser": "chrome",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "taxonomy": {
        "tool": "WebTestRunner 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "statuses > skipped",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/statuses.test.js"
      },
      "browser": "chrome",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "WebTestRunner 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "statuses > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/statuses.test.js"
      },
      "browser": "chrome",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "WebTestRunner 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "taxonomy overrides > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/taxonomy-overrides.test.js"
      },
      "browser": "chrome",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "taxonomy overrides > skipped",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/taxonomy-overrides.test.js"
      },
      "browser": "chrome",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "taxonomy overrides > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/taxonomy-overrides.test.js"
      },
      "browser": "chrome",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[group 1] > custom timeout > suite level timeout",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/custom-timeout.test.js"
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[group 1] > custom timeout > test level timeout",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/custom-timeout.test.js"
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[group 1] > custom timeout > suite level timeout",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/custom-timeout.test.js"
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[group 1] > custom timeout > test level timeout",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/custom-timeout.test.js"
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 51,
        "final": 51
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[group 1] > fake timers > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/fake-timers.test.js"
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 51,
        "final": 51
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[group 1] > fake timers > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/fake-timers.test.js"
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[group 1] > fake timers > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/fake-timers.test.js"
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 52,
        "final": 52
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[group 1] > fake timers > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/fake-timers.test.js"
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[group 1] > hook failures > before all failure > test with before all failure",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/hook-failures.test.js"
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "WebTestRunner Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[group 1] > hook failures > before each failure > test with before each failure",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/hook-failures.test.js"
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "WebTestRunner Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[group 1] > hook failures > after each failure > test with after each failure",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/hook-failures.test.js"
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "taxonomy": {
        "tool": "WebTestRunner Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[group 1] > hook failures > after all failure > test with after all failure",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/hook-failures.test.js"
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "taxonomy": {
        "tool": "WebTestRunner Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[group 1] > hook failures > before all failure > test with before all failure",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/hook-failures.test.js"
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "WebTestRunner Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[group 1] > hook failures > before each failure > test with before each failure",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/hook-failures.test.js"
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "WebTestRunner Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[group 1] > hook failures > after each failure > test with after each failure",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/hook-failures.test.js"
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "taxonomy": {
        "tool": "WebTestRunner Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[group 1] > hook failures > after all failure > test with after all failure",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/hook-failures.test.js"
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "taxonomy": {
        "tool": "WebTestRunner Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[group 1] > special characters > special/characters \"(\\n\\r\\t\\b\\f)\"",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/special-characters.test.js"
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[group 1] > special characters > special/characters \"(\\n\\r\\t\\b\\f)\"",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/special-characters.test.js"
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 51,
        "final": 51
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[group 1] > statuses > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/statuses.test.js"
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "taxonomy": {
        "tool": "WebTestRunner 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[group 1] > statuses > skipped",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/statuses.test.js"
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "WebTestRunner 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[group 1] > statuses > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/statuses.test.js"
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "WebTestRunner 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[group 1] > statuses > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/statuses.test.js"
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 51,
        "final": 51
      },
      "taxonomy": {
        "tool": "WebTestRunner 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[group 1] > statuses > skipped",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/statuses.test.js"
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "WebTestRunner 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[group 1] > statuses > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/statuses.test.js"
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "WebTestRunner 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[group 1] > taxonomy overrides > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/taxonomy-overrides.test.js"
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[group 1] > taxonomy overrides > skipped",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/taxonomy-overrides.test.js"
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[group 1] > taxonomy overrides > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/taxonomy-overrides.test.js"
      },
      "browser": "chromium",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.319Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[group 1] > taxonomy overrides > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/taxonomy-overrides.test.js"
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.320Z",
      "duration": {
        "total": 51,
        "final": 51
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[group 1] > taxonomy overrides > skipped",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/taxonomy-overrides.test.js"
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.320Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[group 1] > taxonomy overrides > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/taxonomy-overrides.test.js"
      },
      "browser": "firefox",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.320Z",
      "duration": {
        "total": 1,
        "final": 1
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[group 2] > custom timeout > suite level timeout",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/custom-timeout.test.js"
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:14.375Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[group 2] > custom timeout > test level timeout",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/custom-timeout.test.js"
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:14.375Z",
      "duration": {
        "total": 51,
        "final": 51
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[group 2] > fake timers > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/fake-timers.test.js"
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.320Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[group 2] > fake timers > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/fake-timers.test.js"
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:01.320Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[group 2] > hook failures > before all failure > test with before all failure",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/hook-failures.test.js"
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:14.375Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "WebTestRunner Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[group 2] > hook failures > before each failure > test with before each failure",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/hook-failures.test.js"
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:14.375Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "WebTestRunner Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[group 2] > hook failures > after each failure > test with after each failure",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/hook-failures.test.js"
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:14.375Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "taxonomy": {
        "tool": "WebTestRunner Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[group 2] > hook failures > after all failure > test with after all failure",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/hook-failures.test.js"
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:14.375Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "taxonomy": {
        "tool": "WebTestRunner Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[group 2] > special characters > special/characters \"(\\n\\r\\t\\b\\f)\"",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/special-characters.test.js"
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:14.375Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[group 2] > statuses > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/statuses.test.js"
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:14.375Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "taxonomy": {
        "tool": "WebTestRunner 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[group 2] > statuses > skipped",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/statuses.test.js"
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:14.375Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "WebTestRunner 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[group 2] > statuses > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/statuses.test.js"
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:14.375Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "WebTestRunner 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[group 2] > taxonomy overrides > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/taxonomy-overrides.test.js"
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:14.375Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[group 2] > taxonomy overrides > skipped",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/taxonomy-overrides.test.js"
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:14.375Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[group 2] > taxonomy overrides > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/taxonomy-overrides.test.js"
      },
      "browser": "webkit",
      "configuration": {
        "timeout": 120000
      },
      "started": "2026-06-19T18:02:14.375Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    }
  ]
}
webdriverio 🟢

Schema: PASSED 🟢
Contents: PASSED 🟢

Report Contents

{
  "id": "46ffe5f5-8236-4d8f-9223-cb0a3032192d",
  "version": 3,
  "summary": {
    "status": "failed",
    "github": {
      "organization": "Brightspace",
      "repository": "test-reporting-node",
      "workflow": "ci.yml",
      "runId": 27841107982,
      "runAttempt": 1
    },
    "git": {
      "branch": "depowell/reporter-doc-notes",
      "sha": "dfab57b8c8c71b064b3fe4da65e0b4f622b33353"
    },
    "framework": "webdriverio",
    "operatingSystem": "linux",
    "started": "2026-06-19T18:02:21.222Z",
    "duration": {
      "total": 10483
    },
    "count": {
      "passed": 10,
      "failed": 7,
      "skipped": 2,
      "flaky": 2
    }
  },
  "details": [
    {
      "name": "[linux] > taxonomy overrides > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/taxonomy-overrides.test.js"
      },
      "browser": "chrome",
      "started": "2026-06-19T18:02:31.392Z",
      "duration": {
        "total": 306,
        "final": 306
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[linux] > taxonomy overrides > skipped",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/taxonomy-overrides.test.js"
      },
      "browser": "chrome",
      "started": "2026-06-19T18:02:31.949Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[linux] > taxonomy overrides > flaky",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/taxonomy-overrides.test.js"
      },
      "browser": "chrome",
      "started": "2026-06-19T18:02:31.950Z",
      "duration": {
        "total": 909,
        "final": 303
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 2
    },
    {
      "name": "[linux] > taxonomy overrides > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/taxonomy-overrides.test.js"
      },
      "browser": "chrome",
      "started": "2026-06-19T18:02:33.612Z",
      "duration": {
        "total": 1007,
        "final": 252
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 3
    },
    {
      "name": "[linux] > statuses > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/statuses.test.js"
      },
      "browser": "chrome",
      "started": "2026-06-19T18:02:29.811Z",
      "duration": {
        "total": 304,
        "final": 304
      },
      "taxonomy": {
        "tool": "WebdriverIO 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[linux] > statuses > skipped",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/statuses.test.js"
      },
      "browser": "chrome",
      "started": "2026-06-19T18:02:30.367Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "WebdriverIO 1 Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[linux] > statuses > flaky",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/statuses.test.js"
      },
      "browser": "chrome",
      "started": "2026-06-19T18:02:30.368Z",
      "duration": {
        "total": 906,
        "final": 301
      },
      "taxonomy": {
        "tool": "WebdriverIO 1 Test Reporting",
        "type": "ui"
      },
      "retries": 2
    },
    {
      "name": "[linux] > statuses > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/statuses.test.js"
      },
      "browser": "chrome",
      "started": "2026-06-19T18:02:32.028Z",
      "duration": {
        "total": 1007,
        "final": 252
      },
      "taxonomy": {
        "tool": "WebdriverIO 1 Test Reporting",
        "type": "ui"
      },
      "retries": 3
    },
    {
      "name": "[linux] > special characters > special/characters \"(\\n\\r\\t\\b\\f)\"",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/special-characters.test.js"
      },
      "browser": "chrome",
      "started": "2026-06-19T18:02:28.071Z",
      "duration": {
        "total": 55,
        "final": 55
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[linux] > hook failures > before all failure > test with before all failure",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/hook-failures.test.js"
      },
      "browser": "chrome",
      "started": "2026-06-19T18:02:24.577Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "WebdriverIO Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[linux] > hook failures > before each failure > test with before each failure",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/hook-failures.test.js"
      },
      "browser": "chrome",
      "started": "2026-06-19T18:02:24.579Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "WebdriverIO Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[linux] > hook failures > after each failure > test with after each failure",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/hook-failures.test.js"
      },
      "browser": "chrome",
      "started": "2026-06-19T18:02:24.582Z",
      "duration": {
        "total": 53,
        "final": 53
      },
      "taxonomy": {
        "tool": "WebdriverIO Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[linux] > hook failures > after all failure > test with after all failure",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/hook-failures.test.js"
      },
      "browser": "chrome",
      "started": "2026-06-19T18:02:24.636Z",
      "duration": {
        "total": 52,
        "final": 52
      },
      "taxonomy": {
        "tool": "WebdriverIO Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[linux] > hook failures > flaky before all > test with flaky before all",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/hook-failures.test.js"
      },
      "browser": "chrome",
      "started": "2026-06-19T18:02:24.690Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "WebdriverIO Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[linux] > hook failures > flaky before each > test with flaky before each",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/hook-failures.test.js"
      },
      "browser": "chrome",
      "started": "2026-06-19T18:02:24.692Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "WebdriverIO Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[linux] > hook failures > flaky after each > test with flaky after each",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/hook-failures.test.js"
      },
      "browser": "chrome",
      "started": "2026-06-19T18:02:24.695Z",
      "duration": {
        "total": 51,
        "final": 51
      },
      "taxonomy": {
        "tool": "WebdriverIO Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[linux] > hook failures > flaky after all > test with flaky after all",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/hook-failures.test.js"
      },
      "browser": "chrome",
      "started": "2026-06-19T18:02:24.748Z",
      "duration": {
        "total": 51,
        "final": 51
      },
      "taxonomy": {
        "tool": "WebdriverIO Hook Failures Test Reporting",
        "type": "ui"
      },
      "retries": 0
    },
    {
      "name": "[linux] > fake timers > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/fake-timers.test.js"
      },
      "browser": "chrome",
      "started": "2026-06-19T18:02:22.884Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[linux] > fake timers > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/fake-timers.test.js"
      },
      "browser": "chrome",
      "started": "2026-06-19T18:02:22.939Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 3
    },
    {
      "name": "[linux] > custom timeout > suite level timeout",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/custom-timeout.test.js"
      },
      "browser": "chrome",
      "started": "2026-06-19T18:02:21.231Z",
      "duration": {
        "total": 57,
        "final": 57
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    },
    {
      "name": "[linux] > custom timeout > test level timeout",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/custom-timeout.test.js"
      },
      "browser": "chrome",
      "started": "2026-06-19T18:02:21.288Z",
      "duration": {
        "total": 51,
        "final": 51
      },
      "taxonomy": {
        "tool": "Test Reporting",
        "type": "integration"
      },
      "retries": 0
    }
  ]
}

@devpow112 devpow112 marked this pull request as ready for review June 19, 2026 18:03
@devpow112 devpow112 requested a review from a team as a code owner June 19, 2026 18:03
@devpow112 devpow112 enabled auto-merge (squash) June 19, 2026 18:03
@devpow112 devpow112 merged commit 38c41be into main Jun 19, 2026
5 checks passed
@devpow112 devpow112 deleted the depowell/reporter-doc-notes branch June 19, 2026 18:14
@d2l-github-release-tokens

Copy link
Copy Markdown

🎉 This PR is included in version 6.1.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@d2l-github-release-tokens d2l-github-release-tokens Bot added the released Pull requests that have been released label Jun 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation released Pull requests that have been released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants