I just noticed my video from my presentation was released. This was the presentation that I did at #NativeScript Developer Day in Sept of 2016. The subject was Testing your NativeScript app and dealt with both Unit Testing and End to End testing.
I saw a couple of "um" mistakes. I "um" need to "um" work on "um" removing some "um"'s. 😉
Here are the questions at the end (since like an idiot, I also totally spaced about repeating them) are:
1. What about testing Angular2 NativeScript apps.
2. What about Code Coverage .
Slides Deck:
http://fluentreports.com/blog/wp-content/uploads/2016/09/NativeScript-Testing.pdf
Demo "Carder" App I wrote and used, includes all the tests:
https://github.com/NathanaelA/carder
Detailed Blog posts about this subject covering the video:
Part 1 - Unit Testing
Part 2 - End to End Testing