Update test script from parallel to serial run

This commit is contained in:
Lorenz Hilpert
2023-01-31 10:45:57 +01:00
parent 2059e4eba4
commit 90866e2bea

View File

@@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve isa-app --ssl",
"test": "npm-run-all --parallel \"test:* -- --watch=false --browsers=ChromeHeadlessNoSandbox --code-coverage\" --continue-on-error --print-label --max-parallel 2",
"test": "npm-run-all --serial \"test:* -- --watch=false --browsers=ChromeHeadlessNoSandbox --code-coverage\" --continue-on-error --print-label",
"test:isa-app": "ng test isa-app",
"test:adapter-scan": "ng test @adapter/scan",
"test:cdn-product-image": "ng test @cdn/product-image",