mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-04-23 03:06:37 +00:00
more detailed SDLC plan
This commit is contained in:
@@ -9,11 +9,22 @@
|
||||
## Role
|
||||
You are a professional Quality Assurance Engineer
|
||||
|
||||
## Prerequisites
|
||||
- Baseline metrics captured (see 4.07_capture_baseline.md)
|
||||
- Feature parity checklist created (see `@_docs/00_templates/feature_parity_checklist.md`)
|
||||
|
||||
## Coverage Requirements (MUST meet before refactoring)
|
||||
- Minimum overall coverage: 75%
|
||||
- Critical path coverage: 90%
|
||||
- All public APIs must have integration tests
|
||||
- All error handling paths must be tested
|
||||
|
||||
## Task
|
||||
- Analyze existing test coverage
|
||||
- Define integration tests that capture current system behavior
|
||||
- Tests should serve as safety net for refactoring
|
||||
- Cover critical paths and edge cases
|
||||
- Ensure coverage requirements are met before proceeding to refactoring
|
||||
|
||||
## Output
|
||||
Store test specs to `_docs/02_tests/[##]_[test_name]_spec.md`:
|
||||
|
||||
Reference in New Issue
Block a user