n8n/packages/frontend
Jose f95cfbfaea
feat(editor): Group scenarios + inline runner + lazy-fetch historical (no-changelog)
- Group the scenarios list by test type (Success paths / Failure
  paths / Any) with section counts and hidden empty sections.
- Drop the scenario runner modal. The run now happens inline in the
  detail pane; rich result rendering moved into a reusable
  ScenarioRunResult component.
- Lazy-fetch historical executions: when a scenario with a
  lastExecutionId is selected but no live result is in memory, the
  scenarios store pulls the execution via workflowsStore.getExecution
  and rebuilds a degraded result (node outputs + start times; no
  intercepted requests since those weren't persisted). Cached in the
  session. The rich result card calls out the degraded trace.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-24 11:03:08 +01:00
..
@n8n feat(editor): Group scenarios + inline runner + lazy-fetch historical (no-changelog) 2026-04-24 11:03:08 +01:00
editor-ui feat(editor): Group scenarios + inline runner + lazy-fetch historical (no-changelog) 2026-04-24 11:03:08 +01:00
AGENTS.md docs(editor): Add shared design-system AI style review rules (no-changelog) (#27008) 2026-03-17 13:54:43 +00:00
CLAUDE.md chore: Move to AGENTS.md file with agent instructions (#22227) 2025-11-25 12:41:53 +01:00