Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jquery/qunit
🔮 An easy-to-use JavaScript unit testing framework.
https://github.com/jquery/qunit
javascript qunit testing
Last synced: 21 days ago
JSON representation
🔮 An easy-to-use JavaScript unit testing framework.
- Host: GitHub
- URL: https://github.com/jquery/qunit
- Owner: qunitjs
- License: mit
- Created: 2009-07-24T16:26:23.000Z (over 15 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T08:12:56.000Z (about 1 month ago)
- Last Synced: 2024-11-18T08:05:59.058Z (25 days ago)
- Topics: javascript, qunit, testing
- Language: JavaScript
- Homepage: https://qunitjs.com
- Size: 9.27 MB
- Stars: 4,015
- Watchers: 129
- Forks: 780
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Authors: AUTHORS.txt
Awesome Lists containing this project
- awesome-react-testing - qunit - An easy-to-use JavaScript Unit Testing framework. (Unit Testing / Other Frameworks)
- awesome-focusnetworks - qunit - An easy-to-use JavaScript Unit Testing framework. (Testing Frameworks / Frameworks)
- A-collection-of-awesome-browser-side-JavaScript-libraries-resources-and-shiny-things. - qunit - An easy-to-use JavaScript Unit Testing framework. (Testing Frameworks / Frameworks)
- awesome-javascript - qunit - An easy-to-use JavaScript unit testing framework. ` 📝 14 days ago` (Testing Frameworks [🔝](#readme))
- awesome-javascript - qunit - An easy-to-use JavaScript Unit Testing framework. - ★ 3794 (Testing Frameworks)
- awesome-javascript-cn - qunit
- awesome-javascript - qunit - An easy-to-use JavaScript Unit Testing framework. (Testing Frameworks / Frameworks)
- awesome-node-modules - qunit - An easy-to-use JavaScript Unit Testing framework. (Uncategorized / Uncategorized)
README
[![Continuous integration](https://github.com/qunitjs/qunit/actions/workflows/CI.yaml/badge.svg)](https://github.com/qunitjs/qunit/actions/workflows/CI.yaml)
[![Test coverage](https://coveralls.io/repos/qunitjs/qunit/badge.svg)](https://coveralls.io/github/qunitjs/qunit)
[![Chat on Matrix](https://badges.gitter.im/Join%20Chat.svg)](https://app.element.io/#/room/#qunitjs_qunit:gitter.im)
[![npm](https://img.shields.io/npm/v/qunit.svg?style=flat)](https://www.npmjs.com/package/qunit)
[![Reproducible build status](https://img.shields.io/badge/Reproducible_Builds-ok-success?labelColor=1e5b96)](https://github.com/qunitjs/qunit/actions/workflows/reproducible.yaml)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/5751/badge)](https://www.bestpractices.dev/projects/5751)**QUnit** is a powerful, easy-to-use JavaScript testing framework. It was originally developed for the jQuery
project and has since evolved to test any client-side or server-side JavaScript code. QUnit has no dependencies and supports Node.js, SpiderMonkey, and all major web browsers.## Documentation
* [API documentation](https://qunitjs.com/api/)
* [Guides how-to](https://qunitjs.com/guides/)
* [Browser support](https://qunitjs.com/browser/#browser-support)
* [Browser automation](https://qunitjs.com/browser/#integrations)## Support
To report a bug or request a new feature, [open an issue](https://github.com/qunitjs/qunit/issues).
If you need help using QUnit, chat with us on [Matrix](https://app.element.io/#/room/#qunitjs_qunit:gitter.im).
## Contribute
If you are interested in helping develop QUnit, check out our [contributing guide](./CONTRIBUTING.md).