To make test running simpler the chutzpah.json file should allow you to define which test files to run. Then to run tests you can just execute the chutzpah.json file itself.
For example with a test settings file like:
```
{
"Tests" : [
{"Path": "test.js" }
]
}
```
You could run these tests by running:
```
chutzpah.console.exe /path chutzpah.json
```
Comments: I released this in 3.1.0. Read more information about this http://matthewmanela.com/blog/chutzpah-3-1-smarter-test-running-and-jasmine-2-0/
For example with a test settings file like:
```
{
"Tests" : [
{"Path": "test.js" }
]
}
```
You could run these tests by running:
```
chutzpah.console.exe /path chutzpah.json
```
Comments: I released this in 3.1.0. Read more information about this http://matthewmanela.com/blog/chutzpah-3-1-smarter-test-running-and-jasmine-2-0/