Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Mocha | 21,954 | 4 days ago | 286 | mit | JavaScript | |||||
☕️ simple, flexible, fun javascript test framework for node.js & the browser | ||||||||||
Ava | 20,284 | 44,279 | 29,305 | 6 days ago | 104 | September 04, 2022 | 89 | mit | JavaScript | |
Node.js test runner that lets you develop with confidence 🚀 | ||||||||||
Learn Go With Tests | 19,377 | 7 days ago | 39 | April 25, 2021 | 36 | mit | Go | |||
Learn Go with test-driven development | ||||||||||
Catch2 | 16,384 | 3 days ago | 27 | May 18, 2022 | 359 | bsl-1.0 | C++ | |||
A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) | ||||||||||
Jasmine | 15,533 | 185,991 | 24,214 | a day ago | 51 | July 23, 2022 | 28 | JavaScript | ||
Simple JavaScript testing framework for browsers and node.js | ||||||||||
Mockito | 13,795 | 38,950 | 11,866 | a day ago | 332 | September 07, 2022 | 329 | mit | Java | |
Most popular Mocking framework for unit tests written in Java | ||||||||||
Karma | 11,822 | 297,003 | 46,667 | 2 months ago | 222 | June 14, 2022 | 345 | mit | JavaScript | |
Spectacular Test Runner for JavaScript | ||||||||||
Chai | 7,825 | a month ago | 98 | mit | JavaScript | |||||
BDD / TDD assertion framework for node.js and the browser that can be paired with any testing framework. | ||||||||||
Ginkgo | 7,018 | 7,075 | 10,036 | 3 days ago | 156 | September 17, 2022 | 39 | mit | Go | |
A Modern Testing Framework for Go | ||||||||||
Goss | 5,103 | 5 days ago | 51 | apache-2.0 | Go | |||||
Quick and Easy server testing/validation |
A simple tool that allows you to execute JavaScript code in multiple real browsers.
The main purpose of Karma is to make your test-driven development easy, fast, and fun.
For questions and support please use the mailing list or Gitter. The issue tracker is for bug reports and feature discussions only.
Karma is not a testing framework, nor an assertion library. Karma just launches an HTTP server, and generates the test runner HTML file you probably already know from your favourite testing framework. So for testing purposes you can use pretty much anything you like. There are already plugins for most of the common testing frameworks:
If you can't find an adapter for your favourite framework, don't worry and write your own. It's not that hard and we are here to help.
All the major browsers are supported, if you want to know more see the browsers page.
See FAQ.
You don't need to sign anything but here are some resources to help you to get started...
Every serious project has a screencast, so here is ours. Just click here and let the show begin.
See installation.
See configuration.
Please, see contributing.
Throughout the development of AngularJS, we've been using JSTD for testing. I really think that JSTD is a great idea. Unfortunately, we had many problems with JSTD, so we decided to write our own test runner based on the same idea. We wanted a simple tool just for executing JavaScript tests that is both stable and fast. That's why we use the awesome Socket.io library and Node.js.