The master's thesis that led to the Karma Test Runner for JavaScript

3 points by gordonzhu ↗ HN
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

2 comments

[ 2.1 ms ] story [ 9.7 ms ] thread
This looks awesome, look forward to reading through it!