# Test Results: {FEATURE_NAME}

**Date**: {DATE}  
**Test Suite**: {TEST_SUITE_NAME}  
**Status**: {PASS/FAIL}

## Test Summary

| Type | Total | Passed | Failed | Skipped |
|------|-------|--------|--------|---------|
| Unit | {X} | {X} | {X} | {X} |
| Integration | {X} | {X} | {X} | {X} |
| E2E | {X} | {X} | {X} | {X} |

## Coverage Report

- **Line Coverage**: {X}%
- **Branch Coverage**: {X}%
- **Function Coverage**: {X}%

## Test Details

### ✅ Unit Tests

**Component**: {Component Name}
- ✅ {Test description} - {duration}ms
- ✅ {Test description} - {duration}ms
- ❌ {Test description} - {error reason}

### ✅ Integration Tests

**Flow**: {Flow Name}
- ✅ {Test description} - {duration}ms
- ✅ {Test description} - {duration}ms

### ⚠️ E2E Tests

**Scenario**: {Scenario Name}
- ✅ {Test description} - {duration}ms
- ⏭️ {Test description} - Skipped: {reason}

## Failed Tests Analysis

### Test: {Failed Test Name}
**Type**: Unit/Integration/E2E  
**Error**: 
```
{Error message or stack trace}
```
**Root Cause**: {Analysis of why it failed}
**Fix**: {How to fix it}

## Performance Metrics

- **Total Duration**: {X}s
- **Slowest Test**: {test name} ({X}s)
- **Average Test Time**: {X}ms

## Recommendations

- [ ] {Action item based on test results}
- [ ] {Areas that need more test coverage}
- [ ] {Performance improvements needed}

## Next Steps

{What should be done based on these test results}