I am a lazy programmer. I want to automate test case generation of my large angularjs app. Currently, I am using jasmine and karma.
What I want is, to extract the module, components and methods dynamically and create a test case which should pass.
Basically, I want to add it to 'watch' so that as I am coding, the test cases get generated and get passed/failed based on the status the code and supplied mock data.
Please help.