webtest-ai discover
Runs a bounded model-backed workflow that proposes candidate browser test flows.
webtest-ai discover --url https://app.example --dry-run
webtest-ai discover --url https://app.example --output artifacts/discovery/app.json
Discovery only calls a model when an active model profile is configured. Normal run execution does not need a model and does not delegate pass/fail truth to a model.
Flags
--url <seed-url>: seed URL. May be repeated.--seed <seed-url>: alias for--url.--output <path>: writes normalized discovery proposal JSON.--dry-run: prints the proposal summary without writing an artifact.--config <path>: JSON config path.--max-turns <n>: bounds model session turns.