added local and ci configuration to e2e
This commit is contained in:
parent
478429b3c9
commit
4d34e5c0f2
1 changed files with 11 additions and 1 deletions
12
angular.json
12
angular.json
|
@ -154,6 +154,16 @@
|
|||
"options": {
|
||||
"protractorConfig": "./protractor.conf.js",
|
||||
"devServerTarget": "coreui-angular:serve"
|
||||
},
|
||||
"configurations": {
|
||||
"local": {
|
||||
"devServerTarget": "coreui-angular:serve:local"
|
||||
}
|
||||
},
|
||||
"configurations": {
|
||||
"ci": {
|
||||
"devServerTarget": "coreui-angular:serve:ci"
|
||||
}
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
|
@ -178,4 +188,4 @@
|
|||
"prefix": "app"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue