Bridgeing Jest tests to Gherkin feature files
packages/sdk- thejest-bdd-generatorlibrary on NPM.- `packages/demo - runnable examples that exercise the CLI commands, HTML report generationm and UI widgets against real test suits.
- `packages/website - Docusaurus documetation site.
Additional build and tooling configuration lives under common/, managed by Rush.
- Node.js ">=18.20.3 <19.0.0 || >=20.14.0 <21.0.0",
- Install
Rushglobally if you have not already:npm install -g @microsoft/rush
rush update # install dependencies via pnpm.
rush build # compile packages respecting the dependency graph- SDK:
cd packages/sdk && rushx build:watchto start debugging. Other packages refer to its live build. - demo app:
cd pakcages/demo && rushx startto launch the example UI. For other CLI demos, refer to package-level README.md. - Documentation site:
cd packages/website && rushx startto spin up the Docusaurus dev server. (Dev build without live lunr search)