Testing libraries to cover in Ember.js in Action? at 2013-03-20 04:30:08 -0400
Joachim Haagen Skeie (joachimhs) wrote: What test libraries would you like see covered in the book Ember.js in Action? There is also a topic on the books forum, reply to whichever :)...
View ArticleTesting libraries to cover in Ember.js in Action? at 2013-03-20 04:36:52 -0400
locks wrote: I'm going to suggest http://pivotal.github.com/jasmine/
View ArticleTesting libraries to cover in Ember.js in Action? at 2013-03-20 06:15:29 -0400
Richard Moss (rsmossuk) wrote: There is nothing or very little information on integration testing Ember.js apps. Any chance of using Konacha in the book as i have found this works very well and is...
View ArticleTesting libraries to cover in Ember.js in Action? at 2013-03-20 06:25:08 -0400
Joachim Haagen Skeie (joachimhs) wrote: Konacha seems to require a Rails driven backend application, which would make it somewhat hard to include in the book. Unless I am missing something and it can...
View ArticleTesting libraries to cover in Ember.js in Action? at 2013-03-20 06:30:12 -0400
pksjce wrote: Perhaps you could cover cucumberjs and capybara too.
View ArticleTesting libraries to cover in Ember.js in Action? at 2013-03-20 08:01:02 -0400
mikegrassotti wrote: @joachimhs right Konacha is rails specific. +1 for capybara to run full-stack integration/acceptance tests. That or casper.js.
View ArticleTesting libraries to cover in Ember.js in Action? at 2013-03-20 08:41:08 -0400
Richard Moss (rsmossuk) wrote: @joachimhs it only requires rails as it uses the asset pipeline so can use coffeescript and different files etc.
View ArticleTesting libraries to cover in Ember.js in Action? at 2013-03-20 09:56:49 -0400
Jakub Arnold (darthdeus) wrote: +1 for capybara since it's basically the go-to thing for integration testing for most developers using Rails. As for the unit testing, anything will probably work....
View ArticleTesting libraries to cover in Ember.js in Action? at 2013-03-20 11:04:05 -0400
Peter Wagenet (pwagenet) wrote: The difficulty is that integration testing is very important but there isn't much in the way of integration testing libraries that are not dependent on the backend. The...
View ArticleTesting libraries to cover in Ember.js in Action? at 2013-03-20 11:51:51 -0400
joefiorini wrote: I'm currently using QUnit for integration testing, running on the command line with phantom.js. I get a handle to the app's router, then transition to the state I care about in each...
View ArticleTesting libraries to cover in Ember.js in Action? at 2013-03-20 14:34:11 -0400
AdamFerguson wrote: One vote for jsKarma (formerly known as Testacular).
View ArticleTesting libraries to cover in Ember.js in Action? at 2013-03-20 16:13:27 -0400
Drew Purdy (andrewmp1) wrote: A few of us from the OC Ember meetup group are working on experimenting writing integration tests around the Peepcode Ordr app in a repo here:...
View ArticleTesting libraries to cover in Ember.js in Action? at 2013-03-20 19:23:01 -0400
Joachim Haagen Skeie (joachimhs) wrote: Thank you for your responses! I will look into some of these over easter and I will most likely choose one unit testing framework and one integration testing...
View ArticleTesting libraries to cover in Ember.js in Action? at 2013-03-29 01:16:39 -0400
Guilherme Aiolfi (guilhermeaiolfi) wrote: I would suggest (as @andrewmp1 did) using Testem or Karma as test runners. And chose one of the libraries (jasmine, mocha or qunit). I'm using buster.js. They...
View ArticleTesting libraries to cover in Ember.js in Action? at 2013-04-07 12:37:33 -0400
emk wrote: I've just posted a detailed test example in another thread using Mocha, which works great once you get it set up: Detailed Ember.js testing example w/Mocha, feedback welcome I've just...
View ArticleTesting libraries to cover in Ember.js in Action?
Joachim Haagen Skeie wrote: What test libraries would you like see covered in the book Ember.js in Action? There is also a topic on the books forum, reply to whichever...
View ArticleTesting libraries to cover in Ember.js in Action?
locks wrote: I'm going to suggest http://pivotal.github.com/jasmine/ Read full topic
View ArticleTesting libraries to cover in Ember.js in Action?
Richard Moss wrote: There is nothing or very little information on integration testing Ember.js apps. Any chance of using Konacha in the book as i have found this works very well and is very quick...
View ArticleTesting libraries to cover in Ember.js in Action?
Joachim Haagen Skeie wrote: Konacha seems to require a Rails driven backend application, which would make it somewhat hard to include in the book. Unless I am missing something and it can be used...
View ArticleTesting libraries to cover in Ember.js in Action?
Pavithra K wrote: Perhaps you could cover cucumberjs and capybara too. Read full topic
View Article