Skip to content

Commit c400087

Browse files
committed
Update SUGGESTIONS.md
1 parent 229a235 commit c400087

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

SUGGESTIONS.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -275,10 +275,14 @@ src/
275275
- Quick setup process
276276

277277
### Low Impact, High Effort (Consider Later)
278-
1. **Complete Test Coverage**
279-
- Time-intensive process
280-
- Start with critical paths
281-
- Implement incrementally
278+
1. **Expand Test Coverage**
279+
- Build upon existing Playwright E2E tests
280+
- Already have basic homepage tests
281+
- Focus on:
282+
- Component unit tests
283+
- Integration tests for cart/checkout
284+
- Performance testing
285+
- Visual regression tests
282286

283287
2. **Factory Pattern Implementation**
284288
- Requires significant refactoring
@@ -297,9 +301,12 @@ src/
297301
2. **Week 3-4: Foundation Building**
298302
- Begin Storybook documentation
299303
- Set up performance monitoring
300-
- Add critical path tests
304+
- Expand existing E2E tests with:
305+
- Cart manipulation scenarios
306+
- Checkout flow validation
307+
- Error state handling
301308
- Estimated effort: 5-7 days
302-
- Builds developer confidence
309+
- Builds upon existing test infrastructure
303310

304311
3. **Month 2: Major Improvements**
305312
- Start state management refactor

0 commit comments

Comments
 (0)