slcfwd / topics

Topics to discuss in upcoming meetups.
0 stars 0 forks source link

Compare Javascript Testing Frameworks #35

Open jehoshua02 opened 9 years ago

jehoshua02 commented 9 years ago

Seems like Mocha is really popular but why? But don't we want to test our javascript in real browsers? What testing frameworks can we use to do that?

walthaas commented 9 years ago

I wrote functional tests of my JS code using selenium-webdriver, the Chrome browser and Mocha. You can clone it from my github: https://github.com/walthaas/snow_profile