Hi Guys,
I am trying to configure AngularJS unit test cases in VSO using
chutzpah.json file, I have mentioned below code in JSON File but it getting
error on Build, Could you please suggest any one
{
"Framework": "jasmine",
"TestFileTimeout": 200000,
"Tests": [
{
"Path": "",
"Include": "*/*Spec.js"
}
],
"Compile": {
"Mode": "External",
"Extensions": [ ".js" ],
"ExtensionsWithNoOutput": [ ],
"SourceDirectory": "/",
"OutDirectory": "/"
},
"EnableCodeCoverage ": "true",
"CodeCoverageExcludes": [
],
"CodeCoverageIncludes": [
"*Service*",
"*controller*",
"*ctrl*"
]
}
--
You received this message because you are subscribed to the Google Groups
"Angular" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.