kalliope.runner

0.1.3 • Public • Published

kalliope.runner Build Status

very simple straight forward testrunner, specially targeting testing REST api server

installation

if you planing on using the cli, install globally (-g)

npm install kalliope.runner

usage cli

kalliope.runner <testFiles>

usage as module

var Runner = require('kalliope.runner');
var testList = require('./testList.js');

var runner = new Runner(testList);
runner.logger.on(log, function(logEntry) {
  //
});
runner.run(function(err) {
  // do stuff
});

sample

  • TODO

Readme

Keywords

none

Package Sidebar

Install

npm i kalliope.runner

Weekly Downloads

0

Version

0.1.3

License

none

Last publish

Collaborators

  • bonuspunkt