-
Notifications
You must be signed in to change notification settings - Fork 3
Add testing strategies documentation #62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: workshur <[email protected]>
|
@copilot please use prettier to format the text |
Co-authored-by: workshur <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds comprehensive testing strategy documentation to the AWOS framework, clarifying that AWOS is flexible and non-prescriptive about testing methodologies while providing guidance on how teams can integrate their preferred testing approaches into the AWOS workflow.
- Adds a new
docs/testing-strategies.mdfile with detailed guidance on integrating testing into the AWOS workflow - Updates the README to reference the new testing strategies documentation
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/testing-strategies.md | New comprehensive guide explaining AWOS's flexible approach to testing, including customization examples, template for team documentation, and CI/CD integration guidance |
| README.md | Adds new "Testing Strategies" section with link to the testing strategies documentation |
| ### When to Write Tests | ||
|
|
||
| - [ ] Before implementation (TDD) | ||
| - [ ] After implementation (TAD) |
Copilot
AI
Nov 6, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The abbreviation 'TAD' is introduced without explanation. Consider expanding it to 'Test-After Development (TAD)' on first use for clarity, similar to how TDD and BDD are explained elsewhere in the document.
| - [ ] After implementation (TAD) | |
| - [ ] After implementation (Test-After Development, TAD) |
docs/testing-strategies.mdwith practical, non-prescriptive testing guidanceREADME.mdto link to the new testing strategies documentOriginal prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.