OLD | NEW |
1 Name: QUnit | 1 Name: QUnit |
2 Short Name: QUnit | 2 Short Name: QUnit |
3 URL: https://github.com/jquery/qunit | 3 URL: https://github.com/jquery/qunit |
4 Version: 1.17.1 | 4 Version: 1.17.1 |
5 License: MIT | 5 License: MIT |
6 Security Critical: no | 6 Security Critical: no |
7 | 7 |
8 Description: | 8 Description: |
9 QUnit is a powerful, easy-to-use, JavaScript unit testing framework. It's used | 9 QUnit is a powerful, easy-to-use, JavaScript unit testing framework. It's used |
10 by the jQuery project to test its code and plugins but is capable of testing any | 10 by the jQuery project to test its code and plugins but is capable of testing any |
(...skipping 13 matching lines...) Expand all Loading... |
24 QUnit is similar to other unit testing frameworks like JUnit, but makes use of | 24 QUnit is similar to other unit testing frameworks like JUnit, but makes use of |
25 the features JavaScript provides and helps with testing code in the browser, | 25 the features JavaScript provides and helps with testing code in the browser, |
26 e.g. with its stop/start facilities for testing asynchronous code. | 26 e.g. with its stop/start facilities for testing asynchronous code. |
27 | 27 |
28 It is currently used by the chrome remote desktop team for JavaScript unit | 28 It is currently used by the chrome remote desktop team for JavaScript unit |
29 testing. | 29 testing. |
30 | 30 |
31 Local Modifications: | 31 Local Modifications: |
32 No Modifications is made to src/qunit.js. | 32 No Modifications is made to src/qunit.js. |
33 src/browser_test_harness.js is added to enable running the QUnit test suite on | 33 src/browser_test_harness.js is added to enable running the QUnit test suite on |
34 try bots using the chromium browser test infrastructure. | 34 try bots using the chromium browser test infrastructure. It also automatically |
| 35 fails a test case if it doesn't return within a timeout of 5 seconds. |
OLD | NEW |