Skip to content

satya2048/test

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors 7