mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
15 lines
382 B
YAML
15 lines
382 B
YAML
|
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
|