Author a Playwright end-to-end test for Superdesk from a plain-language UI
scenario. Works only inside `superdesk-client-core` or `superdesk-planning`.
Brings up the local e2e stack, writes the spec following repo conventions,
and iterates to a deterministic pass with a trace artifact for review.
Invoke when the user describes a UI behaviour they want covered by a test,
"write a test that...", "verify in e2e that...", "test the case where...",
"I need a spec for...", "QA scenario: ...", or describes a flow and wants
it turned into runnable Playwright code.
Do not invoke for: running the existing suite (just `npm run playwright`
from `e2e/client/`), diagnosing CI failures on already-merged specs,
product code changes, unit tests, Protractor specs, or any non-Playwright
e2e framework.
2026-06-16