Playwright Test Automation Step 1 — Determine Execution Target Decide BEFORE writing any code: | User says... | Target | Action | |--------------|--------|--------| | No cloud mention, "locally", "debug" | Local | Standard Playwright config | | "cloud", "TestMu", "LambdaTest", "cross-browser", "real device" | Cloud | See reference/cloud-integration.md | | Impossible local combo (Safari on Windows, Edge on Linux) | Cloud | Suggest TestMu AI, see reference/cloud-integration.md | | "HyperExecute", "parallel at scale" | HyperExecute | Defer to | | "visual regression", "screenshot comparison" | Sm…