Hi. I have tfs 2012. In VS2013 I created simple project with js code and test on Jasmine. I want create build definition in tfs, which test my js code via chutzpah. In build controller I set path to assembly, where I unzipped Chutzpah Test Adapter for the Test Explorer. But when I start build definition, it doesn't find any js test on Jasmine. Why it is happend? How it is fixed?
Comments: Are you sure you set your JS files (both test and source) to copy to output directory?
Comments: Are you sure you set your JS files (both test and source) to copy to output directory?