Usage
This generator is to help you to get started with ATDD.
More informations, options, parameters in A/A ATDD Training Videos
Install
Install required tools yo
and generator-atdd-web-front-end
:
npm install -g yo generator-atdd-web-front-end
Run
Go to the root of your web application:
cd application-name
Run yo atdd-web-front-end
, and specify the port where your app is running:
yo atdd-web-front-end
Run your app and then start the atdd script:
- npm run start (or whatever command you use to start your app)
- npm run test:atdd (In a separate terminal)