Skip to content

Add documentation for report configuration schema#841

Merged
devpow112 merged 2 commits into
mainfrom
depowell/qe-651-report-configuration-docs
May 22, 2026
Merged

Add documentation for report configuration schema#841
devpow112 merged 2 commits into
mainfrom
depowell/qe-651-report-configuration-docs

Conversation

@devpow112
Copy link
Copy Markdown
Contributor

@devpow112 devpow112 commented May 21, 2026

QE-651

Adds a docs/report-configuration-format.md for the report configuration schema, mirroring the convention used by docs/report-format.md. Currently documents the v1 schema (the only released version). Also adds a pointer to
this new doc from the README's Report Configuration section.

Working towards some configuration improvements and noticed the missing documentation.

@devpow112 devpow112 added the enhancement New feature or request label May 21, 2026
@devpow112 devpow112 force-pushed the depowell/qe-651-report-configuration-docs branch from 1314bc7 to 1d9d997 Compare May 21, 2026 21:54
@devpow112 devpow112 marked this pull request as ready for review May 21, 2026 21:54
@devpow112 devpow112 requested a review from a team as a code owner May 21, 2026 21:54
@devpow112 devpow112 enabled auto-merge (squash) May 21, 2026 21:54
@devpow112 devpow112 added the documentation Improvements or additions to documentation label May 21, 2026
@github-actions

This comment has been minimized.

Copy link
Copy Markdown
Contributor

@sarahboyd sarahboyd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 🚀

@github-actions
Copy link
Copy Markdown
Contributor

Coverage Report

Report

Report Validation

mocha 🟢

Schema: PASSED 🟢
Contents: PASSED 🟢

Report Contents

{
  "id": "322f9154-9746-4680-af43-074113814ed3",
  "version": 3,
  "summary": {
    "status": "failed",
    "github": {
      "organization": "Brightspace",
      "repository": "test-reporting-node",
      "workflow": "ci.yml",
      "runId": 26291738062,
      "runAttempt": 1
    },
    "git": {
      "branch": "depowell/qe-651-report-configuration-docs",
      "sha": "9cfc36e1c5a531d504590361a83e5b171e1791ad"
    },
    "framework": "mocha",
    "operatingSystem": "linux",
    "started": "2026-05-22T13:51:58.956Z",
    "duration": {
      "total": 15829
    },
    "count": {
      "passed": 4,
      "failed": 2,
      "skipped": 2,
      "flaky": 2
    }
  },
  "details": [
    {
      "name": "reporter 1 > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/mocha/reporter-1.test.js"
      },
      "timeout": 2000,
      "started": "2026-05-22T13:51:59.215Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "tool": "Mocha 1 Test Reporting",
      "experience": "Test Framework",
      "type": "ui",
      "retries": 0
    },
    {
      "name": "reporter 1 > skipped",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/mocha/reporter-1.test.js"
      },
      "timeout": 2000,
      "started": "2026-05-22T13:51:59.770Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "tool": "Mocha 1 Test Reporting",
      "experience": "Test Framework",
      "type": "ui",
      "retries": 0
    },
    {
      "name": "reporter 1 > flaky",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/mocha/reporter-1.test.js"
      },
      "timeout": 2000,
      "started": "2026-05-22T13:51:59.771Z",
      "duration": {
        "total": 152,
        "final": 50
      },
      "tool": "Mocha 1 Test Reporting",
      "experience": "Test Framework",
      "type": "ui",
      "retries": 2
    },
    {
      "name": "reporter 1 > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/mocha/reporter-1.test.js"
      },
      "timeout": 2000,
      "started": "2026-05-22T13:52:01.429Z",
      "duration": {
        "total": 1,
        "final": 0
      },
      "tool": "Mocha 1 Test Reporting",
      "experience": "Test Framework",
      "type": "ui",
      "retries": 3
    },
    {
      "name": "reporter 1 > special/characters \"(\\n\\r\\t\\b\\f)\"",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/mocha/reporter-1.test.js"
      },
      "timeout": 2000,
      "started": "2026-05-22T13:52:03.440Z",
      "duration": {
        "total": 51,
        "final": 51
      },
      "tool": "Mocha 1 Test Reporting",
      "experience": "Test Framework",
      "type": "ui",
      "retries": 0
    },
    {
      "name": "reporter 2 > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/mocha/reporter-2.test.js"
      },
      "timeout": 2000,
      "started": "2026-05-22T13:52:04.495Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "tool": "Test Reporting",
      "experience": "Mocha 2 Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "reporter 2 > skipped",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/mocha/reporter-2.test.js"
      },
      "timeout": 2000,
      "started": "2026-05-22T13:52:05.048Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "tool": "Test Reporting",
      "experience": "Mocha 2 Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "reporter 2 > flaky",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/mocha/reporter-2.test.js"
      },
      "timeout": 2000,
      "started": "2026-05-22T13:52:05.049Z",
      "duration": {
        "total": 151,
        "final": 50
      },
      "tool": "Test Reporting",
      "experience": "Mocha 2 Test Framework",
      "type": "integration",
      "retries": 2
    },
    {
      "name": "reporter 2 > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/mocha/reporter-2.test.js"
      },
      "timeout": 2000,
      "started": "2026-05-22T13:52:06.707Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "tool": "Test Reporting",
      "experience": "Mocha 2 Test Framework",
      "type": "integration",
      "retries": 3
    },
    {
      "name": "reporter 2 > special/characters \"(\\n\\r\\t\\b\\f)\"",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/mocha/reporter-2.test.js"
      },
      "timeout": 2000,
      "started": "2026-05-22T13:52:08.715Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "tool": "Test Reporting",
      "experience": "Mocha 2 Test Framework",
      "type": "integration",
      "retries": 0
    }
  ]
}
playwright 🟢

Schema: PASSED 🟢
Contents: PASSED 🟢

Report Contents

{
  "id": "59da45ef-0811-4bd1-adea-921ff17a3ed9",
  "version": 3,
  "summary": {
    "status": "failed",
    "github": {
      "organization": "Brightspace",
      "repository": "test-reporting-node",
      "workflow": "ci.yml",
      "runId": 26291738062,
      "runAttempt": 1
    },
    "git": {
      "branch": "depowell/qe-651-report-configuration-docs",
      "sha": "9cfc36e1c5a531d504590361a83e5b171e1791ad"
    },
    "framework": "playwright",
    "operatingSystem": "linux",
    "started": "2026-05-22T13:52:16.198Z",
    "duration": {
      "total": 64952
    },
    "count": {
      "passed": 20,
      "failed": 5,
      "skipped": 30,
      "flaky": 5
    }
  },
  "details": [
    {
      "name": "[chromium] > reporter 1 > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-1.test.js",
        "line": 16,
        "column": 2
      },
      "browser": "chromium",
      "timeout": 30000,
      "started": "2026-05-22T13:52:17.900Z",
      "duration": {
        "total": 552,
        "final": 552
      },
      "tool": "Playwright 1 Test Reporting",
      "experience": "Playwright 1 Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "[chromium] > reporter 1 > skipped static",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-1.test.js",
        "line": 18,
        "column": 7
      },
      "browser": "chromium",
      "timeout": 30000,
      "started": "2026-05-22T13:52:18.757Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "tool": "Playwright 1 Test Reporting",
      "experience": "Playwright 1 Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "[chromium] > reporter 1 > skipped static, fixme",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-1.test.js",
        "line": 20,
        "column": 7
      },
      "browser": "chromium",
      "timeout": 30000,
      "started": "2026-05-22T13:52:18.757Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "tool": "Playwright 1 Test Reporting",
      "experience": "Playwright 1 Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "[chromium] > reporter 1 > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-1.test.js",
        "line": 40,
        "column": 2
      },
      "browser": "chromium",
      "timeout": 30000,
      "started": "2026-05-22T13:52:17.954Z",
      "duration": {
        "total": 2012,
        "final": 504
      },
      "tool": "Playwright 1 Test Reporting",
      "experience": "Playwright 1 Test Framework",
      "type": "integration",
      "retries": 3
    },
    {
      "name": "[chromium] > reporter 1 > skipped dynamic",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-1.test.js",
        "line": 22,
        "column": 2
      },
      "browser": "chromium",
      "timeout": 30000,
      "started": "2026-05-22T13:52:18.757Z",
      "duration": {
        "total": 501,
        "final": 501
      },
      "tool": "Playwright 1 Test Reporting",
      "experience": "Playwright 1 Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "[chromium] > reporter 1 > skipped dynamic, fixme",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-1.test.js",
        "line": 26,
        "column": 2
      },
      "browser": "chromium",
      "timeout": 30000,
      "started": "2026-05-22T13:52:19.279Z",
      "duration": {
        "total": 501,
        "final": 501
      },
      "tool": "Playwright 1 Test Reporting",
      "experience": "Playwright 1 Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "[chromium] > reporter 1 > flaky",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-1.test.js",
        "line": 30,
        "column": 2
      },
      "browser": "chromium",
      "timeout": 30000,
      "started": "2026-05-22T13:52:19.798Z",
      "duration": {
        "total": 1658,
        "final": 552
      },
      "tool": "Playwright 1 Test Reporting",
      "experience": "Playwright 1 Test Framework",
      "type": "integration",
      "retries": 2
    },
    {
      "name": "[chromium] > reporter 2 > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-2.test.js",
        "line": 16,
        "column": 2
      },
      "browser": "chromium",
      "timeout": 30000,
      "started": "2026-05-22T13:52:24.322Z",
      "duration": {
        "total": 554,
        "final": 554
      },
      "tool": "Test Reporting",
      "experience": "Playwright 2 Test Framework",
      "type": "visual diff",
      "retries": 0
    },
    {
      "name": "[chromium] > reporter 2 > skipped static",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-2.test.js",
        "line": 18,
        "column": 7
      },
      "browser": "chromium",
      "timeout": 30000,
      "started": "2026-05-22T13:52:25.167Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "tool": "Test Reporting",
      "experience": "Playwright 2 Test Framework",
      "type": "visual diff",
      "retries": 0
    },
    {
      "name": "[chromium] > reporter 2 > skipped static, fixme",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-2.test.js",
        "line": 20,
        "column": 7
      },
      "browser": "chromium",
      "timeout": 30000,
      "started": "2026-05-22T13:52:25.167Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "tool": "Test Reporting",
      "experience": "Playwright 2 Test Framework",
      "type": "visual diff",
      "retries": 0
    },
    {
      "name": "[chromium] > reporter 2 > skipped dynamic",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-2.test.js",
        "line": 22,
        "column": 2
      },
      "browser": "chromium",
      "timeout": 30000,
      "started": "2026-05-22T13:52:25.167Z",
      "duration": {
        "total": 502,
        "final": 502
      },
      "tool": "Test Reporting",
      "experience": "Playwright 2 Test Framework",
      "type": "visual diff",
      "retries": 0
    },
    {
      "name": "[chromium] > reporter 1 > failed static expected",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-1.test.js",
        "line": 42,
        "column": 7
      },
      "browser": "chromium",
      "timeout": 30000,
      "started": "2026-05-22T13:52:24.917Z",
      "duration": {
        "total": 504,
        "final": 504
      },
      "tool": "Playwright 1 Test Reporting",
      "experience": "Playwright 1 Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "[chromium] > reporter 2 > skipped dynamic, fixme",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-2.test.js",
        "line": 26,
        "column": 2
      },
      "browser": "chromium",
      "timeout": 30000,
      "started": "2026-05-22T13:52:25.685Z",
      "duration": {
        "total": 501,
        "final": 501
      },
      "tool": "Test Reporting",
      "experience": "Playwright 2 Test Framework",
      "type": "visual diff",
      "retries": 0
    },
    {
      "name": "[chromium] > reporter 1 > failed dynamic expected",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-1.test.js",
        "line": 44,
        "column": 2
      },
      "browser": "chromium",
      "timeout": 30000,
      "started": "2026-05-22T13:52:25.729Z",
      "duration": {
        "total": 502,
        "final": 502
      },
      "tool": "Playwright 1 Test Reporting",
      "experience": "Playwright 1 Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "[chromium] > reporter 1 > failed static expected, skipped dynamic",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-1.test.js",
        "line": 50,
        "column": 7
      },
      "browser": "chromium",
      "timeout": 30000,
      "started": "2026-05-22T13:52:26.249Z",
      "duration": {
        "total": 502,
        "final": 502
      },
      "tool": "Playwright 1 Test Reporting",
      "experience": "Playwright 1 Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "[chromium] > reporter 2 > flaky",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-2.test.js",
        "line": 30,
        "column": 2
      },
      "browser": "chromium",
      "timeout": 30000,
      "started": "2026-05-22T13:52:26.216Z",
      "duration": {
        "total": 1659,
        "final": 553
      },
      "tool": "Test Reporting",
      "experience": "Playwright 2 Test Framework",
      "type": "visual diff",
      "retries": 2
    },
    {
      "name": "[chromium] > reporter 1 > failed static expected, skipped dynamic, fixme",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-1.test.js",
        "line": 56,
        "column": 7
      },
      "browser": "chromium",
      "timeout": 30000,
      "started": "2026-05-22T13:52:26.769Z",
      "duration": {
        "total": 502,
        "final": 502
      },
      "tool": "Playwright 1 Test Reporting",
      "experience": "Playwright 1 Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "[chromium] > reporter 1 > special/characters \"(\\n\\r\\t\\b\\f)\"",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-1.test.js",
        "line": 62,
        "column": 2
      },
      "browser": "chromium",
      "timeout": 30000,
      "started": "2026-05-22T13:52:27.291Z",
      "duration": {
        "total": 552,
        "final": 552
      },
      "tool": "Playwright 1 Test Reporting",
      "experience": "Playwright 1 Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "[chromium] > reporter 2 > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-2.test.js",
        "line": 40,
        "column": 2
      },
      "browser": "chromium",
      "timeout": 30000,
      "started": "2026-05-22T13:52:28.137Z",
      "duration": {
        "total": 2011,
        "final": 503
      },
      "tool": "Test Reporting",
      "experience": "Playwright 2 Test Framework",
      "type": "visual diff",
      "retries": 3
    },
    {
      "name": "[chromium] > reporter 2 > failed static expected",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-2.test.js",
        "line": 42,
        "column": 7
      },
      "browser": "chromium",
      "timeout": 30000,
      "started": "2026-05-22T13:52:34.958Z",
      "duration": {
        "total": 503,
        "final": 503
      },
      "tool": "Test Reporting",
      "experience": "Playwright 2 Test Framework",
      "type": "visual diff",
      "retries": 0
    },
    {
      "name": "[chromium] > reporter 2 > failed dynamic expected",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-2.test.js",
        "line": 44,
        "column": 2
      },
      "browser": "chromium",
      "timeout": 30000,
      "started": "2026-05-22T13:52:35.767Z",
      "duration": {
        "total": 503,
        "final": 503
      },
      "tool": "Test Reporting",
      "experience": "Playwright 2 Test Framework",
      "type": "visual diff",
      "retries": 0
    },
    {
      "name": "[chromium] > reporter 2 > failed static expected, skipped dynamic",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-2.test.js",
        "line": 50,
        "column": 7
      },
      "browser": "chromium",
      "timeout": 30000,
      "started": "2026-05-22T13:52:36.292Z",
      "duration": {
        "total": 501,
        "final": 501
      },
      "tool": "Test Reporting",
      "experience": "Playwright 2 Test Framework",
      "type": "visual diff",
      "retries": 0
    },
    {
      "name": "[chromium] > reporter 2 > failed static expected, skipped dynamic, fixme",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-2.test.js",
        "line": 56,
        "column": 7
      },
      "browser": "chromium",
      "timeout": 30000,
      "started": "2026-05-22T13:52:36.811Z",
      "duration": {
        "total": 502,
        "final": 502
      },
      "tool": "Test Reporting",
      "experience": "Playwright 2 Test Framework",
      "type": "visual diff",
      "retries": 0
    },
    {
      "name": "[chromium] > reporter 2 > special/characters \"(\\n\\r\\t\\b\\f)\"",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-2.test.js",
        "line": 62,
        "column": 2
      },
      "browser": "chromium",
      "timeout": 30000,
      "started": "2026-05-22T13:52:37.328Z",
      "duration": {
        "total": 552,
        "final": 552
      },
      "tool": "Test Reporting",
      "experience": "Playwright 2 Test Framework",
      "type": "visual diff",
      "retries": 0
    },
    {
      "name": "[firefox] > reporter 2 > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-2.test.js",
        "line": 16,
        "column": 2
      },
      "browser": "firefox",
      "timeout": 30000,
      "started": "2026-05-22T13:52:38.864Z",
      "duration": {
        "total": 552,
        "final": 552
      },
      "tool": "Test Reporting",
      "experience": "Playwright 2 Test Framework",
      "type": "visual diff",
      "retries": 0
    },
    {
      "name": "[firefox] > reporter 2 > skipped static",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-2.test.js",
        "line": 18,
        "column": 7
      },
      "browser": "firefox",
      "timeout": 30000,
      "started": "2026-05-22T13:52:39.716Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "tool": "Test Reporting",
      "experience": "Playwright 2 Test Framework",
      "type": "visual diff",
      "retries": 0
    },
    {
      "name": "[firefox] > reporter 2 > skipped static, fixme",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-2.test.js",
        "line": 20,
        "column": 7
      },
      "browser": "firefox",
      "timeout": 30000,
      "started": "2026-05-22T13:52:39.716Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "tool": "Test Reporting",
      "experience": "Playwright 2 Test Framework",
      "type": "visual diff",
      "retries": 0
    },
    {
      "name": "[firefox] > reporter 2 > skipped dynamic",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-2.test.js",
        "line": 22,
        "column": 2
      },
      "browser": "firefox",
      "timeout": 30000,
      "started": "2026-05-22T13:52:39.716Z",
      "duration": {
        "total": 502,
        "final": 502
      },
      "tool": "Test Reporting",
      "experience": "Playwright 2 Test Framework",
      "type": "visual diff",
      "retries": 0
    },
    {
      "name": "[firefox] > reporter 2 > skipped dynamic, fixme",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-2.test.js",
        "line": 26,
        "column": 2
      },
      "browser": "firefox",
      "timeout": 30000,
      "started": "2026-05-22T13:52:40.241Z",
      "duration": {
        "total": 502,
        "final": 502
      },
      "tool": "Test Reporting",
      "experience": "Playwright 2 Test Framework",
      "type": "visual diff",
      "retries": 0
    },
    {
      "name": "[firefox] > reporter 2 > flaky",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-2.test.js",
        "line": 30,
        "column": 2
      },
      "browser": "firefox",
      "timeout": 30000,
      "started": "2026-05-22T13:52:40.765Z",
      "duration": {
        "total": 1658,
        "final": 552
      },
      "tool": "Test Reporting",
      "experience": "Playwright 2 Test Framework",
      "type": "visual diff",
      "retries": 2
    },
    {
      "name": "[firefox] > reporter 2 > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-2.test.js",
        "line": 40,
        "column": 2
      },
      "browser": "firefox",
      "timeout": 30000,
      "started": "2026-05-22T13:52:45.263Z",
      "duration": {
        "total": 2012,
        "final": 503
      },
      "tool": "Test Reporting",
      "experience": "Playwright 2 Test Framework",
      "type": "visual diff",
      "retries": 3
    },
    {
      "name": "[webkit] > reporter 1 > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-1.test.js",
        "line": 16,
        "column": 2
      },
      "browser": "webkit",
      "timeout": 30000,
      "started": "2026-05-22T13:52:47.661Z",
      "duration": {
        "total": 552,
        "final": 552
      },
      "tool": "Playwright 1 Test Reporting",
      "experience": "Playwright 1 Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "[webkit] > reporter 1 > skipped static",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-1.test.js",
        "line": 18,
        "column": 7
      },
      "browser": "webkit",
      "timeout": 30000,
      "started": "2026-05-22T13:52:48.513Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "tool": "Playwright 1 Test Reporting",
      "experience": "Playwright 1 Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "[webkit] > reporter 1 > skipped static, fixme",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-1.test.js",
        "line": 20,
        "column": 7
      },
      "browser": "webkit",
      "timeout": 30000,
      "started": "2026-05-22T13:52:48.514Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "tool": "Playwright 1 Test Reporting",
      "experience": "Playwright 1 Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "[webkit] > reporter 1 > skipped dynamic",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-1.test.js",
        "line": 22,
        "column": 2
      },
      "browser": "webkit",
      "timeout": 30000,
      "started": "2026-05-22T13:52:48.514Z",
      "duration": {
        "total": 502,
        "final": 502
      },
      "tool": "Playwright 1 Test Reporting",
      "experience": "Playwright 1 Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "[webkit] > reporter 1 > skipped dynamic, fixme",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-1.test.js",
        "line": 26,
        "column": 2
      },
      "browser": "webkit",
      "timeout": 30000,
      "started": "2026-05-22T13:52:49.034Z",
      "duration": {
        "total": 502,
        "final": 502
      },
      "tool": "Playwright 1 Test Reporting",
      "experience": "Playwright 1 Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "[webkit] > reporter 1 > flaky",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-1.test.js",
        "line": 30,
        "column": 2
      },
      "browser": "webkit",
      "timeout": 30000,
      "started": "2026-05-22T13:52:49.552Z",
      "duration": {
        "total": 1660,
        "final": 554
      },
      "tool": "Playwright 1 Test Reporting",
      "experience": "Playwright 1 Test Framework",
      "type": "integration",
      "retries": 2
    },
    {
      "name": "[firefox] > reporter 2 > failed static expected",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-2.test.js",
        "line": 42,
        "column": 7
      },
      "browser": "firefox",
      "timeout": 30000,
      "started": "2026-05-22T13:52:52.060Z",
      "duration": {
        "total": 503,
        "final": 503
      },
      "tool": "Test Reporting",
      "experience": "Playwright 2 Test Framework",
      "type": "visual diff",
      "retries": 0
    },
    {
      "name": "[firefox] > reporter 2 > failed dynamic expected",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-2.test.js",
        "line": 44,
        "column": 2
      },
      "browser": "firefox",
      "timeout": 30000,
      "started": "2026-05-22T13:52:52.865Z",
      "duration": {
        "total": 502,
        "final": 502
      },
      "tool": "Test Reporting",
      "experience": "Playwright 2 Test Framework",
      "type": "visual diff",
      "retries": 0
    },
    {
      "name": "[firefox] > reporter 2 > failed static expected, skipped dynamic",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-2.test.js",
        "line": 50,
        "column": 7
      },
      "browser": "firefox",
      "timeout": 30000,
      "started": "2026-05-22T13:52:53.385Z",
      "duration": {
        "total": 502,
        "final": 502
      },
      "tool": "Test Reporting",
      "experience": "Playwright 2 Test Framework",
      "type": "visual diff",
      "retries": 0
    },
    {
      "name": "[firefox] > reporter 2 > failed static expected, skipped dynamic, fixme",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-2.test.js",
        "line": 56,
        "column": 7
      },
      "browser": "firefox",
      "timeout": 30000,
      "started": "2026-05-22T13:52:53.904Z",
      "duration": {
        "total": 502,
        "final": 502
      },
      "tool": "Test Reporting",
      "experience": "Playwright 2 Test Framework",
      "type": "visual diff",
      "retries": 0
    },
    {
      "name": "[webkit] > reporter 1 > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-1.test.js",
        "line": 40,
        "column": 2
      },
      "browser": "webkit",
      "timeout": 30000,
      "started": "2026-05-22T13:52:53.923Z",
      "duration": {
        "total": 2012,
        "final": 503
      },
      "tool": "Playwright 1 Test Reporting",
      "experience": "Playwright 1 Test Framework",
      "type": "integration",
      "retries": 3
    },
    {
      "name": "[firefox] > reporter 2 > special/characters \"(\\n\\r\\t\\b\\f)\"",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-2.test.js",
        "line": 62,
        "column": 2
      },
      "browser": "firefox",
      "timeout": 30000,
      "started": "2026-05-22T13:52:54.421Z",
      "duration": {
        "total": 552,
        "final": 552
      },
      "tool": "Test Reporting",
      "experience": "Playwright 2 Test Framework",
      "type": "visual diff",
      "retries": 0
    },
    {
      "name": "[webkit] > reporter 2 > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-2.test.js",
        "line": 16,
        "column": 2
      },
      "browser": "webkit",
      "timeout": 30000,
      "started": "2026-05-22T13:52:55.948Z",
      "duration": {
        "total": 551,
        "final": 551
      },
      "tool": "Test Reporting",
      "experience": "Playwright 2 Test Framework",
      "type": "visual diff",
      "retries": 0
    },
    {
      "name": "[webkit] > reporter 2 > skipped static",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-2.test.js",
        "line": 18,
        "column": 7
      },
      "browser": "webkit",
      "timeout": 30000,
      "started": "2026-05-22T13:52:56.798Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "tool": "Test Reporting",
      "experience": "Playwright 2 Test Framework",
      "type": "visual diff",
      "retries": 0
    },
    {
      "name": "[webkit] > reporter 2 > skipped static, fixme",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-2.test.js",
        "line": 20,
        "column": 7
      },
      "browser": "webkit",
      "timeout": 30000,
      "started": "2026-05-22T13:52:56.798Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "tool": "Test Reporting",
      "experience": "Playwright 2 Test Framework",
      "type": "visual diff",
      "retries": 0
    },
    {
      "name": "[webkit] > reporter 2 > skipped dynamic",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-2.test.js",
        "line": 22,
        "column": 2
      },
      "browser": "webkit",
      "timeout": 30000,
      "started": "2026-05-22T13:52:56.798Z",
      "duration": {
        "total": 502,
        "final": 502
      },
      "tool": "Test Reporting",
      "experience": "Playwright 2 Test Framework",
      "type": "visual diff",
      "retries": 0
    },
    {
      "name": "[webkit] > reporter 2 > skipped dynamic, fixme",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-2.test.js",
        "line": 26,
        "column": 2
      },
      "browser": "webkit",
      "timeout": 30000,
      "started": "2026-05-22T13:52:57.321Z",
      "duration": {
        "total": 502,
        "final": 502
      },
      "tool": "Test Reporting",
      "experience": "Playwright 2 Test Framework",
      "type": "visual diff",
      "retries": 0
    },
    {
      "name": "[webkit] > reporter 2 > flaky",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-2.test.js",
        "line": 30,
        "column": 2
      },
      "browser": "webkit",
      "timeout": 30000,
      "started": "2026-05-22T13:52:57.839Z",
      "duration": {
        "total": 1658,
        "final": 552
      },
      "tool": "Test Reporting",
      "experience": "Playwright 2 Test Framework",
      "type": "visual diff",
      "retries": 2
    },
    {
      "name": "[webkit] > reporter 1 > failed static expected",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-1.test.js",
        "line": 42,
        "column": 7
      },
      "browser": "webkit",
      "timeout": 30000,
      "started": "2026-05-22T13:53:00.865Z",
      "duration": {
        "total": 503,
        "final": 503
      },
      "tool": "Playwright 1 Test Reporting",
      "experience": "Playwright 1 Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "[webkit] > reporter 1 > failed dynamic expected",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-1.test.js",
        "line": 44,
        "column": 2
      },
      "browser": "webkit",
      "timeout": 30000,
      "started": "2026-05-22T13:53:01.673Z",
      "duration": {
        "total": 503,
        "final": 503
      },
      "tool": "Playwright 1 Test Reporting",
      "experience": "Playwright 1 Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "[webkit] > reporter 1 > failed static expected, skipped dynamic",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-1.test.js",
        "line": 50,
        "column": 7
      },
      "browser": "webkit",
      "timeout": 30000,
      "started": "2026-05-22T13:53:02.198Z",
      "duration": {
        "total": 502,
        "final": 502
      },
      "tool": "Playwright 1 Test Reporting",
      "experience": "Playwright 1 Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "[webkit] > reporter 1 > failed static expected, skipped dynamic, fixme",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-1.test.js",
        "line": 56,
        "column": 7
      },
      "browser": "webkit",
      "timeout": 30000,
      "started": "2026-05-22T13:53:02.717Z",
      "duration": {
        "total": 502,
        "final": 502
      },
      "tool": "Playwright 1 Test Reporting",
      "experience": "Playwright 1 Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "[webkit] > reporter 2 > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-2.test.js",
        "line": 40,
        "column": 2
      },
      "browser": "webkit",
      "timeout": 30000,
      "started": "2026-05-22T13:53:02.322Z",
      "duration": {
        "total": 2012,
        "final": 503
      },
      "tool": "Test Reporting",
      "experience": "Playwright 2 Test Framework",
      "type": "visual diff",
      "retries": 3
    },
    {
      "name": "[webkit] > reporter 1 > special/characters \"(\\n\\r\\t\\b\\f)\"",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-1.test.js",
        "line": 62,
        "column": 2
      },
      "browser": "webkit",
      "timeout": 30000,
      "started": "2026-05-22T13:53:03.234Z",
      "duration": {
        "total": 552,
        "final": 552
      },
      "tool": "Playwright 1 Test Reporting",
      "experience": "Playwright 1 Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "[webkit] > reporter 2 > failed static expected",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-2.test.js",
        "line": 42,
        "column": 7
      },
      "browser": "webkit",
      "timeout": 30000,
      "started": "2026-05-22T13:53:09.293Z",
      "duration": {
        "total": 503,
        "final": 503
      },
      "tool": "Test Reporting",
      "experience": "Playwright 2 Test Framework",
      "type": "visual diff",
      "retries": 0
    },
    {
      "name": "[webkit] > reporter 2 > failed dynamic expected",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-2.test.js",
        "line": 44,
        "column": 2
      },
      "browser": "webkit",
      "timeout": 30000,
      "started": "2026-05-22T13:53:10.106Z",
      "duration": {
        "total": 502,
        "final": 502
      },
      "tool": "Test Reporting",
      "experience": "Playwright 2 Test Framework",
      "type": "visual diff",
      "retries": 0
    },
    {
      "name": "[webkit] > reporter 2 > failed static expected, skipped dynamic",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-2.test.js",
        "line": 50,
        "column": 7
      },
      "browser": "webkit",
      "timeout": 30000,
      "started": "2026-05-22T13:53:10.629Z",
      "duration": {
        "total": 502,
        "final": 502
      },
      "tool": "Test Reporting",
      "experience": "Playwright 2 Test Framework",
      "type": "visual diff",
      "retries": 0
    },
    {
      "name": "[webkit] > reporter 2 > failed static expected, skipped dynamic, fixme",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-2.test.js",
        "line": 56,
        "column": 7
      },
      "browser": "webkit",
      "timeout": 30000,
      "started": "2026-05-22T13:53:11.148Z",
      "duration": {
        "total": 502,
        "final": 502
      },
      "tool": "Test Reporting",
      "experience": "Playwright 2 Test Framework",
      "type": "visual diff",
      "retries": 0
    },
    {
      "name": "[webkit] > reporter 2 > special/characters \"(\\n\\r\\t\\b\\f)\"",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/playwright/reporter-2.test.js",
        "line": 62,
        "column": 2
      },
      "browser": "webkit",
      "timeout": 30000,
      "started": "2026-05-22T13:53:11.665Z",
      "duration": {
        "total": 552,
        "final": 552
      },
      "tool": "Test Reporting",
      "experience": "Playwright 2 Test Framework",
      "type": "visual diff",
      "retries": 0
    }
  ]
}
@web/test-runner 🟢

Schema: PASSED 🟢
Contents: PASSED 🟢

Report Contents

{
  "id": "0a2c2242-bc92-4ada-8b6a-951914a8dd9a",
  "version": 3,
  "summary": {
    "status": "failed",
    "github": {
      "organization": "Brightspace",
      "repository": "test-reporting-node",
      "workflow": "ci.yml",
      "runId": 26291738062,
      "runAttempt": 1
    },
    "git": {
      "branch": "depowell/qe-651-report-configuration-docs",
      "sha": "9cfc36e1c5a531d504590361a83e5b171e1791ad"
    },
    "framework": "@web/test-runner",
    "operatingSystem": "linux",
    "started": "2026-05-22T13:53:22.384Z",
    "duration": {
      "total": 16150
    },
    "count": {
      "passed": 8,
      "failed": 4,
      "skipped": 4,
      "flaky": 0
    }
  },
  "details": [
    {
      "name": "reporter 1 > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/reporter-1.test.js"
      },
      "browser": "chrome",
      "timeout": 120000,
      "started": "2026-05-22T13:53:22.409Z",
      "duration": {
        "total": 51,
        "final": 51
      },
      "tool": "WebTestRunner 1 Test Reporting",
      "experience": "WebTestRunner 1 Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "reporter 1 > skipped",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/reporter-1.test.js"
      },
      "browser": "chrome",
      "timeout": 120000,
      "started": "2026-05-22T13:53:22.409Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "tool": "WebTestRunner 1 Test Reporting",
      "experience": "WebTestRunner 1 Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "reporter 1 > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/reporter-1.test.js"
      },
      "browser": "chrome",
      "timeout": 120000,
      "started": "2026-05-22T13:53:22.409Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "tool": "WebTestRunner 1 Test Reporting",
      "experience": "WebTestRunner 1 Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "reporter 1 > special/characters \"(\\n\\r\\t\\b\\f)\"",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/reporter-1.test.js"
      },
      "browser": "chrome",
      "timeout": 120000,
      "started": "2026-05-22T13:53:22.409Z",
      "duration": {
        "total": 51,
        "final": 51
      },
      "tool": "WebTestRunner 1 Test Reporting",
      "experience": "WebTestRunner 1 Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "[group 1] > reporter 2 > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/reporter-2.test.js"
      },
      "browser": "chromium",
      "timeout": 120000,
      "started": "2026-05-22T13:53:22.409Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "tool": "Test Reporting",
      "experience": "WebTestRunner 2 Test Framework",
      "type": "accessibility",
      "retries": 0
    },
    {
      "name": "[group 1] > reporter 2 > skipped",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/reporter-2.test.js"
      },
      "browser": "chromium",
      "timeout": 120000,
      "started": "2026-05-22T13:53:22.409Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "tool": "Test Reporting",
      "experience": "WebTestRunner 2 Test Framework",
      "type": "accessibility",
      "retries": 0
    },
    {
      "name": "[group 1] > reporter 2 > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/reporter-2.test.js"
      },
      "browser": "chromium",
      "timeout": 120000,
      "started": "2026-05-22T13:53:22.409Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "tool": "Test Reporting",
      "experience": "WebTestRunner 2 Test Framework",
      "type": "accessibility",
      "retries": 0
    },
    {
      "name": "[group 1] > reporter 2 > special/characters \"(\\n\\r\\t\\b\\f)\"",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/reporter-2.test.js"
      },
      "browser": "chromium",
      "timeout": 120000,
      "started": "2026-05-22T13:53:22.409Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "tool": "Test Reporting",
      "experience": "WebTestRunner 2 Test Framework",
      "type": "accessibility",
      "retries": 0
    },
    {
      "name": "[group 1] > reporter 2 > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/reporter-2.test.js"
      },
      "browser": "firefox",
      "timeout": 120000,
      "started": "2026-05-22T13:53:22.409Z",
      "duration": {
        "total": 51,
        "final": 51
      },
      "tool": "Test Reporting",
      "experience": "WebTestRunner 2 Test Framework",
      "type": "accessibility",
      "retries": 0
    },
    {
      "name": "[group 1] > reporter 2 > skipped",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/reporter-2.test.js"
      },
      "browser": "firefox",
      "timeout": 120000,
      "started": "2026-05-22T13:53:22.409Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "tool": "Test Reporting",
      "experience": "WebTestRunner 2 Test Framework",
      "type": "accessibility",
      "retries": 0
    },
    {
      "name": "[group 1] > reporter 2 > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/reporter-2.test.js"
      },
      "browser": "firefox",
      "timeout": 120000,
      "started": "2026-05-22T13:53:22.409Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "tool": "Test Reporting",
      "experience": "WebTestRunner 2 Test Framework",
      "type": "accessibility",
      "retries": 0
    },
    {
      "name": "[group 1] > reporter 2 > special/characters \"(\\n\\r\\t\\b\\f)\"",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/reporter-2.test.js"
      },
      "browser": "firefox",
      "timeout": 120000,
      "started": "2026-05-22T13:53:22.409Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "tool": "Test Reporting",
      "experience": "WebTestRunner 2 Test Framework",
      "type": "accessibility",
      "retries": 0
    },
    {
      "name": "[group 2] > reporter 1 > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/reporter-1.test.js"
      },
      "browser": "webkit",
      "timeout": 120000,
      "started": "2026-05-22T13:53:33.708Z",
      "duration": {
        "total": 50,
        "final": 50
      },
      "tool": "WebTestRunner 1 Test Reporting",
      "experience": "WebTestRunner 1 Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "[group 2] > reporter 1 > skipped",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/reporter-1.test.js"
      },
      "browser": "webkit",
      "timeout": 120000,
      "started": "2026-05-22T13:53:33.708Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "tool": "WebTestRunner 1 Test Reporting",
      "experience": "WebTestRunner 1 Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "[group 2] > reporter 1 > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/reporter-1.test.js"
      },
      "browser": "webkit",
      "timeout": 120000,
      "started": "2026-05-22T13:53:33.708Z",
      "duration": {
        "total": 1,
        "final": 1
      },
      "tool": "WebTestRunner 1 Test Reporting",
      "experience": "WebTestRunner 1 Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "[group 2] > reporter 1 > special/characters \"(\\n\\r\\t\\b\\f)\"",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/web-test-runner/reporter-1.test.js"
      },
      "browser": "webkit",
      "timeout": 120000,
      "started": "2026-05-22T13:53:33.708Z",
      "duration": {
        "total": 52,
        "final": 52
      },
      "tool": "WebTestRunner 1 Test Reporting",
      "experience": "WebTestRunner 1 Test Framework",
      "type": "integration",
      "retries": 0
    }
  ]
}
webdriverio 🟢

Schema: PASSED 🟢
Contents: PASSED 🟢

Report Contents

{
  "id": "842e89a6-c51f-493b-8064-476eb4e65587",
  "version": 3,
  "summary": {
    "status": "failed",
    "github": {
      "organization": "Brightspace",
      "repository": "test-reporting-node",
      "workflow": "ci.yml",
      "runId": 26291738062,
      "runAttempt": 1
    },
    "git": {
      "branch": "depowell/qe-651-report-configuration-docs",
      "sha": "9cfc36e1c5a531d504590361a83e5b171e1791ad"
    },
    "framework": "webdriverio",
    "operatingSystem": "linux",
    "started": "2026-05-22T13:53:43.254Z",
    "duration": {
      "total": 6466
    },
    "count": {
      "passed": 12,
      "failed": 1,
      "skipped": 2,
      "flaky": 2
    }
  },
  "details": [
    {
      "name": "[linux] > reporter 3 > passed 1",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/reporter-3.test.js"
      },
      "started": "2026-05-22T13:53:51.883Z",
      "duration": {
        "total": 309,
        "final": 309
      },
      "tool": "Test Reporting",
      "experience": "Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "[linux] > reporter 3 > passed 2",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/reporter-3.test.js"
      },
      "started": "2026-05-22T13:53:52.440Z",
      "duration": {
        "total": 302,
        "final": 302
      },
      "tool": "Test Reporting",
      "experience": "Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "[linux] > reporter 3 > passed 3",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/reporter-3.test.js"
      },
      "started": "2026-05-22T13:53:52.994Z",
      "duration": {
        "total": 302,
        "final": 302
      },
      "tool": "Test Reporting",
      "experience": "Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "[linux] > reporter 3 > passed 4",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/reporter-3.test.js"
      },
      "started": "2026-05-22T13:53:53.548Z",
      "duration": {
        "total": 302,
        "final": 302
      },
      "tool": "Test Reporting",
      "experience": "Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "[linux] > reporter 2 > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/reporter-2.test.js"
      },
      "started": "2026-05-22T13:53:43.514Z",
      "duration": {
        "total": 309,
        "final": 309
      },
      "tool": "Test Reporting",
      "experience": "WebdriverIO 2 Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "[linux] > reporter 2 > skipped",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/reporter-2.test.js"
      },
      "started": "2026-05-22T13:53:44.073Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "tool": "Test Reporting",
      "experience": "WebdriverIO 2 Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "[linux] > reporter 2 > flaky",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/reporter-2.test.js"
      },
      "started": "2026-05-22T13:53:44.073Z",
      "duration": {
        "total": 908,
        "final": 303
      },
      "tool": "Test Reporting",
      "experience": "WebdriverIO 2 Test Framework",
      "type": "integration",
      "retries": 2
    },
    {
      "name": "[linux] > reporter 2 > special/characters \"(\\n\\r\\t\\b\\f)\"",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/reporter-2.test.js"
      },
      "started": "2026-05-22T13:53:45.735Z",
      "duration": {
        "total": 302,
        "final": 302
      },
      "tool": "Test Reporting",
      "experience": "WebdriverIO 2 Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "[linux] > reporter 2 > passed 2",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/reporter-2.test.js"
      },
      "started": "2026-05-22T13:53:46.289Z",
      "duration": {
        "total": 301,
        "final": 301
      },
      "tool": "Test Reporting",
      "experience": "WebdriverIO 2 Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "[linux] > reporter 2 > passed 3",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/reporter-2.test.js"
      },
      "started": "2026-05-22T13:53:46.841Z",
      "duration": {
        "total": 302,
        "final": 302
      },
      "tool": "Test Reporting",
      "experience": "WebdriverIO 2 Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "[linux] > reporter 2 > passed 4",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/reporter-2.test.js"
      },
      "started": "2026-05-22T13:53:47.394Z",
      "duration": {
        "total": 302,
        "final": 302
      },
      "tool": "Test Reporting",
      "experience": "WebdriverIO 2 Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "[linux] > reporter 2 > passed with timeout",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/reporter-2.test.js"
      },
      "started": "2026-05-22T13:53:47.947Z",
      "duration": {
        "total": 302,
        "final": 302
      },
      "tool": "Test Reporting",
      "experience": "WebdriverIO 2 Test Framework",
      "type": "integration",
      "retries": 0
    },
    {
      "name": "[linux] > reporter 1 > passed",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/reporter-1.test.js"
      },
      "started": "2026-05-22T13:53:45.188Z",
      "duration": {
        "total": 308,
        "final": 308
      },
      "tool": "WebdriverIO 1 Test Reporting",
      "experience": "Test Framework",
      "type": "ui",
      "retries": 0
    },
    {
      "name": "[linux] > reporter 1 > skipped",
      "status": "skipped",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/reporter-1.test.js"
      },
      "started": "2026-05-22T13:53:45.746Z",
      "duration": {
        "total": 0,
        "final": 0
      },
      "tool": "WebdriverIO 1 Test Reporting",
      "experience": "Test Framework",
      "type": "ui",
      "retries": 0
    },
    {
      "name": "[linux] > reporter 1 > flaky",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/reporter-1.test.js"
      },
      "started": "2026-05-22T13:53:45.747Z",
      "duration": {
        "total": 908,
        "final": 302
      },
      "tool": "WebdriverIO 1 Test Reporting",
      "experience": "Test Framework",
      "type": "ui",
      "retries": 2
    },
    {
      "name": "[linux] > reporter 1 > failed",
      "status": "failed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/reporter-1.test.js"
      },
      "started": "2026-05-22T13:53:47.407Z",
      "duration": {
        "total": 1007,
        "final": 252
      },
      "tool": "WebdriverIO 1 Test Reporting",
      "experience": "Test Framework",
      "type": "ui",
      "retries": 3
    },
    {
      "name": "[linux] > reporter 1 > special/characters \"(\\n\\r\\t\\b\\f)\"",
      "status": "passed",
      "github": {
        "codeowners": [
          "@Brightspace/quality-enablement"
        ]
      },
      "location": {
        "file": "test/integration/data/tests/webdriverio/reporter-1.test.js"
      },
      "started": "2026-05-22T13:53:49.421Z",
      "duration": {
        "total": 302,
        "final": 302
      },
      "tool": "WebdriverIO 1 Test Reporting",
      "experience": "Test Framework",
      "type": "ui",
      "retries": 0
    }
  ]
}

@devpow112 devpow112 merged commit 0eb5282 into main May 22, 2026
4 checks passed
@devpow112 devpow112 deleted the depowell/qe-651-report-configuration-docs branch May 22, 2026 13:54
@d2l-github-release-tokens
Copy link
Copy Markdown

🎉 This PR is included in version 5.2.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 enhancement New feature or request released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants