Team collaboration requires authentication and generated tests to share.
Command Usage
bugster sync
Synchronize your local test specifications with the remote Bugster platform for team collaboration.
--pull- Download test specifications from remote without uploading local changes--push- Upload local test specifications to remote without downloading changes--branch BRANCH- Synchronize with a specific branch instead of the default--clean-remote- Delete remote test specifications that don’t exist locally--dry-run- Preview sync operations without making actual changes--prefer CHOICE- Prefer ‘local’ or ‘remote’ when resolving conflicts
Examples
Team Workflows
Getting Started on a Project
Daily Development Workflow
Feature Branch Workflow
Common Issues
Sync Failures:- Check your internet connection
- Verify authentication:
bugster auth - Try again after a few minutes
- Pull latest changes first:
bugster sync --pull - Use
--prefer localor--prefer remotefor automatic resolution
