Skip to content

Commit

Permalink
Align with skeleton: Run visual tests against Chrome and Firefox only
Browse files Browse the repository at this point in the history
  • Loading branch information
manolo committed Jun 29, 2018
1 parent ac2ba89 commit c200dcc
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 57 deletions.
17 changes: 0 additions & 17 deletions .gemini-chrome.yml

This file was deleted.

45 changes: 6 additions & 39 deletions .gemini.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
rootUrl: http://localhost:8080/components/vaadin-date-picker/test/visual/
gridUrl: http://localhost:4444/wd/hub
screenshotsDir: ./test/visual/screens
windowSize: 1024x768

system:
plugins:
Expand All @@ -10,46 +9,14 @@ system:
sauce: true

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

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

edge:
firefox:
desiredCapabilities:
browserName: "microsoftedge"
version: "15"
browserName: "firefox"
version: "47.0"
platform: "Windows 10"

# android:
# desiredCapabilities:
# browserName: "chrome"
# platform: "Android"
#
# The following setups don't currently work due to Selenium SafariDriver issue
# https://github.com/vaadin/vaadin-element-skeleton/issues/19
#
# safari:
# desiredCapabilities:
# browserName: "safari"
# version: "10.0"
# platform: "OS X 10.11"
#
# iphone:
# desiredCapabilities:
# browserName: "iphone"
# version: "9.2"
# platform: "OS X 10.11"
#
# ipad:
# desiredCapabilities:
# browserName: "ipad"
# version: "9.2"
# platform: "OS X 10.11"
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ script:
if [[ "$TRAVIS_EVENT_TYPE" != "pull_request" && "$TRAVIS_BRANCH" != quick/* ]]; then
if [[ "$TEST_SUITE" = "visual_tests" ]]; then
npm i -q --no-save gemini@^4.0.0 gemini-sauce gemini-polyserve &&
gemini test test/visual && gemini test test/visual -c .gemini-chrome.yml;
gemini test test/visual;
else
wct --env saucelabs;
fi;
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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-date-picker/dropdown/default/chrome.png
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-date-picker/dropdown/default/firefox.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 c200dcc

Please sign in to comment.