karma-ng-scenario

1.0.0 • Public • Published

karma-ng-scenario Build Status

Adapter for the AngularJS Scenario Runner.

If you are starting a new project, we recommend using Protractor for e2e testing AngularJS projects.

Installation

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

{
  "devDependencies": {
    "karma": "~0.10",
    "karma-ng-scenario": "~0.1"
  }
}

You can simple do it by:

npm install karma-ng-scenario --save-dev

Configuration

Following code shows the default configuration...

// karma.conf.js
module.exports = function(config) {
  config.set({
    frameworks: ['ng-scenario'],
 
    files: [
      '*.js'
    ]
  });
};

For more information on Karma see the homepage.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    7,617
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    7,617
  • 0.1.0
    4,806
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i karma-ng-scenario

Weekly Downloads

12,423

Version

1.0.0

License

MIT

Last publish

Collaborators

  • vojtajina
  • zzo
  • vkarpov15
  • dignifiedquire