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: 4 months 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T02:24:50.000Z (almost 2 years ago)
- Last Synced: 2025-09-07T06:31:15.097Z (9 months ago)
- Topics: bogota, concurrent, javascript, nodejs, parallel, tap, tape, test, testing, tests
- Language: JavaScript
- Homepage:
- Size: 75.2 KB
- Stars: 15
- Watchers: 5
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bogota [](https://npmjs.org/package/bogota) [](https://npmjs.org/package/bogota) [](http://standardjs.com/) [](LICENSE) [](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)