I’ve written many tutorials on adding automated tests to Ionic applications, but one of the trickiest parts of the whole process is just getting the testing environment configured. If you want to set up unit and end-to-end tests you will need to install Jasmine, Karma, Protractor, and an array of other packages that need to be configured in order to get everything working properly.
In this video tutorial, I demonstrate an alternative to doing all of this tricky setup work.