Coherence for QA Teams
With Coherence QA teams get:
- Working local dev environments with tests for every QA engineer
- Working tests for the dev team in their environment so they can run & write tests too
- Automatic branch environments
- Ephemeral environments that are automatically seeded with whatever data you need (you supply a seed script to make this work)
- Automatic CI pipelines that run your tests against each environment
- Friendly dashboard to see what’s going on across all environments
The workflow:
- Create new feature
- Write tests in Workspace: our cloud IDE created dynamically per user, per branch


Link to cloud IDE


VS Code in the cloud
- Preview test locally
- Run tests in CI against deployed feature with preview environments automatically generated for each push


link out to Cloud Build


link out to production quality preview environment
- Run tests against main staging environment on each merge to trunk branch
- Promote to production
Updated 29 days ago
Did this page help you?