agent-orchestrator/tests
Hibryda c73a2e1caf fix(e2e): build frontend before tests (prevents wrong-app loading)
- onPrepare: run `npm run build` before `cargo tauri build --debug --no-bundle`
  (--no-bundle skips beforeBuildCommand, leaving no dist/ for the WebView)
- SKIP_BUILD: still verify dist/index.html exists, build frontend if missing
- Without this fix, the Tauri binary falls back to devUrl and loads whatever
  app is serving on that port (e.g., BridgeCoach on another project)
2026-03-18 04:06:28 +01:00
..
commercial feat(pro): add plugin marketplace with catalog, install, and update support 2026-03-17 02:20:10 +01:00
e2e fix(e2e): build frontend before tests (prevents wrong-app loading) 2026-03-18 04:06:28 +01:00