Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 13 + Chutzpah - Where do I find chutzpah.console.exe?

We want to use chutzpah (VS Extension) to run our Jasmine-tests with MSBuild (In a TFS-build). So I'm trying to locate chutzpah.console.exe (so that we can manually call it) somewhere on the local computer, but I cannot find it. Does anyone know where it is usually located?

like image 642
AfroMogli Avatar asked Oct 21 '14 07:10

AfroMogli


1 Answers

Turns out you also have to install the chutzpah-nuget package

PM> Install-Package Chutzpah

(even though the VS Extension seems to run anyway), then you will find the chutzpah.console.exe under: Chutzpah.3.2.4\tools.

like image 69
AfroMogli Avatar answered Dec 05 '22 06:12

AfroMogli