Hacker News new | ask | show | jobs
The master's thesis that led to the Karma Test Runner for JavaScript
3 points by gordonzhu 3752 days ago
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

Here are clickable links since I couldn't get them to work in the text post.

Download to the thesis as a PDF: https://github.com/karma-runner/karma/raw/master/thesis.pdf

The Karma site: https://karma-runner.github.io/0.13/index.html

This looks awesome, look forward to reading through it!