$ cnpm install untested -g
Orders tests for a source code change based on code coverage analysis.
Scenario:
foo.js
bar.js // uses foo.js
tests/
fooTest.js
barTest.js
You have edited foo.js and rerun tests/fooTest.js. Are you done? No. Do you know which tests are somehow affected by foo.js? What if you have 100s of JavaScript source files and 100s of unit tests. Testing everything on every commit would take hours ...
untested is the solution.
MIT style license, see file.
Contact Gleb Bahmutov gleb.bahmutov@gmail.com with any questions, etc.
Copyright 2014 - 2017 © taobao.org |