Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Karma | 11,822 | 297,003 | 46,667 | 2 months ago | 222 | June 14, 2022 | 345 | mit | JavaScript | |
Spectacular Test Runner for JavaScript | ||||||||||
Webdriverio | 8,040 | 5,496 | 1,151 | 18 hours ago | 459 | September 23, 2022 | 162 | mit | TypeScript | |
Next-gen browser and mobile automation test framework for Node.js | ||||||||||
Teaspoon | 1,439 | 2,454 | 20 | a month ago | 21 | March 16, 2021 | 40 | JavaScript | ||
Teaspoon: Javascript test runner for Rails. Use Selenium, BrowserStack, or PhantomJS. | ||||||||||
Public | 735 | 5 days ago | 141 | |||||||
Repository for Wallaby.js questions and issues | ||||||||||
Chutzpah | 551 | 154 | 1 | 8 months ago | 74 | July 13, 2022 | 10 | apache-2.0 | JavaScript | |
Chutzpah is an open source JavaScript test runner which enables you to run unit tests using QUnit, Jasmine, Mocha and TypeScript. | ||||||||||
Yadda | 416 | 197 | 87 | 3 days ago | 108 | December 30, 2021 | 27 | JavaScript | ||
A BDD javascript library | ||||||||||
Sazerac | 324 | 49 | 13 | a year ago | 12 | May 02, 2020 | 28 | mit | JavaScript | |
Data-driven unit testing for Jasmine, Mocha, and Jest | ||||||||||
Rxjs Marbles | 297 | 60 | 102 | 24 days ago | 53 | July 13, 2021 | 2 | mit | TypeScript | |
An RxJS marble testing library for any test framework | ||||||||||
Browserify | 268 | 5 years ago | 13 | Vue | ||||||
A full-featured Browserify + vueify setup with hot-reload, linting & unit testing. | ||||||||||
Babel Plugin Tester | 264 | 1,519 | 709 | 6 days ago | 41 | May 29, 2021 | 6 | mit | TypeScript | |
Utilities for testing babel plugins |
This fork is meant to build extension packages for Visual Studio 2022 only. It does not have any prebuilt packages yet.
Prerequisites:
To build:
Check out source code
Open a Command Prompt. If you are using something other than Community offering, then set this msbuild location variable
setx Chutzpah_MSBuild_Path "Path_toMbuild_folder"
e.g. setx Chutzpah_MSBuild_Path "C:\Program Files\Microsoft Visual Studio\2022\Professional\Msbuild\Current\Bin\amd64"
Run build Install
Run build Package
If all goes well, then you should see 2 vxis packages in _package
folder.
Pronunciation: hutzpah
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.