Files
superport/test_reports/master_test_report_2025-08-05T15-30-40.664262.json
JiWoong Sul 198aac6525
Some checks failed
Flutter Test & Quality Check / Test on macos-latest (push) Has been cancelled
Flutter Test & Quality Check / Test on ubuntu-latest (push) Has been cancelled
Flutter Test & Quality Check / Build APK (push) Has been cancelled
test: 통합 테스트 오류 및 경고 수정
- 모든 서비스 메서드 시그니처를 실제 구현에 맞게 수정
- TestDataGenerator 제거하고 직접 객체 생성으로 변경
- 모델 필드명 및 타입 불일치 수정
- 불필요한 Either 패턴 사용 제거
- null safety 관련 이슈 해결

수정된 파일:
- test/integration/screens/company_integration_test.dart
- test/integration/screens/equipment_integration_test.dart
- test/integration/screens/user_integration_test.dart
- test/integration/screens/login_integration_test.dart
2025-08-05 20:24:05 +09:00

65 lines
1.5 KiB
JSON

{
"metadata": {
"testSuite": "SUPERPORT Master Test Suite",
"timestamp": "2025-08-05T15:30:40.664362",
"duration": 330,
"environment": {
"platform": "Flutter",
"api": "https://api-dev.beavercompany.co.kr",
"executionMode": "parallel"
}
},
"summary": {
"totalScreens": 4,
"passedScreens": 4,
"failedScreens": 0,
"successRate": "100.0"
},
"results": [
{
"screenName": "EquipmentInScreen",
"passed": true,
"duration": 120,
"totalTests": 0,
"passedTests": 0,
"failedTests": 0,
"startTime": "2025-08-05T15:30:40.491947",
"endTime": "2025-08-05T15:30:40.612195",
"failures": []
},
{
"screenName": "LicenseScreen",
"passed": true,
"duration": 101,
"totalTests": 0,
"passedTests": 0,
"failedTests": 0,
"startTime": "2025-08-05T15:30:40.494624",
"endTime": "2025-08-05T15:30:40.596613",
"failures": []
},
{
"screenName": "OverviewScreen",
"passed": true,
"duration": 118,
"totalTests": 0,
"passedTests": 0,
"failedTests": 0,
"startTime": "2025-08-05T15:30:40.495953",
"endTime": "2025-08-05T15:30:40.614556",
"failures": []
},
{
"screenName": "EquipmentOutScreen",
"passed": true,
"duration": 55,
"totalTests": 0,
"passedTests": 0,
"failedTests": 0,
"startTime": "2025-08-05T15:30:40.596817",
"endTime": "2025-08-05T15:30:40.652122",
"failures": []
}
],
"exitCode": 0
}