bdd framework skills

15 tagged bdd framework, measured the same way as everything else here.

Browse within: bdd 13golang 13test 13test-driven-development 13

debugging-failures

01

onsi/ginkgo

Skill Claude CodeCodex

Diagnose a failing Ginkgo suite as an agent — always run with --json-report into a predictable temp/gitignored location, read the terminal verdict line, then use jq to extract structured failure details (name, message, file:line, panic value, captured logs). Covers the panicked-vs-failed trap, panic locations pointing…

9.0k 22d ago A 122 tokens original MIT

running

02

onsi/ginkgo

Skill Claude CodeCodex

Run Ginkgo suites with the ginkgo CLI — run, -r, -p, --dry-run, watch, build (precompiled .test binaries), generate, outline, unfocus, labels, version; spec randomization (--randomize-all/--randomize-suites/--seed); running multiple suites (--keep-going/--skip-package/--compilers); previewing (--dry-run…

9.0k 22d ago A 142 tokens original MIT

onsi/ginkgo

Skill Claude CodeCodex

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…

9.0k 22d ago A 103 tokens original MIT

Mehtrick/bjoern

Skill Claude CodeCodex

Use when configuring the Bjoern Gradle plugin in build.gradle files. Covers all configuration parameters, task setup, and common patterns for code and documentation generation.

4 10d ago A 39 tokens original MIT

bjoern-zgr

05

Mehtrick/bjoern

Skill Claude CodeCodex

Use when writing, reviewing, or refactoring .zgr specification files for the Bjoern BDD test generator. Covers syntax, parameter usage for statement reuse, and conventions that reduce the number of methods to implement.

4 10d ago A 50 tokens original MIT