disabled sandboxing for headless chrome when performing unit tests via docker
{ | { | ||
"name": "mc_frontend", | "name": "mc_frontend", | ||
"version": "1.6.1", | "version": "1.6.2", | ||
"author": "Ionic Framework", | "author": "Ionic Framework", | ||
"homepage": "https://ionicframework.com/", | "homepage": "https://ionicframework.com/", | ||
"scripts": { | "scripts": { | ||
"ng": "ng", | "ng": "ng", | ||
"start": "ng serve --port 8100", | "start": "ng serve --port 8100", | ||
"build": "ng build", | "build": "ng build", | ||
"test": "ng test --code-coverage --watch=false --browsers=ChromeHeadless", | "test": "ng test --code-coverage --watch=false", | ||
"test-debug": "ng test --watch=true --browsers=Chrome", | "test-debug": "ng test --watch=true --browsers=Chrome", | ||
"lint": "ng lint", | "lint": "ng lint", | ||
"e2e": "ng e2e" | "e2e": "ng e2e" | ||
... | ... |
Please register or sign in to comment