Best Practices
To ensure predictable, stable, and secure CI/CD integrations with Drizz, teams should follow these recommended practices:
Generate fresh tokens for every CI/CD run Always request a new Auth0 access token at the start of each pipeline to avoid expired or reused credentials. This ensures secure authentication and prevents failures caused by token timeouts.
Upload the APK only when a new build is produced Avoid unnecessary binary uploads. Push a new APK to Drizz only when the application version changes, reducing storage overhead and preventing accidental conflicts with previously uploaded builds.
Use batch execution for large test suites When running multiple flows, trigger them as a batch. Batch mode provides better parallelism, improved scalability, and more predictable execution time across devices.
Log complete API request and response details Store raw API responses (success, error, retry info) in CI logs. Detailed logging accelerates root-cause analysis, makes flaky behaviors easier to track, and simplifies debugging during pipeline failures.
Fail the pipeline on critical test failures Ensure pipelines enforce quality gates by failing builds when essential test plans fail. This prevents unstable builds from reaching production and maintains high release confidence.
Support For API access and issues, contact: [email protected]
Last updated
Was this helpful?