Angular unit test generator for component render tests.
-
Clone this repository with
git clone https://github.com/nishant/NgTestGenerator.git
-
Install dependencies.
- Install test generator dependencies with
npm install
- Install angular application dependencies with
cd sample-web-app && npm install
- Run the application/tests.
- Run the test generator via
npm start
- Run the angular application from within its directory via
npm run ng
- Readme update for webapp
- explain app
- describe files in this app and webapp