Customize Bugster CLI with advanced settings for complex testing scenarios
bugster init
, you can enhance your configuration with advanced settings for more sophisticated testing scenarios.
.bugster/config.yaml
file in your project directory.config.yaml
file structure:
preferences
section with always_run
tests:
Test Limit
Path Format
.bugster/tests/
directoryExamples:"auth/login.yaml"
for .bugster/tests/auth/login.yaml
"1_homepage.yaml"
for .bugster/tests/1_homepage.yaml
Execution Priority
Required Fields
ID Naming Best Practices
admin
, user
, billing
, premium
, readonly
Avoid: Generic names like test1
, account2
Security Considerations
Invalid YAML syntax
Credential authentication failed
Always-run tests not found
.bugster/tests/
directory