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

New Post: Anyway to make Chutzpah ignore certain test files?

$
0
0
I've tried putting this in the test dir (~/tests/specs)..
{
    "Tests": [
        { "Include": "../*" },
        { "Path": ".", "Include": "*.js", "Exclude": "test_appservices.js" },
    ]
}
.. and I've tried putting this in the root dir ..
{
    "Tests": [
        { "Include": "Scripts/*" },
        { "Path": "tests/specs/", "Include": "*.js", "Exclude": "test_appservices.js" },
    ]
}
Makes no difference. There is no clear documentation on where the Chutzpah.json file should go if it is a part of a Visual Studio project so I have no clue as to what I'm doing wrong..

Viewing all articles
Browse latest Browse all 1864

Trending Articles



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