0.1.5 • Published 12 years ago

testem-node v0.1.5

Weekly downloads
9
License
-
Repository
github
Last release
12 years ago

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"
}, {
    argv: {
        remain: process.cwd() + "/test"
    }
})

The first argument to testemNode consist of the port & localhost of the testem server. The second argument is options to pass to a node-tap runner.

0.1.5

12 years ago

0.1.4

12 years ago

0.1.3

12 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago

0.0.1

12 years ago