73 links for Testing
-
Making my Ember test suite 3x faster. A story about Mirage
Article by Michael Lange on 22nd April 2019
-
Story-based BDD - an alternative approach to testing with Ember
In this blog post I want to introduce you to an alternative way to test your Ember application: story-based BDD. BDD stand for Behaviour Driven Development. It combines the ideas of TDD (Test Driven Development) with DDD (Domain Driven Design).
Article by Simon Ihmig on 15th August 2018
-
Simple Page Objects for Testing Ember.JS Apps
Testing Ember.JS apps is getting better and better with every new release. The introduction of the new @ember/test-helpers and native async/await functionality makes testing a breeze.
Article by Mirko Akov on 28th June 2018
-
The Next Generation of Testing by Tobias Bieniek
The "Grand Testing Unification" is finally here! In this talk you learn how to use the new QUnit testing APIs and we discuss why they were changed and what steps you need to take to migrate your existing tests to the new APIs. Finally we will look at the Ember ecosystem and introduce addons that can make your tests better than ever before.
Video by Tobias Bieniek on 13th March 2018, in EmberConf 2018
-
Testing Ember Addons in a Real App Using ember-cli-addon-tests
Article by Robert Wagner on 13th February 2018
-
Test-Driven Ember Book
A free book on how to do the TDD in real-world Ember apps and how to do it right.
Book by Karol Galanciak on 30th October 2017
-
Testing with async/await
Watch Sam convert EmberMap's test suite to use async/await
Video by Sam Selikoff on 14th July 2017, in EmberMap