Add Gemini configuration for desktop and mobile on phantoms

This commit is contained in:
Brett Sun 2016-01-20 21:18:24 +01:00
parent 95bbe410de
commit bd53151964
1 changed files with 14 additions and 0 deletions

14
.gemini.yml Normal file
View File

@ -0,0 +1,14 @@
rootUrl: https://www.ascribe.ninja/app
browsers:
PhantomJSDesktop:
screenshotsDir: './gemini/screens/desktop'
windowSize: 1900x1080
desiredCapabilities:
browserName: phantomjs
PhantomJSMobile:
screenshotsDir: './gemini/screens/mobile'
windowSize: 767x1364
desiredCapabilities:
browserName: phantomjs