karma-runner / karma-webdriver-launcher

A plugin for Karma. Launch any browser with WebDriver.
MIT License
66 stars 40 forks source link

Added ability to define additional capabilities when initializing WebDriver connection #17

Closed mtscout6 closed 10 years ago

mtscout6 commented 10 years ago

I needed the ability to add additional capabilities to the WebDriver session I'm initiating. This pull request will allow for any number of variations to be included. In particular my use case required me to pass along the options:

chromeOptions: {
  args: ['--no-sandbox']
}
mtscout6 commented 10 years ago

Looks like PR #11 Is another alternative to this solution.

mtscout6 commented 10 years ago

Closing in favor of #11