Running QUnit tests on TeamCity

Let’s face it, it doesn’t make sense to keep and maintain unit tests not executed on a continuous basis. In my previous post [https://thomasardal.com/an-introduction-to-qunit/], I looked at a unit test framework for JavaScript called QUnit [http://docs.jquery.com/QUnit]. While commonly used unit test…

An introduction to QUnit

One of the areas that I never really dug into is unit testing JavaScript code. I have a background as a backend developer and for me, NUnit has been sufficient for years. During the last couple of years, I started implementing a few websites and also switched my working place…