🎯 Goal
- Run E2E tests with mock data inside the same repo.
- No need for extra repos for mocks or samples.
- Avoid repeating tests already covered elsewhere.
- Support testing features that are behind feature flags.
What We’ll Do
Make sure we have E2E tests for features behind flags:
🎯 Goal
What We’ll Do
Make it easy to toggle feature flags on and off during end-to-end (E2E) tests.
Create a test-only catalog to replace the usage of default ones, like Community, which we have no control over.
Make sure we have E2E tests for features behind flags: