¶ API CopilotWrite testing or data population scenarios for your APIs. This tool provides a pattern to run sequential asynchronous steps while avoiding callbacks with the use of promises. It also includes a promise-based HTTP client based on the request library. Promises are provided by the q library. |
var ioc = require('./ioc');
|
¶ Components
|
|
¶ ExportsWhen requiring
|
module.exports = {
Scenario: ioc.create('scenario'),
cli: ioc.create('cli'),
version: require('../package').version
};
|