Quantcast
Channel: Chutzpah - A JavaScript Test Runner
Browsing all 1864 articles
Browse latest View live
↧

Created Unassigned: TFS assembly version issue in 3.2.1 [228]

I'm getting this exception now with Chutzpah v3.2.1 installed whereas I wasn't with 3.1 in VS2013 with Update 2 CTP 2:System.TypeLoadException: Could not load type...

View Article


Edited Unassigned: compile mode not really working in v3.2.1 [228]

NM, that was a different extension hiding the fact that when setting the Compile mode to external, my TS tests don't get ran/picked up by the Test Explorer.

View Article


Edited Unassigned: compile mode not really working in v3.2.1 [228]

When setting the Compile mode to external, my TS tests don't get ran/picked up by the Test Explorer.

View Article

Commented Unassigned: compile mode not really working in v3.2.1 [228]

When setting the Compile mode to external, my TS tests don't get ran/picked up by the Test Explorer.Comments: Please attach a repro of your issue in a zip and a more detailed explanation.

View Article

Created Unassigned: Error: Timeout occured when executing test file [229]

I installed the Chutzpah Test Adapter but doesn't seem to get it to work on my machine. I ran it on both VS2013 and VS2012. Reinstalled the extension a few times with the same result.Config:<package...

View Article


Edited Unassigned: Error: Timeout occured when executing test file [229]

I installed the Chutzpah Test Adapter but doesn't seem to get it to work on my machine. I ran it on both VS2013 and VS2012. Reinstalled the extension a few times with the same result.Config:<package...

View Article

Edited Unassigned: Error: Timeout occured when executing test file [229]

I installed the Chutzpah Test Adapter but doesn't seem to get it to work on my machine. I ran it on both VS2013 and VS2012. Reinstalled the extension a few times with the same result.Config:<package...

View Article

Edited Unassigned: Error: Timeout occured when executing test file [229]

I installed the Chutzpah Test Adapter but doesn't seem to get it to work on my machine. I ran it on both VS2013 and VS2012. Reinstalled the extension a few times with the same result.Config:<package...

View Article


Closed Unassigned: Error: Timeout occured when executing test file [229]

I installed the Chutzpah Test Adapter but doesn't seem to get it to work on my machine. I ran it on both VS2013 and VS2012. Reinstalled the extension a few times with the same result.Config:<package...

View Article


Created Unassigned: Strange Js test error on build server [230]

When i run my js tests on the TFS build server. They all pass ok but i get the errors below every time, even if i remove all my js tests. Any help would be much appreciated.Error: TypeError:...

View Article

Commented Unassigned: Strange Js test error on build server [230]

When i run my js tests on the TFS build server. They all pass ok but i get the errors below every time, even if i remove all my js tests. Any help would be much appreciated.Error: TypeError:...

View Article

Created Unassigned: Timeout with 3.2.1 running coverage on multiple files [231]

Using an existing test suite that runs fine on 3.1.1 and older versions, we get: Error: Timeout occured when executing test filewhen running coverage on multiple files. The files that fail vary with...

View Article

Commented Unassigned: Timeout with 3.2.1 running coverage on multiple files...

Using an existing test suite that runs fine on 3.1.1 and older versions, we get: Error: Timeout occured when executing test filewhen running coverage on multiple files. The files that fail vary with...

View Article


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

I'd like to be able to drop in a comment like /// <chutzpahIgnore /> at the top of individual files.

View Article

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

You can use the tests setting in the chutzpah.json file to declare what tests chutzpah should run:...

View Article


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

thanks

View Article

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

{ "Tests": [ { "Exclude": "*ok.js" } ] } This will run all tests except those that end in ok.js

View Article


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

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...

View Article

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

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":...

View Article

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

thanks again .. #2 was my issue

View Article
Browsing all 1864 articles
Browse latest View live


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