apeman-dev-commons-ui-testing

apeman common module for ui testing.


Keywords
apeman, commons, dev, ui, testing
License
MIT
Install
npm install apeman-dev-commons-ui-testing@1.1.4

Documentation

apeman-dev-commons-ui-testing

Build Status Code Climate Code Coverage npm version

apeman common module for ui testing.

Installation

Install module via npm.

# Install as local module.
$ npm install apeman-dev-commons-ui-testing --save

Usage

runKarma

Run karma test.

/**
 * @file Run karma.
 * @see http://karma-runner.github.io/0.13/index.html
 *
 */

"use strict";

var testing = require('apeman-dev-commons-ui-testing');
testing.runKarma('start', 'test/karma.conf.js', {
    singleRun: true
}, function (err) {
    /*...*/
});

License

This software is released under the MIT License.

Links