ci: Make test-runs in CI more strict, to emphasize need of improvements - #8826
Open
elwinschmitz wants to merge 6 commits into
Open
elwinschmitz wants to merge 6 commits into
elwinschmitz wants to merge 6 commits into
Conversation
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The reviewed changes have no unresolved blocking issues.
Pull request overview
This PR makes CI test runs stricter and improves failure diagnostics for Jest and Playwright.
Changes:
- Centralizes strict Jest diagnostics and transforms.
- Disables Playwright retries while retaining failure artifacts.
- Documents flaky-test guidance in the E2E README.
File summaries
| File | Summary |
|---|---|
services/121-service/package.json |
Moves Jest diagnostics into configuration files. |
services/121-service/jest.unit.config.js |
Adds strict diagnostics and explicit TypeScript transforms. |
services/121-service/jest.integration.config.js |
Adds strict diagnostics and explicit TypeScript transforms. |
e2e/README.md |
Links the flaky-tests section in the contents. |
e2e/playwright.config.ts |
Disables retries and retains failure artifacts. |
Review details
- Files reviewed: 5/5 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
elwinschmitz
marked this pull request as draft
September 11, 2026 11:10
elwinschmitz
force-pushed
the
elwin/fix-ci-config
branch
from
September 14, 2026 09:41
1be0e22 to
0347bbd
Compare
elwinschmitz
marked this pull request as ready for review
September 14, 2026 10:01
elwinschmitz
force-pushed
the
elwin/fix-ci-config
branch
from
September 14, 2026 10:43
0347bbd to
8594bf7
Compare
# Conflicts: # services/121-service/jest.unit.config.js # services/121-service/package.json
elwinschmitz
force-pushed
the
elwin/fix-ci-config
branch
from
September 16, 2026 07:15
8594bf7 to
b8a7bca
Compare
8 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
AB#44451
Describe your changes
Checklist before requesting a code review
Portal preview-deployment
This PR does not have any preview deployments yet.