The largest library of ember screencasts
View LibraryLatest Videos
194 - Angle Bracket Invocation Style (Angle Bracket Components): more than you wanted to know
Angle Bracket Invocation Style (aka Angle Bracket Components) are finally here!
This video uses seven different examples to explore how using Angle Brackets is different than the old curly brace style.
193- Testing Part 6- CRUD with Acceptance Tests and Mirage
We test the editing and destroying a monster, and then creating a new one.
Along the way we learn more about Mirage's capabilities, solidify our knowledge of acceptance testing basics, and learn a new test helper.
192- Testing Part 5- Second and Third Acceptance Tests
Last episode we broke down the basics of acceptance testing and created our first acceptance test.
In this episode we pick up speed and test a couple more aspects of our monster index. You'll learn how to interact with the page, how to pull text from the page, and more.
191- Testing Part 4- Our first Acceptance Test
Our first acceptance test!
Along the way we learn the basics of several synchronous and asynchronous helpers (visit, find, currentURL, andThen), the equality assertion, and how to set up the testing environment.
190- Testing Part 3- Test Runners
There are 3 different ways to run your tests- see them all in action, and see why we settle on ember test --server
.