Hi,
I am using Chutzpah 2.4 in VS2012 along with RequireJS.
When executing tests using "__Open in Browser__" and "__Show in Code Coverage__" all works fine, but when I do the same tests via "__Run JS Tests__" I get the following:
___========== Total Tests: 0 passed, 0 failed, 0 total ==========___
I am worried that when I ultimately get our tests into a CI Build on TFS 2012, I'll hit the same issue.
Any help in resolving this would be greatly appreciated.
Mike
Comments: Hey Matt, I did get the solution to work in terms of running tests via Run JS Tests when I used requireJS version 2.0.4. The solution I posted to you is using the latest version of requireJS (v2.1.6) which must break something. Mike
I am using Chutzpah 2.4 in VS2012 along with RequireJS.
When executing tests using "__Open in Browser__" and "__Show in Code Coverage__" all works fine, but when I do the same tests via "__Run JS Tests__" I get the following:
___========== Total Tests: 0 passed, 0 failed, 0 total ==========___
I am worried that when I ultimately get our tests into a CI Build on TFS 2012, I'll hit the same issue.
Any help in resolving this would be greatly appreciated.
Mike
Comments: Hey Matt, I did get the solution to work in terms of running tests via Run JS Tests when I used requireJS version 2.0.4. The solution I posted to you is using the latest version of requireJS (v2.1.6) which must break something. Mike