Framework Mode - Cost of bugs at different stages
Folder Structure Example
cost-of-bugs-framework/ ├── docs/ │ └── bug-cost-analysis.md ├── tests/ │ ├── unit/ │ │ └── test_bug_detection.py │ ├── integration/ │ │ └── test_bug_impact.py │ └── system/ │ └── test_bug_fix_cost.py ├── utils/ │ └── cost_calculator.py ├── config/ │ └── environments.yaml ├── reports/ │ └── bug_cost_report.html └── README.md