Testing Backbone.js Best Practices
blog.involver.com
Testing Backbone.js Best Practices
1–9 of 9 posts
Re: Testing Backbone.js Best Practices
#2Re: Testing Backbone.js Best Practices
#3We use QUnit, with sinon.js for stubs and fake server at my company. We didn't want to use BDD.
Re: Testing Backbone.js Best Practices
#4In terms of testing, Jasmine and QUnit both seem to have reasonable APIs, and I'd be totally happy to use either. I'm sure there are other reasonable options, too.
But how are people checking all of the client-side browsers? Are people using Sauce Labs? Testling? Custom internal Selenium setups? Just loading up each browser in a VM locally and manually?
Re: Testing Backbone.js Best Practices
#5Re: Testing Backbone.js Best Practices
#6setting -webkit-text-size-adjust: none is definitely not a best practice, makes it too hard to read your blog.
The font size is not a design decision. It should always be the READER's CHOICE.
Re: Testing Backbone.js Best Practices
#7We use QUnit, with sinon.js for stubs and fake server at my company. We didn't want to use BDD.
Re: Testing Backbone.js Best Practices
#8How do people actually test multiple client-side browsers? In terms of testing, Jasmine and QUnit both seem to have reasonable APIs, and I'd be totally happy to use either. I'm sure there are other reasonable options, too. But how are people checking all of the client-side browsers? Are people using Sauce Labs? Testling? Custom internal Selenium setups? Just loading up each browser in a VM locally and manually?
Re: Testing Backbone.js Best Practices
#9We use QUnit, with sinon.js for stubs and fake server at my company. We didn't want to use BDD.
Why did you specifically not want to use BDD?