operator-controller icon indicating copy to clipboard operation
operator-controller copied to clipboard

Replace External Catalogs with Test-Only Mock Catalog for E2E

Open camilamacedo86 opened this issue 6 months ago • 1 comments

Some E2E tests might still rely on external catalogs like Community, which we don't control.

We should create a mock Operator and Catalog for testing and update the tests to use it. This makes tests fully self-contained.

Ref: https://github.com/operator-framework/operator-controller/tree/main/testdata

camilamacedo86 avatar May 27 '25 09:05 camilamacedo86