Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 630 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 630 Bytes

NgTestGenerator

Angular unit test generator for component render tests.

Setup

  1. Clone this repository with git clone https://github.com/nishant/NgTestGenerator.git

  2. Install dependencies.

  • Install test generator dependencies with npm install
  • Install angular application dependencies with cd sample-web-app && npm install
  1. Run the application/tests.
  • Run the test generator via npm start
  • Run the angular application from within its directory via npm run ng






TODO: Things to add

  • Readme update for webapp
  • explain app
  • describe files in this app and webapp