Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felixge/ooti
A kickass test suite for node.js
https://github.com/felixge/ooti
Last synced: about 2 months ago
JSON representation
A kickass test suite for node.js
- Host: GitHub
- URL: https://github.com/felixge/ooti
- Owner: felixge
- Created: 2009-09-13T21:33:03.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-10-20T15:44:55.000Z (about 15 years ago)
- Last Synced: 2024-10-11T15:19:20.374Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 89.8 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme
Awesome Lists containing this project
README
Design goals
============
* Make testing as easy & fun as JS itself
* Write tests in pure JS, no DSL parsing
* Make it very easy to figure out what failed
* Run tests in async or sync mode
* Use human language for BDD style testing with spec() and define()Todo
====
* Handle file not found
* Add command line option parser
* Implement --quite flag
* Implement --async flag
* Support async tests with regular cli output formatter
* Support for "regular" mjsunit tests
* Add cli_color output formatter
* Add support for jslint
* Load define() statements from different files
* Support for ~/.ooticonfig configuration file
* Track runtime of each individual step, test case, test and group
* Buffer stdio (maybe more confusing than helpful?)