Git Product home page Git Product logo

verde's Introduction

verde

Run multiple files through mocha.

But mocha already runs multiple files? Yes, this runs the files one by one.

Sometimes it just is easier to do it this way

Install

$ npm install --save-dev verde

Usage (CLI)

$ verde [options]

API

verde(opts:Object)

opts can have the following keys:

  • reporter {String} the mocha reporter (defaults to list)
  • color {Boolean} whether to use colors (defaults to true)
  • require {Array} require additional modules (defaults to [])
  • dir {String} the directory to read (defaults to process.cwd())
  • files {Array} the files to run (defaults to all .js files in opts.dir)
  • addons {Array} additional options to pass to mocha
  • recursive {Boolean} recursively walk directories to run tests (default false)

verde.run()

Begins running the files through mocha

Events

test:start

Emitted when the file is passed to mocha

  • filename the file being run

test:error

Emitted on test failure

  • err
  • filename
  • stdout/stderr

test:finish

Emitted when the test succeeds

  • filename
  • stdout/stderr

done

Emitted when all files have been run through mocha

License

MIT

Contributors

Author: [https://github.com/evanlucas](Evan Lucas)

verde's People

Contributors

dejanr avatar evanlucas avatar

Watchers

 avatar  avatar

verde's Issues

Code coverage

It should be great adopting some code coverage tool, and showing for each suite percentage of code coverage.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.