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.
The GitFeatures CLI launcher can be installed using npm install -g gitfeatures
Options for the launcher can be obtained by running gitfeatures --help
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.
Runs unit tests
Runs gherkin step tests
Builds a static copy of your site to the build/
folder.
Your app is ready to be deployed!