feat: even more n00b friendly install prompt
This commit is contained in:
parent
0afc46a95e
commit
25e6ad98e0
|
|
@ -42,12 +42,12 @@ sprint_artifacts:
|
|||
|
||||
# TEA Agent Configuration
|
||||
tea_use_mcp_enhancements:
|
||||
prompt: "Enable Test Architect Playwright MCP capabilities (healing, exploratory, verification)?"
|
||||
prompt: "Enable Test Architect Playwright MCP capabilities (healing, exploratory, verification)? You have to setup your MCPs yourself; refer to test-architecture.md for hints."
|
||||
default: false
|
||||
result: "{value}"
|
||||
|
||||
tea_use_playwright_utils:
|
||||
prompt: "Are you using playwright-utils (@seontechnologies/playwright-utils) in your project? (Adds fixture-based utilities for auth, API requests, network recording, polling, intercept, recurse, logging, file download handling, burn-in)"
|
||||
prompt: "Are you using playwright-utils (@seontechnologies/playwright-utils) in your project? (Adds fixture-based utilities for auth, API requests, network recording, polling, intercept, recurse, logging, file download handling, burn-in). You have to install packages yourself, or use test architect's *framework command."
|
||||
default: false
|
||||
result: "{value}"
|
||||
# desired_mcp_tools:
|
||||
|
|
|
|||
Loading…
Reference in New Issue