All Projects → mmanela → Chutzpah

mmanela / Chutzpah

Licence: apache-2.0
Chutzpah is an open source JavaScript test runner which enables you to run unit tests using QUnit, Jasmine, Mocha and TypeScript.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Chutzpah

Public
Repository for wallaby.js questions and issues
Stars: ✭ 662 (+20.58%)
Mutual labels:  visual-studio, tdd
jest-trx-results-processor
Jest results processor for exporting into TRX files for Visual Studio
Stars: ✭ 23 (-95.81%)
Mutual labels:  visual-studio, testing-tools
Nunit3 Vs Adapter
NUnit 3.0 Visual Studio test adapter for use under VS 2012 or later
Stars: ✭ 158 (-71.22%)
Mutual labels:  visual-studio, tdd
Goss
Quick and Easy server testing/validation
Stars: ✭ 4,550 (+728.78%)
Mutual labels:  testing-tools, tdd
Awesome Unit Testing Swift
A curated collection of awesome blog articles, books, talks, podcasts, tools/frameworks and examples.
Stars: ✭ 272 (-50.46%)
Mutual labels:  testing-tools, tdd
Mockito Scala
Mockito for Scala language
Stars: ✭ 231 (-57.92%)
Mutual labels:  testing-tools, tdd
Objectexporter
Object Exporter lets you export out an object while debugging in Visual Studio, the object can be serialized in either C#, JSON or XML.
Stars: ✭ 240 (-56.28%)
Mutual labels:  visual-studio, testing-tools
Pytest Testinfra
With Testinfra you can write unit tests in Python to test actual state of your servers configured by management tools like Salt, Ansible, Puppet, Chef and so on.
Stars: ✭ 1,987 (+261.93%)
Mutual labels:  testing-tools, tdd
showroom
Universal development and automated test environment for web components
Stars: ✭ 89 (-83.79%)
Mutual labels:  tdd, testing-tools
estj
EstJ is my own test framework!
Stars: ✭ 13 (-97.63%)
Mutual labels:  tdd, testing-tools
Junit Dataprovider
A TestNG like dataprovider runner for JUnit with many additional features
Stars: ✭ 226 (-58.83%)
Mutual labels:  testing-tools, tdd
Testfx
MSTest V2 framework and adapter
Stars: ✭ 391 (-28.78%)
Mutual labels:  testing-tools, tdd
Testdeck
Object oriented testing
Stars: ✭ 206 (-62.48%)
Mutual labels:  testing-tools, tdd
Vstest
Visual Studio Test Platform is the runner and engine that powers test explorer and vstest.console.
Stars: ✭ 624 (+13.66%)
Mutual labels:  visual-studio, testing-tools
Nunit Console
NUnit Console runner and test engine
Stars: ✭ 168 (-69.4%)
Mutual labels:  testing-tools, tdd
Vstest Docs
Documentation for the Visual Studio Test Platform.
Stars: ✭ 165 (-69.95%)
Mutual labels:  visual-studio, testing-tools
Webmockr
R library for stubbing and setting expectations on HTTP requests
Stars: ✭ 37 (-93.26%)
Mutual labels:  testing-tools, tdd
Httpretty
Intercept HTTP requests at the Python socket level. Fakes the whole socket module
Stars: ✭ 1,930 (+251.55%)
Mutual labels:  testing-tools, tdd
PixelTest
Fast, modern, simple iOS snapshot testing written purely in Swift.
Stars: ✭ 56 (-89.8%)
Mutual labels:  tdd, testing-tools
List Of Testing Tools And Frameworks For .net
✅ List of Automated Testing (TDD/BDD/ATDD/SBE) Tools and Frameworks for .NET
Stars: ✭ 303 (-44.81%)
Mutual labels:  visual-studio, tdd

Chutzpah - A JavaScript Test Runner

Pronunciation: hutz·pah

Build Status Chutzpah NuGet version

Chutzpah is an open source JavaScript test runner which enables you to run unit tests using QUnit, Jasmine, Mocha, CoffeeScript and TypeScript.

For comments, praise, complaints you can reach me on twitter at @mmanela.

Chutzpah supports the QUnit, Jasmine and Mocha testing frameworks. Chutzpah uses either JSDom, Chrome or PhantomJS to run your tests.

Get Chutzpah

Test Framework Versions

  • Qunit 2.6.2
  • Jasmine 2.9
  • Mocha 3.2.0

Recent News

Quick Links

Building the code

  1. Clone the repo
  2. One time run .\build.bat install - This will install all dependencies
  3. Run .\build - This will build all the code and run tests.
  4. Open solution Chutzpah.NoVS.sln for normal changes

Features

Runs JavaScript unit tests from the command line

Run JavaScript unit tests from inside of Visual Studio
  • Right click menu to run tests

  • Shows test results in Error window

  • Shows test results in Ouput window

  • Integrates into VS 2012 Unit Test Explorer

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].