get_runner_info
Identify the active test runner and list of all runners. Use this information to choose the appropriate template (e.g., Playwright .py or Maestro .yaml) and confirm environment variables are set correctly.
Instructions
回傳目前由 QA_RUNNER 環境變數選定的測試 runner(pytest / jest / cypress / go / maestro 五選一)加上 server 編譯時內建的全部 runner 清單。建議每個 session 第一個呼叫——AI 用它判斷後續該產 Playwright .py 還是 Maestro .yaml、要不要 headed browser,避免後面拿錯模板。也用來確認專案環境設定正確:QA_PROJECT_ROOT 指對地方、QA_RUNNER 沒拼錯。回傳 shape:{active: 'pytest', available: ['pytest', 'jest', ...]}。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||