Skip to content

grbkdev/karma-callphantom-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

karma-callphantom-reporter

Reporter that communicates with PhantomJS druing tests execution.

Installation

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

{
  "devDependencies": {
    "karma": "~1.5.0",
    "karma-callphantom-reporter": "~0.1.0"
  }
}

You can simple do it by:

npm install karma-callphantom-reporter --save-dev

Configuration

// karma.conf.js
module.exports = function(config) {
  config.set({
    reporters: ['callphantom']
  });
};

You can pass list of reporters as a CLI argument too:

karma start --reporters callphantom

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published