Top "Chutzpah" questions

Chutzpah is an open source JavaScript test runner which helps you integrate JavaScript unit testing into your website.

Unit testing using Jasmine and TypeScript

I am trying to get a unit test written in Typescript using Jasmine to compile. With the following in my …

javascript unit-testing typescript jasmine chutzpah
When testing angularjs controller - Can't find variable: module / inject by chutzpah

I have angularJs controller angular.module('App.ctrl.guests', []) .controller('guestsController', ['$scope', '$http', '$location', '$timeout', 'guestsService', …

javascript angularjs visual-studio-2012 jasmine chutzpah
Using Jasmine and Chutzpah to unit test a AngularJs controller

I am programming with VS2013 and would like to make unit tests on my AngularJs controllers. For example I have …

javascript angularjs visual-studio jasmine chutzpah
How do I debug my JavaScript that is being executed by Chutzpah/PhantomJS

I am using Chutzpah to execute my JavaScript unit tests. I reference paths to my source files and below have …

javascript unit-testing debugging phantomjs chutzpah
Jasmine in a separate test project

Is it practical/possible to separate jasmine tests into a separate visual studio project? I am just getting started with …

asp.net-mvc asp.net-mvc-4 visual-studio-2012 jasmine chutzpah