Edited Unassigned: Load dependencies before Jasmine unit tests and code...
I have a web application implemented with the Durandal framework. Durandal uses other libraries as jquery, knockout, Q, toastr. Beside these third party libraries, I use 'jquery UI' which depends on...
View ArticleNew Post: Only show code coverage for certain references?
Is it possible using the Chutzpah.json file to only show code coverage on certain references? For example, I reference many AngularJS libraries, underscore.js, moment.js. I also reference my app files...
View ArticleNew Post: Only show code coverage for certain references?
You can use the CodeCoverageIncludes/CodeCoverageExcludes from the chutzpah.json file.
View ArticleNew Post: Only show code coverage for certain references?
The only way I can think of is to have all of my references that I do not want to cover be .min.js files and the ones that I do want to cover be .js files. That way, I can specify in my Chutzpah.json...
View ArticleNew Post: Only show code coverage for certain references?
You can list more than one file in CodeCoverageExcludes
View ArticleNew Post: Only show code coverage for certain references?
Does the CodeCoverageIncludes function the same as a Path in references (recursive search)?
View ArticleNew Post: Only show code coverage for certain references?
It just matches the paths it sees using the wild cards. From the docs:{ "CodeCoverageExcludes": ["*\\jquery.js"], "CodeCoverageIncludes": ["*query.js", "*\\dog.js"] }
View ArticleNew Post: Only show code coverage for certain references?
Ok thanks. I'll stick with referencing the .min.js files for those that I do not desire code coverage on and will just use "CodeCoverageExcludes" : "*.min.js". Thanks.
View ArticleCreated Unassigned: Code coverage report has no indentation when viewing...
When I run code coverage using the right-click menu in Visual Studio, the generated HTML file that opens in my browser has no indentation for the code. Is there a configuration error or just not...
View ArticleCreated Unassigned: Open in browser not working in Visual Studio [272]
Clicking "Open in browser" from context menu does not open the js file in browser, it is opening file in Visual Studio.
View ArticleCommented Unassigned: Open in browser not working in Visual Studio [272]
Clicking "Open in browser" from context menu does not open the js file in browser, it is opening file in Visual Studio.Comments: Odd, I have not seen that happen before. Any idea how to repro?
View ArticleCommented Unassigned: Code coverage report has no indentation when viewing...
When I run code coverage using the right-click menu in Visual Studio, the generated HTML file that opens in my browser has no indentation for the code. Is there a configuration error or just not...
View ArticleCommented Unassigned: Open in browser not working in Visual Studio [272]
Clicking "Open in browser" from context menu does not open the js file in browser, it is opening file in Visual Studio.Comments: I just enabled these two VS extensions: - Chutzpah Test Adapter for Test...
View ArticleCommented Unassigned: Open in browser not working in Visual Studio [272]
Clicking "Open in browser" from context menu does not open the js file in browser, it is opening file in Visual Studio.Comments: I tried uninstalling and re-installing those two extensions but no luck...
View ArticleCommented Unassigned: Open in browser not working in Visual Studio [272]
Clicking "Open in browser" from context menu does not open the js file in browser, it is opening file in Visual Studio.Comments: This might help?...
View ArticleCreated Unassigned: What about supporting intern? [273]
http://theintern.io/#compareLooks way better promising than any other testing libraries
View ArticleCommented Unassigned: Code coverage report has no indentation when viewing...
When I run code coverage using the right-click menu in Visual Studio, the generated HTML file that opens in my browser has no indentation for the code. Is there a configuration error or just not...
View ArticleCommented Unassigned: Code coverage report has no indentation when viewing...
When I run code coverage using the right-click menu in Visual Studio, the generated HTML file that opens in my browser has no indentation for the code. Is there a configuration error or just not...
View ArticleCommented Unassigned: What about supporting intern? [273]
http://theintern.io/#compareLooks way better promising than any other testing librariesComments: Looks interesting. If you are interested in experimenting with this I would help guide you in the major...
View ArticleCommented Unassigned: Code coverage report has no indentation when viewing...
When I run code coverage using the right-click menu in Visual Studio, the generated HTML file that opens in my browser has no indentation for the code. Is there a configuration error or just not...
View Article