mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
Add Gemini configuration for desktop and mobile on phantoms
This commit is contained in:
parent
95bbe410de
commit
bd53151964
14
.gemini.yml
Normal file
14
.gemini.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user