Tables And Dynamic Specs

Parameterize and generate Ginkgo specs — DescribeTable/Entry table-driven specs, Entry descriptions (string, nil, closure, EntryDescription), PEntry/FEntry and per-Entry decorators, DescribeTableSubtree, generating specs in a construction-time loop, loading fixtures in TestXxx before RunSpecs, and shared-behavior closures. Use when you have repetitive specs differing only by inputs, want data-driven or generated specs, or are extracting reusable It blocks across Contexts. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/onsi--ginkgo--ginkgo commit 194b55e19f

Frequently asked questions

npx skillmds@latest add tomevault-io/tables-and-dynamic-specs