karma-runner / karma-webdriver-launcher

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

Standardize configuration with the Sauce Launcher #1

Closed aparkinson closed 11 years ago

aparkinson commented 11 years ago

This launcher should be interchangeable with the Sauce launcher. Refactored how users specify the Web Browser to match the syntax of he Sauce launcher.

Users don't now have to specify the location and port of the Selenium Grid 2, a sensible default will be used.

aparkinson commented 11 years ago

@jbastow Do you have any thoughts on the config syntax change?

jbastow commented 11 years ago

Looks good to me!