test-scribe
v1.0.1
Published
Your sidekick for analog machine development. Run machines interactively and generate automated test scripts based on the outcome.
Maintainers
Readme
scribe
Your sidekick for analog machine development.
Huh?
Learn more about the Node-Machine Project and Treeline.
Who are you?
Hi! I'm the scribe. It's nice to meet you. I help developers:
- run machines interactively and generate automated test scripts based on the outcome.
- visualize the APIs for their software
As you might expect, I'm also a Sails.js app.
Usage
Install:
npm install test-scribe --saveUse:
var Scribe = require('test-scribe');
Scribe({
pathToPack: 'foo',
port: 1337
}, function (err, app) {
if (err) {
console.error('Failed to start scribe utility. Error details:',err);
return;
}
// OK! Scribe is running at http://localhost:1337.
})(note that if a relative path is provided for
pathToPack, it will be resolved from the top-level directory of the directory wherescribeis installed)
License
© 2015, Mike McNeil, © 2015 The Treeline Company. All rights reserved.
