0

Given you have installed chutzpah for a solution via:

nuget install-package chutzpah for a given project.

and you have installed jasmine via: npm install --save-dev jasmine

and you want to use gulp-chutzpah to execute jasmine tests.

how do you reference the chutzpah.console.exe that was installed through nuget to: (some relative path)\packages\Chutzpah.4.3.4\tools\chutzpah.console.exe

so that you may execute the corresponding gulp task with:

gulp runChutzpahTests

jparram
  • 804
  • 8
  • 24
  • not sure what the continuous integration story is going to look like for this...but nuget install chutzpah installs the chutzpah executable to the tools folders. the npm installs are already available to the package manager console path...so executing gulp from the package manager console works well locally. – jparram Jun 20 '17 at 16:29

1 Answers1

1

In the past I have written a function that just scans the packages folder and finds the latest version of the Chutzpah package and chooses that exe.

Matthew Manela
  • 16,572
  • 3
  • 64
  • 66