Skip to content

feat: add Jest custom reporter#905

Draft
devpow112 wants to merge 2 commits into
depowell/upload-test-reportsfrom
depowell/add-jest-reporter
Draft

feat: add Jest custom reporter#905
devpow112 wants to merge 2 commits into
depowell/upload-test-reportsfrom
depowell/add-jest-reporter

Conversation

@devpow112

Copy link
Copy Markdown
Contributor

Adds a Jest custom reporter (src/reporters/jest.cjs) that produces a schema v3 D2L test report, covering name, location, taxonomy, started, configuration.timeout, duration, status, retries, and github.codeowners, alongside integration test fixtures, validation, docs, and a README entry. Per-test configuration.timeout reflects the global testTimeout only, since Jest's reporter API does not expose per-test timeouts. The eslint.config.js is updated to use eslint-plugin-jest for the Jest fixtures rather than per-file global comments.

@github-actions github-actions Bot added documentation Improvements or additions to documentation javascript Pull requests that update JavaScript code labels Jun 19, 2026
@devpow112 devpow112 force-pushed the depowell/add-jest-reporter branch from 742efd5 to 71835c3 Compare June 19, 2026 20:33
@devpow112 devpow112 changed the base branch from main to depowell/upload-test-reports June 19, 2026 20:37
@devpow112 devpow112 force-pushed the depowell/add-jest-reporter branch from 71835c3 to 368e037 Compare June 19, 2026 20:38
@github-actions

This comment has been minimized.

@devpow112

This comment was marked as resolved.

This comment was marked as resolved.

@github-actions github-actions Bot added the github-actions Pull requests that update GitHub Actions code label Jun 19, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report

Report

Report Validation

jest 🟢

Schema: PASSED 🟢
Contents: PASSED 🟢

Report

mocha 🟢

Schema: PASSED 🟢
Contents: PASSED 🟢

Report

playwright 🟢

Schema: PASSED 🟢
Contents: PASSED 🟢

Report

@web/test-runner 🟢

Schema: PASSED 🟢
Contents: PASSED 🟢

Report

webdriverio 🟢

Schema: PASSED 🟢
Contents: PASSED 🟢

Report

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 github-actions Pull requests that update GitHub Actions code javascript Pull requests that update JavaScript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants