Skip to content

Instantly share code, notes, and snippets.

@zachlendon
Created March 29, 2012 04:23
Show Gist options
  • Select an option

  • Save zachlendon/2233264 to your computer and use it in GitHub Desktop.

Select an option

Save zachlendon/2233264 to your computer and use it in GitHub Desktop.
driver = { new FirefoxDriver() }
environments {
// when system property 'geb.env' is set to 'win-ie' use a remote IE driver
'win-ie' {
driver = {
new RemoteWebDriver(new URL("http://windows.ci-server.local"), DesiredCapabilities.internetExplorer())
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment