karma-yatra

1.0.0 • Public • Published

karma-yatra

Adapter for the Yatra testing framework.

Installation

The easiest way is to keep karma-yatra as a devDependency in your package.json.

{
  "devDependencies": {
    "karma": "~0.12.0",
    "karma-yatra": "~1.0.0"
  }
}

You can simply do it by:

npm install karma-yatra --save-dev

Configuration

// karma.conf.js
module.exports = function(config) {
  config.set({
    frameworks: ['yatra'],
 
    files: [
      { pattern:'test/**', included: false },
      { pattern:'src/**', included: false }
    ]
  });
};

For more information on Karma see the homepage.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    2
  • 0.0.1
    0

Package Sidebar

Install

npm i karma-yatra

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • mavrin