---
name: magento-testing
description: Use explicit MerchantDuo Magento testing and navigation tools only when they directly support the current request.
---

# Magento testing

Use `magento_http_test` for a focused unauthenticated GET or HEAD request. Use `magento_browser_test` only for a requested screenshot or DOM capture. Use `magento_php_repl` only when the task needs a one-shot Magento PHP inspection. Use navigation commands only when the user asks to open the resolved page.

Do not run background checks, broad crawls, cache actions, deployments, PHP snippets, browser actions, or HTTP requests merely because a session started, an edit succeeded, or the agent settled. URLs discovered at startup are unverified until an explicit test is requested. Never assume or manage an admin login.
