Concurrent tape test-files runner with tap-spec output
Requires NodeJS v6+
npm install -g bogota
$ bogota [test/**/*.js]If no path(s) are specified, bogota will use test*.js test/**/*.js and tests/**/*.js as paths
npm install -D bogota
{
...
"scripts": {
"test": "bogota"
},
"devDependencies": {
"bogota": "^2.0.0",
"tape": "^4.6.3"
}
...
}And then do npm test
MIT. Copyright © Diego RodrÃguez Baquero