• Top
  • New

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

by gordonzhu on 3/14/2016, 7:22:24 PM with 2 comments
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

  • by gordonzhu on 3/14/2016, 7:24:13 PM

    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

  • by Bobarian on 3/14/2016, 7:53:49 PM

    This looks awesome, look forward to reading through it!