I used to run
```
chutzpah.console.exe path/to/SpecRunner.html
```
but now it doesn't pick up the tests for me
```
=== 0 total, 0 failed, took 0.25 seconds ===
```
[Here's the question I posted on Stackoverflow about it](http://stackoverflow.com/questions/22091500/chutzpah-and-jasmine-2-0-and-requriejs)
I've tried the config route but again getting errors and they're really not telling me much about what's going wrong.
Thanks for any assistance
Neil
Comments: Thanks, The problem you have is that you have your baseurl set to /Scripts which works well in a website but since Chutzpah runs the files base on the file system that won't work.
```
chutzpah.console.exe path/to/SpecRunner.html
```
but now it doesn't pick up the tests for me
```
=== 0 total, 0 failed, took 0.25 seconds ===
```
[Here's the question I posted on Stackoverflow about it](http://stackoverflow.com/questions/22091500/chutzpah-and-jasmine-2-0-and-requriejs)
I've tried the config route but again getting errors and they're really not telling me much about what's going wrong.
Thanks for any assistance
Neil
Comments: Thanks, The problem you have is that you have your baseurl set to /Scripts which works well in a website but since Chutzpah runs the files base on the file system that won't work.