upgrade to Angular 7 (#758)

* angular 7 upgrade

* try to fix e2e failures

* reduce wait for snackbar

* wait presenceOf instead of visibilityOf

* angular 7 upgrade

* try to fix e2e failures

* reduce wait for snackbar

* wait presenceOf instead of visibilityOf

* one more try to fix e2e snackbar issues

* yet another try

* only wait in some tests

* diable animations, extra e2e app configuration

* update tomcat e2e script

* fix prod build memory use

* use another type of wait

* disable check

to be investigated separately
This commit is contained in:
Denys Vuika
2018-10-31 17:53:36 +02:00
committed by Cilibiu Bogdan
parent 408bacd483
commit 3a8dbcd7a4
16 changed files with 3034 additions and 1898 deletions
+20
View File
@@ -85,6 +85,23 @@
"with": "src/environments/environment.prod.ts"
}
]
},
"e2e": {
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.e2e.ts"
}
]
}
}
},
@@ -99,6 +116,9 @@
"configurations": {
"production": {
"browserTarget": "app:build:production"
},
"e2e": {
"browserTarget": "app:build:e2e"
}
}
},