Refactor e2e PS-CLOUD (#5224)

* refactor cloud test

* fix lint

* fix ecm test

* Update login-sso.page.ts

* fix redirect
This commit is contained in:
Eugenio Romano
2019-11-08 15:57:19 +02:00
committed by GitHub
parent b704df020d
commit 2138ce600e
30 changed files with 61 additions and 184 deletions

View File

@@ -5,6 +5,8 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR/../../../
CONTEXT_ENV="process-services-cloud"
export PROVIDERS="BPMN"
export AUTH_TYPE="OAUTH"
./scripts/git-util/check-branch-updated.sh -b $TRAVIS_BRANCH || exit 1;