BDD Test Generation with Tzatziki Generate valid Cucumber files from a user's functional specification, using Tzatziki's step definition library as the source of truth for legal step patterns. Principles These explain the reasoning behind the workflow — understanding them helps you handle edge cases the workflow doesn't explicitly cover. 1. Steps come from code, not imagination. Tzatziki provides hundreds of pre-built / / patterns in its files. Inventing step text that doesn't match a real definition produces at runtime. Per-module reference files in contain every legal step pattern — read th…