flagsmith-testing
Installation
SKILL.md
flagsmith-testing
Overview
Flagsmith (open-source, also SaaS at flagsmith.com) supports three test-friendly modes per docs.flagsmith.com/clients/server-side:
- Offline mode with LocalFileHandler - loads a downloaded
environment.jsonsnapshot; zero network. - Local-evaluation mode - fetches environment + flags periodically, evaluates locally without per-request network.
- Default flag handler - programmatic fallback for any flag (mock-flag-only mode).
Offline mode is the default choice for tests; local-evaluation
and default_flag_handler detail live in
references/flagsmith-modes.md.