All notable changes to Bugster CLI
bugster config
command - Access and manipulate the data inside config.yaml to avoid human error
--bypass-protection
flag: Guides users on how to get the x-vercel-bypass-secret by redirecting them with the Deeplinkbugster install
command - Handle outside integrations with your Bugster account for users who don’t want to switch context during setup
--github
flag: Redirects users to the Github App Installation Linkbugster destructive
unblocking longer executionsbugster generate
default settings - Can be executed multiple times without adding --force
explicitlybugster generate
and bugster update
now analyze existing test specs context to avoid creating duplicate or similar testsbugster init
--page
flag in bugster generate
now accepts relative or absolute file paths instead of page folder names--page
flag to ensure provided paths exist, are files, and have valid JavaScript/TypeScript extensions (.js
, .jsx
, .ts
, .tsx
)--stream-results
as the default behaviour for bugster run
--max-concurrent = 5
as the default behaviour for bugster run
--page
flag for bugster generate
for spec generation of specific pages--count
option for bugster generate
to control the number of test specs generated per page (min: 1, max: 30)preferences
section to the configuration filealways_run
option to select up to 3 specs that will always runbugster generate
architecture resulting in a 30% speed increasebugster issues
command to get failed runs with debugging context from recent executionsbugster upgrade
command to update CLI to the latest version directly from the command linebugster init
--only-affected
flag for bugster run
to execute only specs affected by code changes--max-concurrent
flag for bugster run
supporting up to 5 parallel test executionsbugster update
commandbugster update
command now works at component granularity instead of file levelbugster sync
command to retrieve and manage test specs across different branchesbugster auth
command for secure API key management with GUI integrationbugster update
command to automatically update test specs when codebase changesbugster init
command now creates projects in the GUI dashboardbugster init
, bugster generate
, and bugster run