Quantcast
Channel: Chutzpah - A JavaScript Test Runner
Viewing all articles
Browse latest Browse all 1864

Commented Unassigned: Specify which tests to run using Chutzpah.json file [185]

$
0
0
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/

Viewing all articles
Browse latest Browse all 1864

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>