changes to successfully run fe untitests and publish results to sonarcloud
parent
70261d03
No related branches found
No related tags found
... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
"ng": "ng", | "ng": "ng", | ||
"start": "ng serve", | "start": "ng serve", | ||
"build": "ng build --prod --base-href /spfe/ --output-path ./dist --no-progress", | "build": "ng build --prod --base-href /spfe/ --output-path ./dist --no-progress", | ||
"test": "ng test --browsers=ChromeHeadless --watch=false --code-coverage", | "test": "ng test --browsers=HeadlessChrome --watch=false --code-coverage", | ||
"build:QA": "ng build --prod --configuration qa --base-href /spfe/ --output-path ./dist --no-progress", | "build:QA": "ng build --prod --configuration qa --base-href /spfe/ --output-path ./dist --no-progress", | ||
"testAndBuild": "npm run test && npm run build", | "testAndBuild": "npm run test && npm run build", | ||
"testAndBuild:QA": "npm run test && npm run build:QA", | "testAndBuild:QA": "npm run test && npm run build:QA", | ||
... | @@ -32,6 +32,7 @@ | ... | @@ -32,6 +32,7 @@ |
"core-js": "2.5.4", | "core-js": "2.5.4", | ||
"file-saver": "^2.0.0", | "file-saver": "^2.0.0", | ||
"font-awesome": "4.7.0", | "font-awesome": "4.7.0", | ||
"node-sass": "4.5.3", | |||
"primeicons": "1.0.0-beta.9", | "primeicons": "1.0.0-beta.9", | ||
"primeng": "6.1.3", | "primeng": "6.1.3", | ||
"rxjs": "6.2.2", | "rxjs": "6.2.2", | ||
... | @@ -56,6 +57,7 @@ | ... | @@ -56,6 +57,7 @@ |
"karma-jasmine": "1.1.1", | "karma-jasmine": "1.1.1", | ||
"karma-jasmine-html-reporter": "1.2.0", | "karma-jasmine-html-reporter": "1.2.0", | ||
"protractor": "5.3.0", | "protractor": "5.3.0", | ||
"puppeteer": "0.13.0", | |||
"ts-node": "7.0.0", | "ts-node": "7.0.0", | ||
"tslint": "5.10.0" | "tslint": "5.10.0" | ||
} | } | ||
... | ... |
Please register or sign in to comment