Max a27bedffb6 max/cli tui e2e tests (#9753) 1 месяц назад
..
claude-sonnet-4.6 a27bedffb6 max/cli tui e2e tests (#9753) 1 месяц назад
default a27bedffb6 max/cli tui e2e tests (#9753) 1 месяц назад
unauthenticated a27bedffb6 max/cli tui e2e tests (#9753) 1 месяц назад
README.md a27bedffb6 max/cli tui e2e tests (#9753) 1 месяц назад

README.md

Test Fixture Configs

Each subdirectory here is a Cline config directory used by one or more test suites. Tests point to a config via clineEnv("<name>") in tests/e2e/cli/helpers/env.ts.

Available fixtures

Directory Purpose
default/ Minimal config used for local/non-live CLI TUI tests.
unauthenticated/ Explicitly empty config (no provider or API keys).

Adding a new fixture

  1. Create configs/<name>/data/globalState.json with the desired state.
  2. Create configs/<name>/data/settings/cline_mcp_settings.json (can be { "mcpServers": {} }).
  3. Reference it in tests with clineEnv("<name>").

Secrets

API keys and secrets should never be committed. If you create authenticated fixtures locally, keep data/secrets.json untracked.