/gitfeatures

Open Source BDD Specification Tool - For Product Owners, Developers, Testers & UX Designers

Primary LanguageTypeScriptMIT LicenseMIT

GitFeatures

Helping you deliver the right software.

A centralised living specification development tool for guiding the industry through the basic steps of specification by example (BDD), continuous integration (CI) and continuous delivery (CD) that utilises feature feedback.

Launcher

The GitFeatures CLI launcher can be installed using npm install -g gitfeatures

Options for the launcher can be obtained by running gitfeatures --help

Available Scripts

yarn dev

Runs the app in the development mode. Open http://localhost:8080 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

yarn test

Runs unit tests

yarn test:integration

Runs gherkin step tests

yarn build

Builds a static copy of your site to the build/ folder. Your app is ready to be deployed!