UNPKG

api-bdd-test

Version:

use the bdd(cucumber) to test the RESTfull API

11 lines (8 loc) 283 B
require './language' path = require 'path' appRoot = require 'app-root-path' loadConfig = require './load-config' # Features = require './features' Features = require './api-features' Features loadConfig.loadSync path.resolve appRoot.path, '.api-bdd-test' .run()