test(playwright): Add harness contract baseline - #37913
Draft
shortstacked wants to merge 2 commits into
Draft
Conversation
Contributor
PR review overviewBased on ownership of the 8 changed files in this PR:
|
Contributor
There was a problem hiding this comment.
All reported issues were addressed across 8 files
Shadow auto-approve: would not auto-approve because issues were found.
Fix all with cubic | Re-trigger cubic
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Contributor
There was a problem hiding this comment.
0 issues found across 1 file (changes from recent commits).
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Shadow auto-approve: would auto-approve. Adds a Playwright harness contract baseline: six synthetic consumer tests, isolated Vitest config, support servers, and baseline documentation. Test-only change, no production behavior; bounded and clearly beneficial.
Re-trigger cubic
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.
Summary
How to test
Run from
packages/testing/playwright:The harness suite requires Chromium. Install it with
pnpm install-browsersif it is not available.The harness suite uses loopback support servers. It does not start an n8n application or a Docker stack. Real Docker and application sentinels remain separate follow-up work.
Expected results:
Related Linear tickets, Github issues, and Community forum posts
Review / Merge checklist
Backport to Beta,Backport to Stable, orBackport to v1(if the PR is an urgent fix that needs to be backported)Non-negotiable constraints
This baseline must not reduce selected tests, assertions, workloads, or isolation to save CI time. It must not add unexplained skips, retries, timeout increases, or silent fallbacks. It must keep setup failures and missing evidence visible.
PR Summary generated by AI
This PR adds a fast, isolated baseline for the Playwright fixture refactor. It verifies fixture wiring and lifecycle cleanup without claiming to verify Docker, n8n readiness, or deployment compatibility.