TEST-UNIFY-1: archive ~34 dead/stale test files (moved, not deleted)#121
Merged
Conversation
…t deleted Per the clean-tree plan, but ARCHIVED instead of deleted so we can mine them for salvageable code/data first. Moved 44 files into archive/2026-06-test-cleanup/ (original paths preserved) with a MANIFEST.md flagging each for future deletion + the reason: 23 redundant/stale/placeholder e2e specs, 11 loose debug runners/JS + duplicate/stale playwright configs + global-setup, and 8 redundant shell scripts. Repointed the 3 npm scripts that targeted archived files: - test:comprehensive → node tests/run-unified.mjs --profile full (Makefile uses it) - test:pr → node tests/run-unified.mjs --profile pr (CI advisory step) - removed test:e2e:error-handling (its target spec is archived) Nothing archived is run by Playwright/vitest/CI/npm. Verified: playwright --list = 493 tests / 43 files, zero collection errors, no archived spec collected; unified smoke profile 212✓; THE GATE green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
🧪 Comprehensive Test Suite
Full-stack smoke gate runs in the CI workflow. |
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.
Phase 1 of the clean-tree refactor — archived, not deleted (user asked to keep them mineable). 44 files →
archive/2026-06-test-cleanup/(paths preserved) + MANIFEST.md flagging each for future deletion with the reason. Repointed test:comprehensive/test:pr to the unified harness, removed test:e2e:error-handling (target archived). Verified: playwright --list 493 tests/43 files, zero collection errors, no archived spec collected; unified smoke 212✓; THE GATE green.🤖 Generated with Claude Code