Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diegorbaquero/node-bogota
π Run tape tests concurrently with tap-spec output
https://github.com/diegorbaquero/node-bogota
bogota concurrent javascript nodejs parallel tap tape test testing tests
Last synced: 12 days ago
JSON representation
π Run tape tests concurrently with tap-spec output
- Host: GitHub
- URL: https://github.com/diegorbaquero/node-bogota
- Owner: DiegoRBaquero
- License: mit
- Created: 2016-03-27T05:21:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T02:24:50.000Z (4 months ago)
- Last Synced: 2024-10-19T02:53:51.068Z (20 days ago)
- Topics: bogota, concurrent, javascript, nodejs, parallel, tap, tape, test, testing, tests
- Language: JavaScript
- Homepage:
- Size: 75.2 KB
- Stars: 15
- Watchers: 6
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bogota [![npm](https://img.shields.io/npm/v/bogota.svg)](https://npmjs.org/package/bogota) [![downloads](https://img.shields.io/npm/dm/bogota.svg)](https://npmjs.org/package/bogota) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/) [![npm](https://img.shields.io/npm/l/bogota.svg)](LICENSE) [![Greenkeeper badge](https://badges.greenkeeper.io/DiegoRBaquero/node-bogota.svg)](https://greenkeeper.io/)
Concurrent tape test-files runner with `tap-spec` output
**Requires NodeJS v6+**
## Global CLI Install
```
npm install -g bogota
```### CLI Usage
```sh
$ bogota [test/**/*.js]
```
If no path(s) are specified, `bogota` will use `test*.js` `test/**/*.js` and `tests/**/*.js` as paths## As a dev dependency
### Install
```
npm install -D bogota
```### `npm test` Usage
```json
{
...
"scripts": {
"test": "bogota"
},
"devDependencies": {
"bogota": "^2.0.0",
"tape": "^4.6.3"
}
...
}
```And then do `npm test`
## License
MIT. Copyright Β© [Diego RodrΓguez Baquero](https://diegorbaquero.com)