feat: execute route and release recovery contracts
This commit is contained in:
@@ -370,10 +370,9 @@ QueryClientProvider
|
||||
-> AppShell
|
||||
```
|
||||
|
||||
04 routing branch에서 Data Mode로 전환할 때 `BrowserRouter`를
|
||||
`RouterProvider`로 바꾸고 테스트 fixture도 같은 composition factory에서
|
||||
생성한다. 문서에 적힌 provider 순서를 테스트 전용 shell로 재현하지 말고
|
||||
production composition 함수를 호출한다.
|
||||
RP-04에서 `RouterProvider` 기반 Data Mode로 전환했다. router component test와
|
||||
runtime composition test는 production `AppRouter`와 composition 함수를 사용하며,
|
||||
문서에 적힌 provider 순서를 테스트 전용 shell로 재현하지 않는다.
|
||||
|
||||
### 6.3 Boot E2E
|
||||
|
||||
@@ -1273,7 +1272,8 @@ CI registry에 추가한다.
|
||||
3. MSW handlers/scenario/factory를 중앙 catalog로 이동한다.
|
||||
4. query/mutation presentation adapter와 integration harness를 만든다.
|
||||
5. form foundation과 form/controller test matrix를 만든다.
|
||||
6. route registry/runtime map contract와 built-dist E2E를 추가한다.
|
||||
6. route registry/runtime map contract와 built-dist artifact 검증을 유지하고,
|
||||
release server를 사용하는 built-dist E2E까지 확장한다.
|
||||
7. Storybook build, interaction, a11y gate를 추가한다.
|
||||
8. pinned Chromium visual baseline을 추가한다.
|
||||
9. critical flow의 3-engine release profile을 분리한다.
|
||||
|
||||
Reference in New Issue
Block a user