Skip to content

[CICD] Improve test step to summarize failures at end of step - #2873

Open
George Ng (GeorgeNgMsft) wants to merge 8 commits into
mainfrom
dev/georgeng/build_ts_show_failures
Open

[CICD] Improve test step to summarize failures at end of step#2873
George Ng (GeorgeNgMsft) wants to merge 8 commits into
mainfrom
dev/georgeng/build_ts_show_failures

Conversation

@GeorgeNgMsft

@GeorgeNgMsft George Ng (GeorgeNgMsft) commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Currently, the test pipeline is really hard to parse quickly and see the errors. This change will just aggregate and dedupe the failing tests then print them at the end of the test step, so a dev can quickly identify the failure.

image

• Aggregate Jest and  node:test  failures across the  build-ts  pipeline.
• Print one deduplicated failure summary at the end while preserving live output and exit status.
• Capture assertion, suite-load, and stderr errors with normalized paths and ANSI removal.

@GeorgeNgMsft
George Ng (GeorgeNgMsft) marked this pull request as ready for review August 14, 2026 05:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant