### 🎯 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 - [x] #1991 Make it easy to toggle feature flags on and off during end-to-end (E2E) tests. ~~- #1992 Create a test-only catalog to replace the usage of default ones, like Community, which we have no control over.~~ - [x] #2651 e2e: isolate tests with per-scenario dynamic catalogs; replaces #1992 **Make sure we have E2E tests for features behind flags:** - [x] #1994 - [x] #1995
🎯 Goal
What We’ll Do
Make it easy to toggle feature flags on and off during end-to-end (E2E) tests.
- Replace External Catalogs with Test-Only Mock Catalog for E2E #1992Create a test-only catalog to replace the usage of default ones, like Community, which we have no control over.
e2e: isolate tests with per-scenario dynamic catalogs; replaces Replace External Catalogs with Test-Only Mock Catalog for E2E #1992
Make sure we have E2E tests for features behind flags: