Execute Frappe test suites with various filtering and reporting options.
# Run Frappe Tests Execute Frappe test suites with various filtering and reporting options. ## Arguments Parse the user's input: $ARGUMENTS - **app_name**: (Optional) App to test - **--doctype**: Test specific DocType - **--module**: Test specific module - **--coverage**: Generate coverage report - **--parallel**: Run tests in parallel - **--failfast**: Stop on first failure ## Process ### Step 1: Detect Environment ### Step 2: Determine Test Scope Based on arguments, determine what to test: - All tests (no arguments) - App tests (`--app erpnext`) - Module tests (`--module erpnext...