Skip to main content
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.
Options:
  • --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
Merge Conflicts:
  • Pull latest changes first: bugster sync --pull
  • Use --prefer local or --prefer remote for automatic resolution

Next Steps

Run Tests

Execute your synchronized test suite

Test Maintenance

Keep shared tests updated with code changes