mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ADF-3755] Add e2e test for app list (#3987)
* add e2e test for app list * add --host_sso "$E2E_HOST_SSO" to travis.yml -> STAGE=process-services-cloud * update travis.yml file * update review * fix import
This commit is contained in:
committed by
Eugenio Romano
parent
a5bf0d27e4
commit
a39e44e4a9
+1
-1
@@ -154,7 +154,7 @@ jobs:
|
||||
AFFECTED_LIBS="$(./scripts/affected-libs.sh -b $TRAVIS_BRANCH)";
|
||||
if [[ $AFFECTED_LIBS =~ "process-services-cloud$" || $AFFECTED_E2E = "e2e" ]];
|
||||
then
|
||||
(./scripts/test-e2e-lib.sh -host localhost:4200 -proxy "$E2E_HOST" -u "$E2E_USERNAME" -p "$E2E_PASSWORD" -e $E2E_EMAIL -b -save --folder process-services-cloud --skip-lint --use-dist --timeout 7000 || exit 1;);
|
||||
(./scripts/test-e2e-lib.sh -host localhost:4200 --host_sso "$E2E_HOST_SSO" -proxy "$E2E_HOST" -u "$E2E_USERNAME" -p "$E2E_PASSWORD" -e $E2E_EMAIL -b -save --folder process-services-cloud --skip-lint --use-dist --timeout 7000 || exit 1;);
|
||||
fi
|
||||
- stage: e2e Test # Test insights
|
||||
name: insights
|
||||
|
||||
Reference in New Issue
Block a user