TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

3 pointsby gordonzhuabout 9 years ago
Came across this as I was going through Karma&#x27;s documentation. It&#x27;s Vojta&#x27;s thesis that led to the development of Karma.<p>https:&#x2F;&#x2F;github.com&#x2F;karma-runner&#x2F;karma&#x2F;raw&#x2F;master&#x2F;thesis.pdf<p>It&#x27;s an interesting way to learn more about testing and the ideas&#x2F;technology behind a tool that many of us use everyday.<p>You can read more about Karma here:<p>https:&#x2F;&#x2F;karma-runner.github.io&#x2F;0.13&#x2F;index.html

2 comments

gordonzhuabout 9 years ago
Here are clickable links since I couldn&#x27;t get them to work in the text post.<p>Download to the thesis as a PDF: <a href="https:&#x2F;&#x2F;github.com&#x2F;karma-runner&#x2F;karma&#x2F;raw&#x2F;master&#x2F;thesis.pdf" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;karma-runner&#x2F;karma&#x2F;raw&#x2F;master&#x2F;thesis.pdf</a><p>The Karma site: <a href="https:&#x2F;&#x2F;karma-runner.github.io&#x2F;0.13&#x2F;index.html" rel="nofollow">https:&#x2F;&#x2F;karma-runner.github.io&#x2F;0.13&#x2F;index.html</a>
Bobarianabout 9 years ago
This looks awesome, look forward to reading through it!