The master's thesis that led to the Karma Test Runner for JavaScript Came across this as I was going through Karma's documentation. It's Vojta's thesis that led to the development of Karma. https://github.com/karma-runner/karma/raw/master/thesis.pdf It's an interesting way to learn more about testing and the ideas/technology behind a tool that many of us use everyday. You can read more about Karma here: https://karma-runner.github.io/0.13/index.html |