open-design/e2e/tests
lefarcen c14baf07d3 Merge origin/main into release/v0.8.0
PR #2461 sync prep — resolves 14 conflicts merging 84 main-side commits
on top of 58 release-side commits accumulated during the 0.8.0 cycle.

Resolution summary:

Take main (theirs) where main carried deliberate forward progress:
- apps/web/src/components/PluginCard.tsx — 7 hunks, i18n migration:
  hardcoded English aria-labels/titles replaced with t() calls keyed
  on pluginCard.* (all 8 keys verified present in en.ts).
- apps/web/src/components/TasksView.tsx — 1 hunk, source-ingestion
  feature: sortedRoutines (newest-first), sourceIngestionTemplates,
  patchSourceForm, submitSourceIngestion. activeCount/pausedCount
  semantics preserved (now keyed on sortedRoutines, count unchanged).
- e2e/ui/app.test.ts — new node:fs/promises + tmpdir + path + @/timeouts
  imports needed by main-side test helpers.
- e2e/ui/settings-local-cli-codex-fallback.test.ts — menu-dismissal
  helper block added by main.

Keep both sides where each added a different field to the same object
literal:
- apps/web/src/components/ProjectView.tsx (locale + analyticsHints
  spread).
- apps/web/src/components/DesignSystemFlow.tsx (locale + analyticsHints).

Take release (ours) where release carried deliberate work that ships
0.8.0:
- CHANGELOG.md — release-side 0.8.0 entry + PR link refs; main's
  Unreleased section was the same body of work, now finalized.
- apps/landing-page/public/{apple-touch-icon,favicon}.png +
  apps/web/public/app-icon.svg — release-side visual refresh assets
  consistent with 0.8.0 stable ship.
- tools/pack/src/linux.ts — packageVersion const required by line 466;
  taking main's empty line would build-error.
- e2e/ui/project-management-flows.test.ts +
  e2e/ui/settings-api-protocol.test.ts +
  e2e/ui/settings-memory-routines.test.ts — release-side release-smoke
  hardening (shangxinyu1 + PerishFire) takes precedence on overlap.

Closes-issue / unblocks: PR #2461 sync release/v0.8.0 → main.
2026-05-23 12:17:18 +08:00
..
dialog fix(tools-dev): preserve web origin trust on web start (#2715) 2026-05-23 00:25:43 +08:00
frames fix(frames): resolve relative screen= against embedder URL (#2316) 2026-05-20 10:03:01 +08:00
packaged Fix packaged auto-update release validation (#2565) 2026-05-21 18:15:53 +08:00
report test: harden e2e smoke and release reports (#1140) 2026-05-11 13:11:16 +08:00
tools-dev test: harden e2e smoke and release reports (#1140) 2026-05-11 13:11:16 +08:00
critique-coverage.test.ts test(web): Critique Theater Phase 13 (reducer p99 bench + surface coverage walker) (#1318) 2026-05-14 15:55:36 +08:00
linux-helpers.test.ts Add Linux packaged client parity smoke coverage (#1204) 2026-05-15 16:38:29 +08:00
localized-content.test.ts Make de/fr/ru content i18n optional (#1511) 2026-05-13 12:17:17 +08:00
packaged-release-version.test.ts Fix nightly release smoke identity (#2446) 2026-05-20 20:34:26 +08:00
packaged-smoke-workflow.test.ts fix: defer Windows packaged updater installer (#2575) 2026-05-21 19:13:18 +08:00
packaged-win-identity.test.ts Fix nightly release smoke identity (#2446) 2026-05-20 20:34:26 +08:00
visual-report.test.ts chore(ci): expand visual regression coverage (#2381) 2026-05-20 22:25:41 +08:00