mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Update webdriver-manager (#4530)
This commit is contained in:
parent
75295fdb84
commit
3305819da4
@ -171,11 +171,13 @@ if [[ $EXECLINT == "true" ]]; then
|
||||
npm run lint-e2e || exit 1
|
||||
fi
|
||||
|
||||
echo "====== Update webdriver-manager ====="
|
||||
./node_modules/protractor/bin/webdriver-manager update --gecko=false
|
||||
|
||||
if [[ $DEVELOPMENT == "true" ]]; then
|
||||
echo "====== Run against local development ====="
|
||||
npm run e2e-lib || exit 1
|
||||
else
|
||||
webdriver-manager update --gecko=false --versions.chrome=2.38
|
||||
if [[ $LITESERVER == "true" ]]; then
|
||||
echo "====== Run dist in lite-server ====="
|
||||
ls demo-shell/dist
|
||||
|
Loading…
x
Reference in New Issue
Block a user