xolvio / meteor-rtd-example-project

A template project to use for creating a meteor app with unit and webdriver testing
91 stars 27 forks source link

Fix Issue #7 - Missing install instructions #8

Closed alanning closed 11 years ago

alanning commented 11 years ago

End-to-end tests won't run out of the box without ChromeDriver and jasmine-node.

xolvio commented 11 years ago

Thanks Adrian, funnily enough I've just came to the same conclusion. I had chromedriver in the same directory as selenium-server and was not aware that's why it worked.

In any case, if you look here: https://github.com/xolvio/rtd - this is git submodule you can add. This version downloads selenium if it doesn't exist. I'll make it also do chrome.

Thanks for the correction, I'll iterate once this project uses the submodule also.