angularjs - Dynamic Karma running -
i using karma run unit test angularjs project , have configure karma.conf.js
run complete test of whole application. problem project grow big, list of test run become long. make karma unit test become unpractical every-time need wait long time complete test whenever changes code.
as project structure in way every different module put in each independent folder. so, thinking there way dynamically run test on folder file changes? meaning, example if there file changes in module a
folder, karma automatically run test in folder only. way test run faster.
Comments
Post a Comment