Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 0 additions & 54 deletions docs/smartui-build-merging.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,36 +118,6 @@ npx smartui capture --name hotfix-build-202
npx smartui merge build --source hotfix-build-202 --target prod-build-456
```

## Advanced Build Merging

### Force Merge

When you need to merge builds regardless of their current status:

```bash
npx smartui merge build --source build-123 --target build-456 --force
```

### Selective Merge

Merge specific screenshots from one build to another:

```bash
npx smartui merge build --source build-123 --target build-456
```

### Status Management

Manage build statuses during merge:

```bash
# Merge and mark as approved
npx smartui merge build --source build-123 --target build-456

# Merge and mark as baseline
npx smartui merge build --source build-123 --target build-456
```

## Best Practices

1. **Build Management**:
Expand All @@ -160,30 +130,6 @@ npx smartui merge build --source build-123 --target build-456
- Document merge strategies
- Establish approval processes

3. **Status Management**:
- Clear status tracking
- Document status changes
- Maintain audit trail

## Troubleshooting

### Common Issues

1. **Merge Conflicts**:
- Check build compatibility
- Verify build status
- Review merge history

2. **Status Issues**:
- Verify build status
- Check permissions
- Review approval history

3. **Permission Issues**:
- Verify user permissions
- Check build protection
- Review access settings

### Getting Help

If you encounter any issues with build merging in SmartUI, please contact our support team at support@lambdatest.com.
Loading