Jquery Plugin: Testing with (SauceLabs, Qunit, Travis-CI)
After looking around I found a project that worked great on desktop but not on so much mobile I figured I would fork it and figure out how I could improve. Build on Travis: https://travis-ci.org/fassetar/jquery-maskmoney Build on Sauce Labs: https://saucelabs.com/u/fassetar2 Since don’t need to write the tests I simply want to run the tests on multiple devices so I can see them fail on mobile. Using the jquery-boiler as an example for creating the setup, I ran into multiple issues which I was able to correct as some heavy reading. Docs: https://docs.saucelabs.com/tutorials/js-unit-testing/ http://stackoverflow.com/questions/24391462/what-are-the-differences-between-mocha-chai-karma-jasmine-should-js-etc-te http://docs.travis-ci.com/user/sauce-connect/ https://github.com/samccone/travis-sauce-connect https://github.com/axemclion/grunt-saucelabs http://programmerbuddy.blogspot.com/2014/03/full-automation-of-protractor-e2e-tests.html http://sauce...