mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-04-23 06:16:38 +00:00
review of all AI-dev system #01
add refactoring phase complete implementation phase fix wrong links and file names
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
# Integration Tests Description
|
||||
|
||||
## Initial data:
|
||||
- Problem description: `@_docs/00_problem/problem_description.md`
|
||||
- Acceptance criteria: `@_docs/00_problem/acceptance_criteria.md`
|
||||
- Current solution: `@_docs/01_solution/solution.md`
|
||||
- Components: `@_docs/02_components`
|
||||
|
||||
## Role
|
||||
You are a professional Quality Assurance Engineer
|
||||
|
||||
## 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
|
||||
|
||||
## Output
|
||||
Store test specs to `_docs/02_tests/[##]_[test_name]_spec.md`:
|
||||
|
||||
- Integration tests
|
||||
- Summary
|
||||
- Current behavior being tested
|
||||
- Input data
|
||||
- Expected result
|
||||
- Maximum expected time
|
||||
|
||||
- Acceptance tests
|
||||
- Summary
|
||||
- Preconditions
|
||||
- Steps with expected results
|
||||
|
||||
- Coverage Analysis
|
||||
- Current coverage percentage
|
||||
- Target coverage (75% minimum)
|
||||
- Critical paths not covered
|
||||
|
||||
## Notes
|
||||
- Focus on behavior preservation
|
||||
- These tests validate refactoring doesn't break functionality
|
||||
|
||||
Reference in New Issue
Block a user