New Post: Feature request: Cucumber-js support
It would be great if I could run cucumber-js scripts with Chutzpah. Even with out this, Chutzpah is already great, thankyou!
View ArticleNew Post: Testing Against A Live Server
I'm doing something very similiar. I can't figure out so far how to even invoke chutzpah whatsoever. I have a live copy of my code running on IIS locally. Up to this point I've been using PhantomJs...
View ArticleCommented Issue: 'undefined' is not a function after updating to 2.3 [96]
The new version of Chutzpah seems to be having trouble resolving references. I have paths to both jQuery and underscore, and it cannot find them even though they are correct. Running them in the...
View ArticleCommented Issue: 'undefined' is not a function after updating to 2.3 [96]
The new version of Chutzpah seems to be having trouble resolving references. I have paths to both jQuery and underscore, and it cannot find them even though they are correct. Running them in the...
View ArticleCommented Issue: 'undefined' is not a function after updating to 2.3 [96]
The new version of Chutzpah seems to be having trouble resolving references. I have paths to both jQuery and underscore, and it cannot find them even though they are correct. Running them in the...
View ArticleCommented Issue: 'undefined' is not a function after updating to 2.3 [96]
The new version of Chutzpah seems to be having trouble resolving references. I have paths to both jQuery and underscore, and it cannot find them even though they are correct. Running them in the...
View ArticleCommented Issue: 'undefined' is not a function after updating to 2.3 [96]
The new version of Chutzpah seems to be having trouble resolving references. I have paths to both jQuery and underscore, and it cannot find them even though they are correct. Running them in the...
View ArticleCommented Issue: Allow including files without building them [93]
I want to be able to reference a JavaScript file from my TypeScript test, but it's not TypeScript compliant, so I want it as part of the output, but not part of the build. This is similar to...
View ArticleSource code checked in, #337c5ddf8433
fixes #95, Jasmine passed() can return 1 so must convert to boolean
View ArticleEdited Issue: jasmin-jQuery toContain tests fail with reason "Passed." [95]
I've got some tests that use jasmin-jQuery's `toContain(jQuerySelector)` matcher to check for the existence of an input tag in some html that was loaded by jasmine-jQuery's `loadFixtures(fixtureUrl[,...
View ArticleCommented Issue: jasmin-jQuery toContain tests fail with reason "Passed." [95]
I've got some tests that use jasmin-jQuery's `toContain(jQuerySelector)` matcher to check for the existence of an input tag in some html that was loaded by jasmine-jQuery's `loadFixtures(fixtureUrl[,...
View ArticleSource code checked in, #da14c38f07c6
fixes #93, Allow including files without building them
View ArticleEdited Issue: Allow including files without building them [93]
I want to be able to reference a JavaScript file from my TypeScript test, but it's not TypeScript compliant, so I want it as part of the output, but not part of the build. This is similar to...
View ArticleCommented Issue: Allow including files without building them [93]
I want to be able to reference a JavaScript file from my TypeScript test, but it's not TypeScript compliant, so I want it as part of the output, but not part of the build. This is similar to...
View ArticleCommented Issue: Allow including files without building them [93]
I want to be able to reference a JavaScript file from my TypeScript test, but it's not TypeScript compliant, so I want it as part of the output, but not part of the build. This is similar to...
View ArticleSource code checked in, #aa00e4bf4d7f
fixed #94, No tests found when using QUnit.test instead of test
View ArticleEdited Issue: No tests found when using QUnit.test instead of test [94]
QUinit exposes namespaced and global variations, but Chutzpah will only run the test if you use the global variation.Works:test("My Test", function () { ... });Doesn't work:QUinit.test("My Test",...
View ArticleCommented Issue: No tests found when using QUnit.test instead of test [94]
QUinit exposes namespaced and global variations, but Chutzpah will only run the test if you use the global variation.Works:test("My Test", function () { ... });Doesn't work:QUinit.test("My Test",...
View ArticleCommented Issue: No tests found when using require.js, jquery, and underscore...
I have a situation where Chutzpah is completing with no tests executed, even though there are tests present. There is no error message, it just says zero tests found. I have distilled the situation...
View ArticleCommented Issue: 'undefined' is not a function after updating to 2.3 [96]
The new version of Chutzpah seems to be having trouble resolving references. I have paths to both jQuery and underscore, and it cannot find them even though they are correct. Running them in the...
View Article