mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
Add Gemini configuration for desktop and mobile on phantoms
This commit is contained in:
parent
b8d6a79402
commit
37f5432e75
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