testem-node

0.1.5 • Public • Published

Testem node

Connect to a testem server and run the unit tests in node.js

Example

var testemNode = require("testem-node")

testemNode(
    port: 7357
    , host: "localhost"
    , command: "tap"
    , args: ["--tap", "test"]
})

/testem-node/

    Package Sidebar

    Install

    npm i testem-node

    Weekly Downloads

    8

    Version

    0.1.5

    License

    none

    Last publish

    Collaborators

    • raynos