Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RETRIES | No | Number of times to retry failed tests | 0 |
| TIMEOUT | No | Default action timeout in milliseconds | 10000 |
| BASE_URL | No | Application base URL | http://host.docker.internal:3000 |
| POOL_URL | No | Chrome pool WebSocket URL | ws://localhost:3333 |
| AUTH_TOKEN | No | JWT or session token injected into browser storage for authenticated pages | |
| CONCURRENCY | No | Number of parallel test workers | 3 |
| TEST_TIMEOUT | No | Per-test timeout in milliseconds | 60000 |
| ACTION_RETRIES | No | Number of times to retry failed individual actions | 0 |
| AUTH_STORAGE_KEY | No | The key name used to store the AUTH_TOKEN in localStorage/sessionStorage (defaults to accessToken) | |
| FAIL_ON_NETWORK_ERROR | No | Whether to fail tests when network errors are detected | false |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |