mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-12 23:01:21 +00:00
* Add issue-fixer-orchestrator mode * fix: address PR review comments - Restore multi-line YAML formatting for mode-writer roleDefinition - Fix duplicate numbering in workflow XML (4. -> 5., 5. -> 6.) --------- Co-authored-by: Daniel Riccio <ricciodaniel98@gmail.com>
10 lines
No EOL
427 B
XML
10 lines
No EOL
427 B
XML
<testing_guidelines>
|
|
- Always run existing tests before making changes (baseline)
|
|
- Add tests for any new functionality
|
|
- Add regression tests for bug fixes
|
|
- Test edge cases and error conditions
|
|
- Run the full test suite before completing
|
|
- For UI changes, test in multiple themes
|
|
- Verify accessibility (keyboard navigation, screen readers)
|
|
- Test performance impact for large operations
|
|
</testing_guidelines> |