Questions tagged [chutzpah]

Chutzpah is an open source JavaScript test runner which helps you integrate JavaScript unit testing into your website. It enables you to run JavaScript unit tests from the command line and from inside of Visual Studio. It also supports running in the TeamCity continuous integration server. Chutzpah supports the QUnit, Jasmine and Mocha testing frameworks. Chutzpah uses the PhantomJS headless browser to run your tests.

Chutzpah is an open source JavaScript test runner which helps you integrate JavaScript unit testing into your website. It enables you to run JavaScript unit tests from the command line and from inside of Visual Studio. It also supports running in the TeamCity continuous integration server.

Chutzpah supports the QUnit, Jasmine and Mocha testing frameworks. Chutzpah uses the PhantomJS headless browser to run your tests.

Resources

262 questions
3
votes
0 answers

Writing Jasmine unit tests in ES6 and using Chutzpah as test runner Visual Studio 2019

I am using the Jasmine testing library to write my unit tests. I'd like to use ES6 syntax to write the tests and am also testing files written in ES6. I want to use Chutzpah as the test runner (I am open to other suggestions). At a basic level, I…
bksinn
  • 101
  • 1
  • 7
3
votes
1 answer

Running html QUnit tests as part of TFS build gives an error about start() outside of test context

Using the instructions here, I'm trying to configure QUnit tests through chutzpah The error is: Error: Error: Error: Called start() outside of a test context while already started at start in…
NikolaiDante
  • 18,469
  • 14
  • 77
  • 117
3
votes
0 answers

Custom html page for QUnit test, run with Resharper

Whenever we do kind of integration testing, where our js tests manipulate DOM, we create an html-page with all required DOM-elements, and after that in