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

Dependents (1)

Package Sidebar

Install

npm i testem-node

Weekly Downloads

12

Version

0.1.5

License

none

Last publish

Collaborators

  • raynos