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
{name: "wait-selector",description: "Selector that marks the editor as ready; defaults to the block editor shell.",format: "CSS selector"},
1268
1268
{name: "wait-timeout",description: "Timeout for navigation and editor-ready waits.",format: "duration, e.g. 15s or 500ms"},
1269
1269
{name: "capture",description: "Comma-separated artifacts to capture after opening the editor.",format: "steps,console,errors,html,screenshot,editor-state,editor-validity"},
1270
+
{name: "artifact-prefix",description: "Optional artifact directory relative to the runtime artifact root for this invocation; defaults to files/browser. Use files/browser/editor-open/<name> to isolate per-fixture editor-open evidence in a batch.",format: "relative artifact directory"},
1270
1271
],
1271
-
outputShape: "JSON summary plus files/browser/editor-steps.jsonl, editor-summary.json, editor-state.json, optional editor-validity.json, and optional console/errors/html/screenshot artifacts.",
1272
+
outputShape: "JSON summary plus files/browser/editor-steps.jsonl, editor-summary.json, editor-state.json, optional editor-validity.json, and optional console/errors/html/screenshot artifacts. When artifact-prefix is supplied, every editor-open artifact is written under that directory instead of files/browser.",
1272
1273
policyRequirement: "Runtime policy commands must include wordpress.editor-open.",
0 commit comments