[codex] Add auto-qa CI tiers#86
Draft
krandder wants to merge 1 commit into
Draft
Conversation
✅ Deploy Preview for futarchy ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
What changed
Why
The deterministic auto-qa tests are useful, but they do not render the UI, click through flows, exercise forked-chain writes, or check live endpoints. This adds those tiers without making live or unstable fork behavior PR-blocking.
Validation
npm --prefix auto-qa/harness cinpm cinpm run auto-qa:test:unit(691 passed)npm --prefix auto-qa/harness run test:unit(94 passed, 1 optional sister-repo check skipped)HARNESS_FRONTEND_PORT=3103 npm run auto-qa:harness:interaction(4 passed)HARNESS_FRONTEND_PORT=3102 HARNESS_ANVIL_LOG=1 npm run auto-qa:harness:fork(4 passed)npm run auto-qa:harness:scenarios:by-tiernpm run auto-qa:harness:scenarios:cataloggit diff --checkNotes
The Next dev server still logs existing market-page warnings around
DEFAULT_BASE_TOKENS_CONFIGand MetaMask SDK optional storage. The promoted interaction and fork tiers pass despite those warnings. The older Anvil-required balance/position mutation scenarios remain cataloged but are not promoted to scheduled fork CI yet.