- evaluate.sh: add --ignore-scripts to npm install (prevents husky from writing to permanent repo .git/hooks from the ephemeral worktree) - evaluate.sh: change --silent to --quiet (errors still printed on failure) - evaluate.sh: add `npx playwright install chromium` step so browser binaries are present even when the cached revision doesn't match ^1.55.1 - evaluate.sh: set CI=true inline on the playwright invocation so forbidOnly activates and accidental test.only() causes a gate failure - holdout.config.ts: document that CI=true is supplied by evaluate.sh - always-leave.spec.ts: add waitForReceipt() helper; replace fixed waitForTimeout(2000) after eth_sendTransaction with proper receipt polling so tx confirmation is not a timing assumption - always-leave.spec.ts: log the caught error in the button-cycling try/catch so contract reverts surface in the output - always-leave.spec.ts: add console.log when connect button or connector panel is not found to make silent-skip cases diagnosable Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| scenarios/sovereign-exit | ||
| evaluate.sh | ||
| holdout.config.ts | ||