Add test automation script scaffolds
This commit is contained in:
@@ -39,15 +39,15 @@ Flutter 앱 코드를 변경한 모든 작업은 아래 검증을 통과해야
|
||||
추가로 Dart 파일을 많이 수정했거나 새 파일을 추가한 경우 formatter를 적용한다.
|
||||
|
||||
```bash
|
||||
docker run --rm -u 0:0 \
|
||||
-v /home/ubuntu/workspace/tdc114plus:/workspace \
|
||||
-w /workspace/app \
|
||||
ghcr.io/cirruslabs/flutter:stable \
|
||||
sh -lc "flutter pub get && dart format lib test && chown -R 1000:1000 /workspace/app"
|
||||
./scripts/format-dart.sh
|
||||
```
|
||||
|
||||
검증 실패 상태의 코드는 `main` 브랜치에 반영하지 않는다.
|
||||
|
||||
자동화 스크립트의 구현 상태와 향후 보강 계획은 아래 문서를 따른다.
|
||||
|
||||
- `docs/tdc114plus-script-automation-plan-2026-07-02.md`
|
||||
|
||||
## 3. 테스트 강도 기준
|
||||
|
||||
### 3.1 강한 테스트가 필요한 영역
|
||||
@@ -245,6 +245,7 @@ Mock 데이터가 API 계약과 달라지는 경우 API 계약 문서를 먼저
|
||||
|
||||
- `docs/references/ai-testing/ai_testing_policy_draft.md`
|
||||
- `docs/references/ai-testing/tdc114plus_test_strategy.md`
|
||||
- `docs/tdc114plus-script-automation-plan-2026-07-02.md`
|
||||
|
||||
본 문서는 위 참고문서보다 `tdc114plus` 개발에 우선 적용한다.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user