UNPKG

api-bdd-test

Version:

use the bdd(cucumber) to test the RESTfull API

19 lines (10 loc) 368 B
(function() { var Features, appRoot, loadConfig, path; require('./language'); path = require('path'); appRoot = require('app-root-path'); loadConfig = require('./load-config'); Features = require('./api-features'); Features(loadConfig.loadSync(path.resolve(appRoot.path, '.api-bdd-test'))).run(); }).call(this); //# sourceMappingURL=index.js.map