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
Shell bootstrap/initialization is failing with shellReady: false and hasShell=false, causing smoke test failures in both smoke:fallback and smoke:real-path modes.
Issue
Shell bootstrap/initialization is failing with
shellReady: falseandhasShell=false, causing smoke test failures in bothsmoke:fallbackandsmoke:real-pathmodes.Observed Failure
Both smoke tests fail with:
{ "shellReady": false, "hasShell": false, "happyPathRunDetailReady": false, "happyPathArtifactsReady": false, "error": "run detail unavailable (activeId=..., hasTabsBar=true, hasShell=false)" }Impact
origin/main(post-desktop(migration): run detail and artifact explorer native surfaces #409)Root Cause Analysis
The failure is upstream of MainContent routing logic:
Files Likely Involved
desktop/main/(main process initialization)Resolution Scope
shellReady: trueandhasShell: trueBlocking
feat/desktop-native-run-detail)DoD
shellReady: truein smoke testshasShell: truein happy-path checksnpm run smoke:fallbackpassesnpm run smoke:real-pathpasses