n8n/packages
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(API): Add encryption key management endpoints (#28897) 2026-04-23 13:27:57 +00:00
cli feat(editor): Add scenarios prototype for workflow evaluation (no-changelog) 2026-04-23 23:48:08 +01:00
core feat(editor): Add scenarios prototype for workflow evaluation (no-changelog) 2026-04-23 23:48:08 +01:00
extensions/insights 🚀 Release 2.16.0 (#28080) 2026-04-07 04:26:54 +00:00
frontend feat(editor): Group scenarios + inline runner + lazy-fetch historical (no-changelog) 2026-04-24 11:03:08 +01:00
node-dev ci: Improve coverage reports (#27756) 2026-03-31 05:42:44 +00:00
nodes-base fix(EditImage Node): Fix orientation when modifying images (#28970) 2026-04-23 14:02:43 +00:00
testing test(instance-ai): add memory benchmark harness with heap snapshot analysis (no-changelog) (#27972) 2026-04-23 10:36:02 +00:00
workflow feat(editor): Add scenarios prototype for workflow evaluation (no-changelog) 2026-04-23 23:48:08 +01:00