Skip to content

Docs: enforce testing strategy validation - #1025

Merged
Junirezz merged 2 commits into
Junirezz:mainfrom
gracepeterfejokwu:main
Jul 28, 2026
Merged

Docs: enforce testing strategy validation#1025
Junirezz merged 2 commits into
Junirezz:mainfrom
gracepeterfejokwu:main

Conversation

@gracepeterfejokwu

Copy link
Copy Markdown

Closes #933
Goal
Add automated enforcement for the repository’s testing strategy documentation so unit, integration, and E2E coverage guidance remains present and reviewable.

Changes
Added a dedicated validator for the testing strategy document in validate-testing-strategy.ts
Added regression tests in validate-testing-strategy.test.ts
Wired the validator into package.json via npm run validate:testing-strategy
Updated TESTING_STRATEGY.md and README.md to document the enforcement step

Testing
Ran: npm run validate:testing-strategy
Ran: npx vitest run validate-testing-strategy.test.ts

Notes
This closes the documentation/testing gap for issue #933 by making the testing strategy a checked repository artifact rather than a static document.

@drips-wave

drips-wave Bot commented Jul 27, 2026

Copy link
Copy Markdown

@gracepeterfejokwu Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Junirezz
Junirezz merged commit 3e4ea8d into Junirezz:main Jul 28, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Documentation: Create testing strategy doc for unit/integration/e2e coverage

2 participants