Skip to content

🚀 Run tape tests concurrently with tap-spec output

License

Notifications You must be signed in to change notification settings

DiegoRBaquero/node-bogota

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bogota npm downloads js-standard-style npm Greenkeeper badge

Concurrent tape test-files runner with tap-spec output

Requires NodeJS v6+

Global CLI Install

npm install -g bogota

CLI Usage

$ 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

{
  ...
  "scripts": {
    "test": "bogota"
  },
  "devDependencies": {
    "bogota": "^2.0.0",
    "tape": "^4.6.3"
  }
  ...
}

And then do npm test

License

MIT. Copyright © Diego Rodríguez Baquero