February 2019
Beginner
694 pages
18h 4m
English
This concludes our section on Aurelia unit and integration testing. We have seen that Aurelia provides an au karma option to run Karma for unit-testing purposes, and that all configuration and dependencies are automatically installed for us by the Aurelia command-line setup. We explored how to create a component, how to test initial application state, and how to test the rendering of elements to the DOM. Unfortunately, we were not able to test the DOM events themselves, and will need to perform integration testing through Protractor in order to test the application as a whole.
Read now
Unlock full access