https://github.com/deepurai/angular_testing
Unit and Integration testing in Angular
https://github.com/deepurai/angular_testing
angular-integration-testing angular-testing angular-unit-testing
Last synced: 8 months ago
JSON representation
Unit and Integration testing in Angular
- Host: GitHub
- URL: https://github.com/deepurai/angular_testing
- Owner: deepuRai
- Created: 2019-06-05T16:55:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-05T16:57:09.000Z (over 6 years ago)
- Last Synced: 2025-01-25T07:41:42.778Z (9 months ago)
- Topics: angular-integration-testing, angular-testing, angular-unit-testing
- Size: 460 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular_Testing
Unit and Integration testing in Angular
#Step 1:- Download the above source code.There are two folder one is for Unit testing and other one is for integration testing
#Step 2:- Install all required npm packages by running npm install from the command line in the respective project root folder (where the package.json is located).
#Step 3:- Start the application by running ng test from the command line in the project root folder.