feature-flag-test-harness

Installation
SKILL.md

feature-flag-test-harness

Overview

A test that hits the production flag service is non-deterministic by definition - the answer depends on whoever toggled the flag last. And a test that asks "did we test the feature with the flag off?" needs both runs side by side.

This skill builds a harness that:

  1. Replaces the production OpenFeature provider with an in-memory provider the test owns ([openfeature-providers][of-prov]).
  2. Enumerates the relevant flag combinations (not the full 2^N cartesian product - the long tail isn't worth running).
  3. Runs the suite once per combination, as a separate CI shard.
  4. Aggregates results into a matrix the reviewer can read.
Installs
1
Repository
testland/qa
GitHub Stars
8
First Seen
Aug 12, 2026
feature-flag-test-harness — testland/qa