Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
HARP-8969: Update Docker Chrome version #80 for IBCT (#1308)
Browse files Browse the repository at this point in the history
Signed-off-by: Dmytro Rudakov <ext-dmytro.rudakov@here.com>
  • Loading branch information
DimitryRd committed Feb 20, 2020
1 parent e46222f commit 0119d84
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions scripts/rendering-tests-reference-platform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
#
# Run harp.gl rendering tests (see [../test/README.md]) on reference platform i.e
#
# Headless Chrome 78 on Linux with GPU disabled
# Headless Chrome 80 on Linux with GPU disabled
#

#
# Docker image with chrome
#
# See https://github.com/SeleniumHQ/docker-selenium/releases.
#
# xenon stands for chrome 78
REFERENCE_IMAGE=selenium/standalone-chrome:3.141.59-xenon
# zirconium stands for chrome 80
REFERENCE_IMAGE=selenium/standalone-chrome:3.141.59-zirconium

yarn build-tests

Expand Down
12 changes: 6 additions & 6 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ Entrypoint test = test.bundle.js
Entrypoint performance-test = performance-test.bundle.js
Entrypoint rendering-test = rendering-test.bundle.js
with-http-server: Serving /home/user/dev/coresdk/dist/test at http://localhost:7777
with-http-server: Running ./scripts/with-docker-selenium.sh --image selenium/standalone-chrome:3.141.59-xenon \
with-http-server: Running ./scripts/with-docker-selenium.sh --image selenium/standalone-chrome:3.141.59-zirconium \
mocha-webdriver-runner -C browserName=chrome -C goog:chromeOptions.args=["--headless", "--disable-gpu=true", "--no-sandbox", "--disable-dev-shm-usage", "--window-size=1280,800"] http://localhost:7777/rendering.html
./scripts/with-docker-selenium.sh: docker run --rm -d --network=host selenium/standalone-chrome:3.141.59-xenon &
Unable to find image 'selenium/standalone-chrome:3.141.59-xenon' locally
3.141.59-xenon: Pulling from selenium/standalone-chrome
./scripts/with-docker-selenium.sh: docker run --rm -d --network=host selenium/standalone-chrome:3.141.59-zirconium &
Unable to find image 'selenium/standalone-chrome:3.141.59-zirconium' locally
3.141.59-zirconium: Pulling from selenium/standalone-chrome
5b7339215d1d: Pulling fs layer
14ca88e9f672: Pulling fs layer
.....
bb019cc37fdf: Pull complete
Digest: sha256:d0ed6e04a4b87850beb023e3693c453b825b938af48733c1c56fc671cd41fe51
Status: Downloaded newer image for selenium/standalone-chrome:3.141.59-xenon
Status: Downloaded newer image for selenium/standalone-chrome:3.141.59-zirconium
./scripts/with-docker-selenium.sh: # started docker container db31cb2caca09d2d290d40b3ec51772676dfb2b83e02b0c7a359b39b5b0a6368
```

Expand Down Expand Up @@ -86,7 +86,7 @@ yarn approve-reference
```
Next text runs, should use these files as reference.

Note, this is only _local_ approve.
Note, this is only _local_ approve.

## Interactive mode

Expand Down

0 comments on commit 0119d84

Please sign in to comment.