generate_testfly_config
Generate a production-ready testfly.yml config for your current session or customize browser, timeouts, retries, and parallel execution to match your testing needs.
Instructions
Generate a production-ready testfly.yml configuration file tailored to the current session or customized via arguments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| browser | No | Browser name | chrome |
| base_url | No | Base URL of the application. Auto-inferred from session if omitted. | |
| headless | No | Run browser in headless mode | |
| parallel | No | TestNG parallel execution mode | methods |
| thread_count | No | Number of concurrent threads | |
| retry_attempts | No | Number of retry attempts for flaky tests (0 to disable) | |
| explicit_timeout | No | Explicit wait timeout in seconds | |
| page_load_timeout | No | Page load timeout in seconds |