Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigpipe/illuminati
Node illuminati
https://github.com/bigpipe/illuminati
Last synced: 1 day ago
JSON representation
Node illuminati
- Host: GitHub
- URL: https://github.com/bigpipe/illuminati
- Owner: bigpipe
- License: mit
- Created: 2014-07-09T18:10:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-16T20:44:43.000Z (almost 8 years ago)
- Last Synced: 2024-09-30T13:18:45.904Z (about 1 month ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 2
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Illuminati
Illuminati is a test runner for mocha tests in node or phantom
### Installation
```
npm install --save-dev illuminati
```### Usage
Using `illuminati` as test runner is super simple. The only thing you need to
add to your `package.json` is the `illuminati` command in the `scripts.test`
property:```js
{
"scripts": {
"test": "illuminati"
}
}
```If you wish to run the tests in `phantomjs` instead you can simply append the
`--phantom` flag and it will do it's thing.```
{
"scripts": {
"test": "illuminati --phantom"
}
}
```And that is it. Super simple, but highly opinionated testing.
### License
MIT