Announcing Headless Testling - good coders code, great reuse |
| Posted: 07 Nov 2011 06:22 AM PST We're happy to announce Headless Testling. Headless Testling lets you run your JavaScript tests locally through jsdom and remotely with Testling. We put headless testling on npm so installing it is as easy as: npm install -g testling And now you can run your tests locally! $ testling test.js Or run them on real browsers by specifying $ testling test.js --browsers=iexplore/7.0,iexplore/8.0,firefox/3.5 For example, if your var test = require('testling'); test('json parse', function (t) { t.deepEqual(JSON.parse('[1,2]'), [1,2]); t.end(); }); Then running node/jsdom 1/1 100 % ok But running it with Bundling... done iexplore/7.0 0/1 0 % ok Error: 'JSON' is undefined at [anonymous]() in /test.js : line: 4, column: 5 at [anonymous]() in /test.js : line: 3, column: 29 at test() in /test.js : line: 3, column: 1 > t.deepEqual(JSON.parse('[1,2]'), [1,2]); iexplore/8.0 1/1 100 % ok firefox/3.5 1/1 100 % ok total 2/3 66 % ok You can follow the development of headless testling at testling's github repo. Follow the founders of Browserling on GitHub, Twitter, Plurk, Google+ and Facebook!
And subscribe to my blog for Browserling announcements and all kinds of other awesome blog posts! |
| You are subscribed to email updates from good coders code, great reuse To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
| Google Inc., 20 West Kinzie, Chicago IL USA 60610 | |
No comments:
Post a Comment
Keep a civil tongue.