Skip to content

Commit

Permalink
Update browser list for visual tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samiheikki committed May 30, 2018
1 parent a26e763 commit 3a6df0a
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 32 deletions.
17 changes: 17 additions & 0 deletions .gemini-chrome.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
rootUrl: http://localhost:8080/components/vaadin-icons/test/visual/
gridUrl: http://localhost:4444/wd/hub
screenshotsDir: ./test/visual/screens
compositeImage: true

system:
plugins:
polyserve:
port: 8080
sauce: true

browsers:
chrome:
desiredCapabilities:
browserName: "chrome"
version: "61.0"
platform: "Windows 10"
17 changes: 0 additions & 17 deletions .gemini-ie.yml

This file was deleted.

29 changes: 16 additions & 13 deletions .gemini.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rootUrl: http://127.0.0.1:8080/components/vaadin-icons/test/visual/
gridUrl: http://127.0.0.1:4444/wd/hub
rootUrl: http://localhost:8080/components/vaadin-icons/test/visual/
gridUrl: http://localhost:4444/wd/hub
screenshotsDir: ./test/visual/screens
compositeImage: true

Expand All @@ -10,28 +10,31 @@ system:
sauce: true

browsers:
chrome:
desiredCapabilities:
browserName: "chrome"
version: "55.0"
platform: "Windows 10"

firefox:
desiredCapabilities:
browserName: "firefox"
version: "47.0"
platform: "Windows 10"

ie:
desiredCapabilities:
browserName: "internet explorer"
version: "11.0"
platform: "Windows 10"

edge:
desiredCapabilities:
browserName: "microsoftedge"
version: "14"
version: "15"
platform: "Windows 10"

android:
desiredCapabilities:
browserName: "chrome"
platform: "Android"

# The following setups don't currently work due to Selenium SafariDriver issue
# https://github.com/seleniumhq/selenium-google-code-issue-archive/issues/4136
#
# TODO @limonte revisit
# https://github.com/vaadin/vaadin-element-skeleton/issues/19
#
# safari:
# desiredCapabilities:
Expand All @@ -49,4 +52,4 @@ browsers:
# desiredCapabilities:
# browserName: "ipad"
# version: "9.2"
# platform: "OS X 10.11"
# platform: "OS X 10.11"
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ install:

script:
- if [[ "$TRAVIS_EVENT_TYPE" != "pull_request" && "$TRAVIS_BRANCH" != quick/* ]]; then
npm i --no-save gemini@^4.0.0 gemini-sauce gemini-polyserve;
gemini test test/visual;
npm i --no-save gemini@^4.0.0 gemini-sauce gemini-polyserve &&
gemini test test/visual && gemini test test/visual -c .gemini-chrome.yml;
fi
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/visual/screens/vaadin-icons/default/default/chrome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3a6df0a

Please sign in to comment.