From 5258770aabaaa11774692b30d2ddbafd405b6ff2 Mon Sep 17 00:00:00 2001 From: Isha vyas <72408461+Ishavyas9@users.noreply.github.com> Date: Tue, 27 May 2025 15:32:49 +0530 Subject: [PATCH] Merge pull request #1627 from JeeveshJ7/stage Build merge doc sanity --- docs/smartui-build-merging.md | 54 ----------------------------------- 1 file changed, 54 deletions(-) diff --git a/docs/smartui-build-merging.md b/docs/smartui-build-merging.md index 2a1303fab..7d2d0265d 100644 --- a/docs/smartui-build-merging.md +++ b/docs/smartui-build-merging.md @@ -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**: @@ -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. \ No newline at end of file