Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Hoppscotch | 50,575 | 1 | 4 days ago | 1 | March 22, 2022 | 107 | mit | Vue | ||
👽 Open source API development ecosystem - https://hoppscotch.io | ||||||||||
Cypress | 42,950 | 4,003 | 3,425 | a day ago | 178 | September 13, 2022 | 2,739 | mit | JavaScript | |
Fast, easy and reliable testing for anything that runs in a browser. | ||||||||||
Mocha | 21,954 | 4 days ago | 286 | mit | JavaScript | |||||
☕️ simple, flexible, fun javascript test framework for node.js & the browser | ||||||||||
Phpunit | 18,995 | 256,346 | 97,244 | 15 hours ago | 449 | August 22, 2022 | 139 | bsd-3-clause | PHP | |
The PHP Unit Testing framework. | ||||||||||
Goreplay | 17,078 | 2 | 2 days ago | 51 | March 28, 2022 | 291 | other | Go | ||
GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes. | ||||||||||
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 | ||||||||||
Detox | 10,262 | 329 | 218 | 8 hours ago | 483 | September 15, 2022 | 185 | mit | JavaScript | |
Gray box end-to-end testing and automation framework for mobile apps | ||||||||||
Testcafe | 9,600 | 830 | 657 | 2 days ago | 399 | September 20, 2022 | 320 | mit | JavaScript | |
A Node.js tool to automate end-to-end web testing. | ||||||||||
Vitest | 8,473 | 3,495 | 8 hours ago | 253 | September 18, 2022 | 240 | mit | TypeScript | ||
A Vite-native test framework. It's fast! | ||||||||||
Goconvey | 7,642 | 1,665 | 4,577 | 16 days ago | 34 | November 01, 2021 | 155 | other | Go | |
Go testing in the browser. Integrates with `go test`. Write behavioral tests in Go. |
PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of the xUnit architecture for unit testing frameworks.
We distribute a PHP Archive (PHAR) that has all required (as well as some optional) dependencies of PHPUnit bundled in a single file:
$ wget https://phar.phpunit.de/phpunit-X.Y.phar
$ php phpunit-X.Y.phar --version
Please replace X.Y
with the version of PHPUnit you are interested in.
Alternatively, you may use Composer to download and install PHPUnit as well as its dependencies. Please refer to the "Getting Started" guide for details on how to install PHPUnit.
Please refer to CONTRIBUTING.md for information on how to contribute to PHPUnit and its related projects.
Thanks to everyone who has contributed to PHPUnit! You can find a detailed list of contributors on every PHPUnit related package on GitHub. This list shows only the major components:
A very special thanks to everyone who has contributed to the documentation.