fix: fixate webdriver to match used chrome version

This commit is contained in:
Rainer Killinger
2019-11-19 17:36:31 +01:00
parent 2398acfe37
commit 24dbb42b34
2 changed files with 44 additions and 15 deletions

View File

@@ -14,7 +14,7 @@
"build:prod": "ng build --prod",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'",
"check-configuration": "openstapps-configuration",
"e2e": "ng e2e",
"e2e": "ng e2e --no-webdriver-update",
"docker:build": "sudo docker run -p 8100:8100 -p 35729:35729 -p 53703:53703 -v $PWD:/app -it registry.gitlab.com/openstapps/app bash -c \"npm install && npm run build\"",
"docker:enter": "sudo docker run -p 8100:8100 -p 35729:35729 -p 53703:53703 -v $PWD:/app -it registry.gitlab.com/openstapps/app bash",
"docker:fresh": "sudo docker pull registry.gitlab.com/openstapps/app",
@@ -23,7 +23,7 @@
"lint": "ng lint",
"ng": "ng",
"postversion": "npm run changelog",
"pree2e": "webdriver-manager update --gecko false",
"pree2e": "webdriver-manager update --gecko false --versions.chrome 76.0.3809.126",
"prepublishOnly": "npm ci && npm run build",
"preversion": "npm run prepublishOnly",
"push": "git push && git push origin \"v$npm_package_version\"",