chore: let e2e tests run on different port

This commit is contained in:
Johannes Millan 2020-05-15 18:13:19 +02:00
parent cf0930ec82
commit db73946589

View file

@ -128,7 +128,8 @@
"builder": "@angular-devkit/build-angular:protractor",
"options": {
"protractorConfig": "e2e/protractor.conf.js",
"devServerTarget": "sp2:serve"
"devServerTarget": "sp2:serve",
"port": 4299
},
"configurations": {
"production": {