Open TomMakes opened 3 months ago
Quick dump here of resources I got from a google search "making angular components using test driven development" https://www.simform.com/blog/what-is-tdd/ - This article covers at a high level how you want to think about test driven development when creating or modifying a piece of software. https://blog.nashtechglobal.com/unit-testing-and-test-driven-developement/ https://medium.com/@johncol/test-driven-development-and-angular-9110d62ce7ec https://www.youtube.com/watch?v=JOYNHkRN_YY https://www.youtube.com/watch?v=vzgouJbyum0 - This video goes over creating a checklist using TDD. It walks through each commit done and what kind of changes were made to the code. I found it valuable to see how Angular items could be tested in unit pieces as well as end to end.
As a newcomer to test driven development, I would like to find resources that give advice on best practices around developing Angular components with test driven development.
These resources can be video links or articles, and coupled with a waybackmachine link when possible, and some comment about the content.