A walkthrough of starting on tests for your JavaScript using http://npmjs.org/tape. Then running those same tests in a browser using https://www.npmjs.com/package/zuul. Then finishing up with automating your tests as you push code using travis-ci and sauce labs.
Code example from this video: https://github.com/shama/letswritecode/tree/master/testing-client-server-javascript
Original source
10 responses to “Testing Client/Server JavaScript”
I tried using tape and tap, but I get "stdout is not a tty" warning. win7 gitbash….
When I use Grunt in npm page, I notice that an avatar with description like "shama published 9 months ago", I could not believe my eyes, oh, my god, LOL, "Kyle Robinson, yeah, he is my idol", this video is also simple and efficient. Awesome, thanks!
a user Gorka Muñoz is publishing this video as his own.
Thank you very much. It helped me tremendously
Thanks a lot, learning everyday something about TDD and CI is awesome.
Clear and easy to follow. Really appreciated that. Great job man.
Thank you – really helpfull video.
The only thing missing is a note about organizing the the Tape test. Do you put everything in one file? or is there some recommende way of structuring the various test. ?
Kyle, delpoy using the Sublime is comfortable like in the Webstorm?
I really love this kind of video. There are a lot of videos that teach you how to code (and yours are beautiful), but this is rare and precious. Thank you!
Hey thanks kyle
You showed me a million dollar trick!! 🙂
Waiting for more….