karma-runner / karma-webdriver-launcher

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

Update index.js #8

Closed emanuil closed 10 years ago

emanuil commented 10 years ago

Small change to make the launcher work with the latest Karma and webdriver

aparkinson commented 10 years ago

@emanuil Thanks for the patch!

Reviewing the documentation and testing shows the real issue/solution is how @charliedowler described. Our readme was incorrect/outdated by using url in the config object. The readme has been updated to show the correct configuration.