Zarkonnen / se-interpreter

Interpreter for Selenium Builder JSON scripts based on node.js and wd.
34 stars 31 forks source link

Allow relative paths for --listener and --executorFactory option #11

Closed davidlinse closed 10 years ago

davidlinse commented 10 years ago

Make use of node's path module to resolve the given path for --listener and --executorFactory option before the attempt to require them as modules. This should fix Zarkonnen/se-interpreter#10.

Maybe you want to have a look.

This request also includes a few fixes for some jshint issues (in a separate commit), namely

regards ~david

davidlinse commented 10 years ago

I've noticed the failing of the jenkins-ci job but this seems to be an credentials issue

Zarkonnen commented 10 years ago

The travis CI you mean? Travis is just flaky.

Zarkonnen commented 10 years ago

Thanks! :)