Skip to content

Commit

Permalink
Fix visual tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samiheikki committed Nov 19, 2018
1 parent 0bc377a commit 27870b0
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
16 changes: 16 additions & 0 deletions .gemini-ff.yml
@@ -0,0 +1,16 @@
rootUrl: http://localhost:8080/components/vaadin-overlay/test/visual/
gridUrl: http://localhost:4444/wd/hub
screenshotsDir: ./test/visual/screens

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

browsers:
firefox:
desiredCapabilities:
browserName: "firefox"
version: "47.0"
platform: "Windows 10"
6 changes: 0 additions & 6 deletions .gemini.yml
Expand Up @@ -14,9 +14,3 @@ browsers:
browserName: "chrome"
version: "67.0"
platform: "Windows 10"

firefox:
desiredCapabilities:
browserName: "firefox"
version: "47.0"
platform: "Windows 10"
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -40,7 +40,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 && gemini test test/visual -c .gemini-ff.yml;
else
wct --env saucelabs:$TEST_SUITE;
fi;
Expand Down
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 27870b0

Please sign in to comment.