Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 746e402

Browse files
filipesilvahansl
authored andcommitted
ci: update appveyor chrome and protractor
1 parent 4f6c73e commit 746e402

File tree

4 files changed

+23
-20
lines changed

4 files changed

+23
-20
lines changed

.appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ install:
99
- ps: Install-Product node $env:nodejs_version
1010
- npm install -g npm@~5.6.0
1111
- npm install
12-
- npm run webdriver-update
12+
# Appveyor (via chocolatey) cannot use older versions of Chrome:
13+
# https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/googlechrome
14+
- npm run webdriver-update-appveyor
1315

1416
test_script:
1517
- node --version

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
- checkout: *post_checkout
5151
- restore_cache: *_root_package_lock_key
52-
- run: npm run webdriver-update
52+
- run: npm run webdriver-update-circleci
5353
- run: npm run test-large -- --code-coverage --full
5454

5555
integration:

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"integration:build-optimizer:simple": "cd tests/@angular_devkit/build_optimizer/webpack/simple-app && npm i -q --no-save && npm run e2e && npm run benchmark",
3535
"integration:build-optimizer:aio": "cd tests/@angular_devkit/build_optimizer/webpack/aio-app && npm i -q --no-save && npm run e2e && npm run benchmark",
3636
"prepush": "node ./bin/devkit-admin hooks/pre-push",
37-
"webdriver-update": "webdriver-manager update --standalone false --gecko false --versions.chrome 2.33"
37+
"webdriver-update-appveyor": "webdriver-manager update --standalone false --gecko false --versions.chrome 2.37",
38+
"webdriver-update-circleci": "webdriver-manager update --standalone false --gecko false --versions.chrome 2.33"
3839
},
3940
"repository": {
4041
"type": "git",
@@ -127,7 +128,7 @@
127128
"postcss-import": "^11.1.0",
128129
"postcss-loader": "^2.1.1",
129130
"postcss-url": "^7.3.1",
130-
"protractor": "^5.1.2",
131+
"protractor": "^5.3.1",
131132
"raw-loader": "^0.5.1",
132133
"request": "^2.83.0",
133134
"resolve": "^1.5.0",

0 commit comments

Comments
 (0)