run_full_test
Run a complete end-to-end test suite: scan codebase, generate scenarios, execute all tests, explore pages, and generate a report. One command for the full testing workflow.
Instructions
Run a complete end-to-end test suite: scan codebase → generate scenarios → execute all → explore pages → generate report. This is the all-in-one command. For more granular control, use the individual tools (scan_codebase, login, explore_page, execute_scenario, generate_report).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Base URL of the running application (e.g. http://localhost:3000 or https://staging.myapp.com). | |
| mode | No | fast = quick heuristic scan. deep = full feature extraction with dialogs and CRUD detection. | deep |
| headed | No | Show the browser window during testing. Defaults to headless (false) when used via MCP. Set true to watch the browser. | |
| codebase_path | No | Absolute path to the project root directory. Defaults to the current working directory. |