list_tests
List all runnable tests in a project using native collection mechanisms for pytest, Jest, Cypress, Go, and Maestro. Use to verify test collection before execution and prevent duplicate test generation.
Instructions
用 runner 的原生 collection 機制列出受測專案內所有可執行測試:pytest 走 pytest --collect-only、Jest 走 npx jest --listTests、Cypress 走 cypress/e2e/*.cy.* glob、Go 走 go test -list .*、Maestro 走 *.yaml 遞迴掃。回傳一份逐行 nodeid / 檔名清單。用法:run_tests 前確認 collection 沒漏、generate_test 前避免跟既有 case 重複。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||