First, install Yeoman and generator-procurify-test using npm (we assume you have pre-installed node.js).
npm install -g yoNavigate to the Procurify project directory and install this generator. It should already be included in the package.json:
npm installThen generate your tests in the Procurify project directory:
yo procurify-testFollow the steps in terminal. Make sure the module name entered is the exact same as the folder/file names.