# SEE 25.05.2022 Notes
Agreements:
- [ ] We don't change what's currently there in terms of hooks with multiple queries. For new ones - we follow the ```createUseSubscriptionToSubEntity``` factory pattern. ```AspectDashboardContainer``` is a sample usage of this approach. @Andrew to create a sample with GQL query
Testing:
- Goals:
- To be scalable
- Frequent deployments - aspirational the goal is CD
- SaaS platform - SLAs / availability / uptime
- Mitigating risks of changing the codebase / regression
- Gaps:
- We are missing Test Management Suite with clear test plans and reporting
- No UI e2e tests
- Not all API tests are isolated - they chain on each other (test cross-contamination) which makes test outcome random
- Not all cases are covered
- Evgeni seems the only one responsible for testing
- Actions:
- @Dev team - maintains / updates the E2E
###### tags: `SEE`