Skip to content

Instantly share code, notes, and snippets.

@alnutile
Created January 6, 2014 12:39
Show Gist options
  • Save alnutile/8282345 to your computer and use it in GitHub Desktop.
Save alnutile/8282345 to your computer and use it in GitHub Desktop.
Screen Resolution
default:
paths: { features: features, bootstrap: /Users/test/Drupal/behattest/site/sites/all/modules/custom/behat_editor/behat/features/bootstrap/FeatureContext.php }
extensions: { Behat\MinkExtension\Extension: { default_session: selenium2, goutte: null, selenium2: null, base_url: 'http://www.tikosyn.com', browser_name: safari, javascript_session: selenium2 }, Drupal\DrupalExtension\Extension: { blackbox: null, api_driver: drush, drush: { alias: digitalocean.behateditorp_production }, subcontexts: { paths: [/Users/test/Drupal/behatpfizer/site/sites/all/modules/] } } }
saucelabs:
context: { class: FeatureContext }
extensions: { Behat\MinkExtension\Extension: { default_session: selenium2, selenium2: { browser: 'internet explorer', wd_host: 'alfrednutile2:[email protected]/wd/hub', capabilities: { platform: 'Windows 2012 R2', browser: 'internet explorer', version: '11', name: 'Behat Tests Module:behat_tests Filename: test.feature', screen-resolution: 1440x900 } } } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment