Installation

Install required dependencies to setup CodeceptJs BDD Framework

⏳ codeceptjs-bdd

Clone Codeceptjs-BDD framework libraries for getting started

git clone https://github.com/gkushang/codeceptjs-bdd.git

⏳ yarn

You can install Yarn through the Homebrew package manager. This will also install Node.js if it is not already installed.

brew install yarn

⏳ lerna

Install Lerna through the Lerna.

yarn add lerna

(optional) Bootstrap the Codeceptjs-BDD Packages

cd codeceptjs-bdd
 lerna bootstrap


Quick StartArchitecture