- Chutzpah.json needs to be place in any directory at/above where your tests are. Makes no difference if you are in VS or not.
-
You must start your exclude path with a *
{
"Tests": [
{ "Include": "Scripts/*" },
{ "Path": "tests/specs/", "Include": "*.js", "Exclude": "*test_appservices.js" },
]
}