mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
pin chrome driver version
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@
|
|||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
"server-versions": "rimraf ./src/versions.json && npm list --depth=0 --json=true --prod=true > ./src/versions.json || exit 0",
|
"server-versions": "rimraf ./src/versions.json && npm list --depth=0 --json=true --prod=true > ./src/versions.json || exit 0",
|
||||||
"_e2e": "ng e2e",
|
"_e2e": "ng e2e",
|
||||||
"wd:update": "webdriver-manager update --gecko=false",
|
"wd:update": "webdriver-manager update --gecko=false --versions.chrome=2.38",
|
||||||
"e2e": "npm run wd:update && protractor protractor.conf.js",
|
"e2e": "npm run wd:update && protractor protractor.conf.js",
|
||||||
"start:docker": "docker-compose up -d --build && wait-on http://localhost:8080 && wait-on http://localhost:3000",
|
"start:docker": "docker-compose up -d --build && wait-on http://localhost:8080 && wait-on http://localhost:3000",
|
||||||
"stop:docker": "docker-compose stop",
|
"stop:docker": "docker-compose stop",
|
||||||
|
|||||||
Reference in New Issue
Block a user