docs: rename TestBox to WheelsTest across forward-looking docs#2127
Merged
docs: rename TestBox to WheelsTest across forward-looking docs#2127
Conversation
Repo-wide sweep applying the three-bucket rename rubric to 20 forward- looking documentation files. Companion to #2125 (comparison doc) and #2126 (audit + CHANGELOG follow-up). Rubric applied: 1. Current framework identity → rename to WheelsTest 2. BDD style/pattern name → drop TestBox qualifier, use "BDD syntax" 3. Historical / rename-event / upstream-project references → preserved Files updated (20 total): - docs/wheels-vs-frameworks.md - CLAUDE.md, CONTRIBUTING.md - docs/src/working-with-wheels/{directory-structure,end-to-end-testing, browser-testing}.md - docs/src/command-line-tools/cli-guides/testing.md - tests/README.md - .ai/wheels/testing/{browser-testing,unit-testing}.md - .ai/wheels/{views,controllers,models}/testing.md - examples/{README,starter-app/README,tweet/AGENTS}.md - examples/tweet/.claude/skills/{README,SKILLS-QUICK-START}.md - packages/{legacyadapter/README,sentry/CLAUDE}.md Legitimate retentions (per rubric bucket 3): - "formerly TestBox" history notes in CONTRIBUTING.md - Upstream URL labels pointing to testbox.ortusbooks.com (framed as "Upstream TestBox Docs" for BDD syntax reference) - this.testbox CFML Application.cfc property (back-compat convention) - /tmp/testbox_results.json temp-file names in shell examples CLI command updates where code paths exist: - `box testbox run` → `wheels test run` in tests/README.md and examples/starter-app/README.md (matches Wheels CLI canonical form per CLAUDE.md's testing quick reference) Upstream reference reframing in .ai/wheels/{views,controllers,models}/ testing.md: "Modern TestBox Resources" section retitled to "BDD Reference — Upstream TestBox Docs" with explicit note that WheelsTest inherits the BDD syntax from upstream Ortus TestBox. Deferred to editorial follow-up PRs (complex mix of stale code, CommandBox commands, URLs, and prose requiring verification): - docs/src/working-with-wheels/testing-your-application.md (39 refs) - cli/WHEELS-CLI-ROADMAP.md (15 refs) - examples/tweet/.{claude/commands,opencode/command}/wheels_execute.md Out of scope (historical planning artifacts, per rubric bucket 3): - docs/superpowers/plans/** - docs/superpowers/specs/** Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
bpamiri
added a commit
that referenced
this pull request
Apr 16, 2026
Editorial follow-up to #2127. Updates the main user-facing testing guide for the WheelsTest rename, plus fixes stale code paths to match the actual tests/runner.cfm implementation. Scope (39 refs → 10 legitimate retentions): Stale code paths corrected to match tests/runner.cfm:99-246: - testbox.system.TestBox → wheels.wheelstest.system.TestBox - testbox.system.reports.JSONReporter → wheels.wheelstest... - testbox.system.reports.TextReporter → wheels.wheelstest... - testbox.system.reports.ANTJUnitReporter → wheels.wheelstest... Framework-identity references renamed: - TestBox 6 → WheelsTest (drops upstream version qualifier) - "TestBox Features" heading → "WheelsTest Features" - "TestBox Test Runner Configuration" → "WheelsTest Test Runner Configuration" - "TestBox testing URLs" → "WheelsTest URLs" - JSON-output section renamed to reference WheelsTest runner - `// load testbox routes` comment → `// load wheelstest routes` - Migration section: "Legacy RocketUnit to TestBox" → "to WheelsTest" Upstream URL references reframed (keeping URLs, clarifying provenance): - "official TestBox documentation" → "upstream TestBox documentation" - Each ortusbooks.com link labeled with "upstream" and where appropriate "(WheelsTest preserves the same API)" Intro paragraph rewritten to establish provenance: "WheelsTest — Wheels' in-house testing framework (a fork of Ortus TestBox)". Legitimate retentions (10): - 1 fork-explanation reference (intro) - 8 upstream URL labels pointing to testbox.ortusbooks.com - 1 code variable name `testBox = new wheels.wheelstest.system. TestBox(...)` — matches actual runner.cfm convention Preserved historical references: - Sections describing pre-Wheels-3.0 RocketUnit legacy - "Wheels 3.0" framing where specifically describing the 3.0 release Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4 tasks
bpamiri
added a commit
that referenced
this pull request
Apr 16, 2026
Editorial follow-up PR to #2127 and #2128. Covers the last three files deferred from the sweep: WHEELS-CLI-ROADMAP.md (cli/): Added a status banner at the top of the document noting that the testing-strategy sections predate the WheelsTest fork decision. The roadmap originally proposed integrating the external commandbox- testbox-cli module; the actual direction was to fork TestBox in-house as WheelsTest. Rather than rewriting the strategy sections (out of scope for rename), the banner makes the historical context clear and flags for a separate editorial pass. References preserved as-is for historical traceability: - Section 4 "Advanced Testing (via TestBox CLI Module)" - Leverage Existing Modules item 1 - Phase 1 Module Integration - CommandBox Integration Points - box.json dependency listing for commandbox-testbox-cli - Recommended Module Installation section examples/tweet/.claude/commands/wheels_execute.md (10 refs): - TestBox BDD → WheelsTest BDD (descriptive references) - testbox.system.TestBox → wheels.wheelstest.system.TestBox (code) - application.testbox → application.wheelstest (CFML scope) - "Use TestBox's beforeEach/afterEach" → "Use WheelsTest's …" examples/tweet/.opencode/command/wheels_execute.md (11 refs): Same treatment as the .claude/commands variant — this is the mirror opencode command file. Closes the TestBox → WheelsTest rename initiative across all forward- looking doc files. Only historical references, upstream URL labels, and the roadmap's preserved strategy sections remain. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4 tasks
bpamiri
added a commit
that referenced
this pull request
Apr 16, 2026
Editorial follow-up to #2127. Updates the main user-facing testing guide for the WheelsTest rename, plus fixes stale code paths to match the actual tests/runner.cfm implementation. Scope (39 refs → 10 legitimate retentions): Stale code paths corrected to match tests/runner.cfm:99-246: - testbox.system.TestBox → wheels.wheelstest.system.TestBox - testbox.system.reports.JSONReporter → wheels.wheelstest... - testbox.system.reports.TextReporter → wheels.wheelstest... - testbox.system.reports.ANTJUnitReporter → wheels.wheelstest... Framework-identity references renamed: - TestBox 6 → WheelsTest (drops upstream version qualifier) - "TestBox Features" heading → "WheelsTest Features" - "TestBox Test Runner Configuration" → "WheelsTest Test Runner Configuration" - "TestBox testing URLs" → "WheelsTest URLs" - JSON-output section renamed to reference WheelsTest runner - `// load testbox routes` comment → `// load wheelstest routes` - Migration section: "Legacy RocketUnit to TestBox" → "to WheelsTest" Upstream URL references reframed (keeping URLs, clarifying provenance): - "official TestBox documentation" → "upstream TestBox documentation" - Each ortusbooks.com link labeled with "upstream" and where appropriate "(WheelsTest preserves the same API)" Intro paragraph rewritten to establish provenance: "WheelsTest — Wheels' in-house testing framework (a fork of Ortus TestBox)". Legitimate retentions (10): - 1 fork-explanation reference (intro) - 8 upstream URL labels pointing to testbox.ortusbooks.com - 1 code variable name `testBox = new wheels.wheelstest.system. TestBox(...)` — matches actual runner.cfm convention Preserved historical references: - Sections describing pre-Wheels-3.0 RocketUnit legacy - "Wheels 3.0" framing where specifically describing the 3.0 release Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
bpamiri
added a commit
that referenced
this pull request
Apr 16, 2026
) Editorial follow-up PR to #2127 and #2128. Covers the last three files deferred from the sweep: WHEELS-CLI-ROADMAP.md (cli/): Added a status banner at the top of the document noting that the testing-strategy sections predate the WheelsTest fork decision. The roadmap originally proposed integrating the external commandbox- testbox-cli module; the actual direction was to fork TestBox in-house as WheelsTest. Rather than rewriting the strategy sections (out of scope for rename), the banner makes the historical context clear and flags for a separate editorial pass. References preserved as-is for historical traceability: - Section 4 "Advanced Testing (via TestBox CLI Module)" - Leverage Existing Modules item 1 - Phase 1 Module Integration - CommandBox Integration Points - box.json dependency listing for commandbox-testbox-cli - Recommended Module Installation section examples/tweet/.claude/commands/wheels_execute.md (10 refs): - TestBox BDD → WheelsTest BDD (descriptive references) - testbox.system.TestBox → wheels.wheelstest.system.TestBox (code) - application.testbox → application.wheelstest (CFML scope) - "Use TestBox's beforeEach/afterEach" → "Use WheelsTest's …" examples/tweet/.opencode/command/wheels_execute.md (11 refs): Same treatment as the .claude/commands variant — this is the mirror opencode command file. Closes the TestBox → WheelsTest rename initiative across all forward- looking doc files. Only historical references, upstream URL labels, and the roadmap's preserved strategy sections remain. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
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
Repo-wide sweep applying the three-bucket rename rubric to 20 forward-looking documentation files. Companion to #2125 (3.0 → 4.0 comparison) and #2126 (audit + CHANGELOG follow-up). Closes the bulk of the
TestBox→WheelsTestrename work across the documentation surface.Rubric applied (from #2126):
WheelsTestBDD syntaxFiles touched (20 total, 75 insertions / 74 deletions)
User-facing docs:
docs/wheels-vs-frameworks.md(parity comparison)docs/src/working-with-wheels/{directory-structure,end-to-end-testing,browser-testing}.mddocs/src/command-line-tools/cli-guides/testing.mdtests/README.mdDeveloper-facing:
CLAUDE.md,CONTRIBUTING.mdClaude reference docs (
.ai/wheels/):testing/{browser-testing,unit-testing}.md{views,controllers,models}/testing.mdExamples:
examples/{README,starter-app/README,tweet/AGENTS}.mdexamples/tweet/.claude/skills/{README,SKILLS-QUICK-START}.mdPackages:
packages/{legacyadapter/README,sentry/CLAUDE}.mdLegitimate retentions (per bucket 3)
These references deliberately kept:
CONTRIBUTING.md:207-208testbox.ortusbooks.comURLs with "upstream TestBox docs" labelsthis.testbox = {...}Application.cfc propertycli-guides/testing.md:407/tmp/testbox_results.jsontemp filenames.ai/wheels/testing/unit-testing.md:131-132Bonus correctness fixes caught during sweep
docs/src/working-with-wheels/directory-structure.md:48-49— listedtests/TestBox/which doesn't exist in the actual filesystem. Changed totests/specs/to match reality.tests/README.mdandexamples/starter-app/README.md—box testbox run→wheels test run, matching the canonical Wheels CLI form documented in CLAUDE.md's Testing Quick Reference..ai/wheels/{views,controllers,models}/testing.md— "Modern TestBox Resources" sections retitled to "BDD Reference — Upstream TestBox Docs" with explicit clarification that WheelsTest inherits the BDD syntax from upstream Ortus TestBox. Link text stripped ofTestBoxprefix since the section heading already establishes provenance.Deferred to editorial follow-up PRs
These files have complex mixes of stale code snippets, CommandBox CLI commands, external URLs, and prose that need per-line editorial judgment beyond mechanical rename:
docs/src/working-with-wheels/testing-your-application.md(39 refs) — has outdatedtestbox.system.TestBox(...)code paths that need functional update towheels.wheelstest.system.TestBox(...)per the actualtests/runner.cfmcli/WHEELS-CLI-ROADMAP.md(15 refs) — roadmap doc, needs forward-looking vs historical classificationexamples/tweet/.claude/commands/wheels_execute.md(10 refs) +.opencode/command/wheels_execute.md(11 refs) — tweet example commands that need verification they still workOut of scope
docs/superpowers/plans/**anddocs/superpowers/specs/**— historical planning artifacts. Per bucket 3, these describe what was planned at the time with the names that existed then. Retroactively rewriting them would erase provenance of contemporaneous decision-making.Test plan
replace_allon "TestBox BDD" was applied to 3.ai/files; link-text collisions fixed by rewriting the Upstream BDD Reference section wholesaletests/runner.cfmto pick the correct namespace (wheels.wheelstest.system.*) before deciding what's current vs stale🤖 Generated with Claude Code