-
Notifications
You must be signed in to change notification settings - Fork 39
Difference between this and grunt-mocha-webdriver? #21
Comments
It basically depends on which nodeJS webdriver client you prefer. This lib based on WebdriverJS (queued based syntax). grunt-mocha-webdriver however based on WD (promise based syntax). So it is up to you. :-P |
Alright. So both libraries are very similar? The biggest difference lies in the syntax then? And was that the reason why you made grunt-webdriver because you do not fancy promises? Or are there other (hidden) reasons? |
Yeah the main difference is the syntax. I wrote a brief summary about it. Additionally I maintain the WebdriverJS project and like to test my code with this library. |
Very interesting. Another difference is that https://github.com/jmreidy/grunt-mocha-webdriver is committed less often which can be interpreted as "less often maintained". Also, when I post a question on https://github.com/jmreidy/grunt-mocha-webdriver answers come very late. I cannot afford this for my current project. So, because of all these reasons I am going to give grunt-webdriver a try then :) |
Nice, excited to work with you! |
Just wondering which one I should pick. This one or https://github.com/jmreidy/grunt-mocha-webdriver?
Sell yourself :)
The text was updated successfully, but these errors were encountered: