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"]
})

Readme

Keywords

none

Package Sidebar

Install

npm i testem-node

Weekly Downloads

7

Version

0.1.5

License

none

Last publish

Collaborators

  • raynos