Testing
Learn all about testing Aurelia apps, including component testing and e2e testing.
-
Testing Components
An overview of how to unit test Custom Elements and Custom Attributes.
-
End to End Testing
Testing front-end applications has become an important task for today's developers. Not only do you want to ensure that your application's internal code operates correctly, but you also want to validate the in-browser behavior. This article will show you how to achieve this by combining Aurelia and Protractor.