-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPHASE4_TEST_CONFIG.json
More file actions
76 lines (76 loc) · 1.67 KB
/
Copy pathPHASE4_TEST_CONFIG.json
File metadata and controls
76 lines (76 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"target_coverage": "95%",
"target_response_time": "<200ms",
"error_threshold": "0%",
"categories": {
"Unit Tests": {
"description": "Test individual route handlers",
"target": "All 165 endpoints",
"time": "3 hours"
},
"Integration Tests": {
"description": "Test interactions between modules",
"target": "Cross-module workflows",
"time": "3 hours"
},
"E2E Tests": {
"description": "Test complete user journeys",
"target": "End-to-end workflows",
"time": "2 hours"
},
"Performance Tests": {
"description": "Measure response times and throughput",
"target": "<200ms per endpoint",
"time": "1 hour"
},
"Security Tests": {
"description": "Verify auth, validation, and error handling",
"target": "All endpoints",
"time": "1 hour"
}
},
"modules_to_test": [
"activities",
"activity",
"activity_history",
"adaptive",
"adaptive_learning",
"ai_learning_path",
"analytics",
"analytics_v2",
"assessment",
"auth",
"chapters",
"chat",
"chat_tutor",
"content_generation",
"courses",
"enhanced_activity",
"enhanced_activity_v2",
"enhanced_analytics",
"enhanced_assessment",
"enhanced_chat",
"gamification",
"gamification_phase9",
"goals",
"image",
"intelligent_assessment",
"learning_analytics",
"learning_path",
"lesson",
"media",
"notifications",
"onboarding",
"performance",
"personalization",
"practice",
"test_auth",
"test_singular",
"tests",
"unknown",
"user",
"user_status",
"vocabulary",
"vocabulary_api"
]
}