Skip to content

ember-links/testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

#Resources for Writing Tests in Ember.JS

##Screencasts

##Slideshows

##Blog Posts

http://alisdair.mcdiarmid.org/2015/06/20/ember-component-integration-tests.html http://matteodepalo.github.io/blog/2014/01/03/ember-integration-testing-with-konacha/ http://emberup.co/integration-tests-for-components/

##Forum Posts

##Libraries

##Forthcoming Features

Keep an eye on these for newer techniques when wrtiting tests

###Using new wait format for async testing

##Github repos with good testing examples

https://github.com/alphasights/ember-calendar/blob/develop/tests/unit/components/as-calendar-test.js

Updating to new component integration tests from unit https://github.com/rwjblue/dashboard.aptible.com/commit/43995b61ff9ceea3b937ebd69de03637584f25e4?diff=split

##Forthcoming Features

Keep an eye on these for newer techniques when wrtiting tests

###Using new wait format for async testing

###New testing syntax RFC by rwjblue

##Tips

###Using Pretender with Ember Mirage

Under the hood Ember Mirage uses Pretender so you can access it directly using something like,

server.pretender.post('route', function(req) { assert.ok(SOMETHING)} )

About

Trying to put together a useful list of good Ember Testing resources

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published