Ler estrutura do projeto
read_projectReads package.json and test specifications from any framework (Cypress, Playwright, WDIO, Robot, pytest) to return project context. Optionally includes example code from test files.
Instructions
Lê package.json, specs existentes (qualquer framework: Cypress, Playwright, WDIO, Robot, pytest, etc) e retorna contexto. Use includeContent para trazer código de exemplos.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxFiles | No | Máximo de arquivos cujo conteúdo será lido. Default: 3. | |
| includeContent | No | Se true, inclui conteúdo dos primeiros 3 arquivos de teste como referência. Default: false. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| summary | Yes | ||
| testFiles | No | ||
| packageJson | No | ||
| testFilesWithContent | No |