SDK configuration (API token, base URL, rate limits, etc.)
ReadonlytestsReadonlysuitesReadonlyprofilesReadonlyconfigReadonlygroupsReadonlycomponentsReadonlystepsReadonlystepReadonlyprojectReadonlyprojectReadonlyprojectsReadonlyvariablesReadonlyvisualReadonlyauthGet the current SDK configuration.
Readonly configuration object with all resolved defaults
Update SDK configuration at runtime.
Partial configuration updates to apply
Test API connectivity and authentication.
Request options including timeout and signal
Connectivity test result with timing and status
Main BugBug SDK class providing modular access to BugBug API functionality.
Organizes functionality into dedicated modules:
tests- Test management and executionsuites- Suite management and executionprofiles- Profile managementconfig- System configuration and connectivitygroups- Groups/components managementcomponents- Reusable test components listingsteps- Individual test steps managementproject- Project settings, ZIP export, and ZIP importprojectArtifacts- Project artifact uploads for upload-file stepsvisualRegression- Visual regression reference screenshotsauth- OAuth authorization and token identity helpersExample