Combinatorial testing is a difficult problem. Having to test a small number of inputs can result in a combinatorial explosion of possible permutations. In Cucumber we see this problem in Scenario Outlines where we can have a large number of rows for the Examples table. We want to reduce the combinations to a more manageable size while still providing effective fault detection. Pairwise testing pr