You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Full Playwright run against the local dev container reports 24 failed, 1 passed, 21 skipped out of 49 specs. Auth was fixed by #78 (globalSetup writes a shared storageState file, removed the global `OCS-APIRequest` header that broke browser-form login). Specs now reliably reach the app, but each one then fails on selector / content / route assertions.
Categories of breakage observed
Wrong landing path — many specs `page.goto('/apps/openbuilt')` which redirects to the Dashboard widget page (route `/`). The Virtual apps list (`.ob-app-card`) lives at `/applications`. Fixed in fix(#75): namespace manifest config.schema + test backfill + Playwright env #78 for `applicationCard` and `iconUpload`. Others still need updating.
Lifecycle-transition flow — `version-rollback` and `promoteDestructive` exercise publish/rollback paths that may have changed under ADR-002 (versioned-app model).
Baseline state (2026-05-16)
Full Playwright run against the local dev container reports 24 failed, 1 passed, 21 skipped out of 49 specs. Auth was fixed by #78 (globalSetup writes a shared storageState file, removed the global `OCS-APIRequest` header that broke browser-form login). Specs now reliably reach the app, but each one then fails on selector / content / route assertions.
Categories of breakage observed
Suggested rollout
Filed as a single tracker so the e2e debt doesn't get lost under the bug-fix queue.