diff options
author | jegadeeshbabu3 <jegadeesh.babu@att.com> | 2020-02-28 17:42:20 +0530 |
---|---|---|
committer | Jegadeesh Babu <jegadeesh.babu@att.com> | 2020-02-28 15:35:27 +0000 |
commit | 4c6f6a443cb2e6effa995e77d56689c1c2dab4ad (patch) | |
tree | 7a961f7c4e2c7de9cea8f2acff473c9f4b11182e /portal-FE-os/package.json | |
parent | a03dfa273ef6e196bf65acc54b9357d35eb0ed5e (diff) |
Fixed the test cases,added sonar config
Fixed test cases and added sonar config details
Issue-ID: PORTAL-837
Change-Id: Ie4aa104871cfbbd6c6e36500f5ef2e250bafb575
Signed-off-by: jz385p <jegadeesh.babu@att.com>
Diffstat (limited to 'portal-FE-os/package.json')
-rw-r--r-- | portal-FE-os/package.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/portal-FE-os/package.json b/portal-FE-os/package.json index 265cab72..77cef690 100644 --- a/portal-FE-os/package.json +++ b/portal-FE-os/package.json @@ -5,9 +5,10 @@ "ng": "ng", "start": "ng serve --host www.portal.onap.org --port 8989 --open", "build": "ng build --prod --aot=false --build-optimizer=false", - "test": "ng test", + "test": "ng test --watch=false --code-coverage --browsers=ChromeHeadless", "lint": "ng lint", - "e2e": "ng e2e" + "e2e": "ng e2e", + "sonar": "sonar-scanner" }, "private": true, "dependencies": { @@ -65,6 +66,7 @@ "karma-jasmine": "~1.1.2", "karma-jasmine-html-reporter": "^0.2.2", "protractor": "~5.4.0", + "sonar-scanner": "^3.1.0", "ts-node": "~7.0.0", "tslint": "~5.11.0", "typescript": "~3.1.6" |