Use the e2e lite-serve (#1390)

* Enable liteserve Fix ecmHost Enable browser open

* Be able to pass a different admin credentials

* use the e2e liteserve

* sync package-lock

* Update webdriver

* Replace the app.conf values before running e2e. Be able to run e2e on external env

* Remove dist mystake

* Remove the baseUrl from the contains

* Use the docker image

* stop postgresql before install

* Try the new strategy

* regenerate the package lock

* Wait for the content to go up

* Change travis with start.sh

* do not override the baseUrl

* Create a different docker compose for e2e

Co-authored-by: Adina Parpalita <adina.parpalita@ness.com>
This commit is contained in:
Maurizio Vitale
2020-04-02 09:21:44 +01:00
committed by GitHub
parent cb26102a99
commit b240909868
16 changed files with 947 additions and 559 deletions

View File

@@ -29,10 +29,6 @@ http {
proxy_pass http://alfresco:8080;
}
location /content-app/ {
proxy_pass http://content-app:8080/;
}
location /alfresco/ {
proxy_pass http://alfresco:8080;
}
@@ -40,9 +36,5 @@ http {
location /api-explorer/ {
proxy_pass http://alfresco:8080/api-explorer/;
}
location /share/ {
proxy_pass http://share:8080;
}
}
}