UNPKG

api-bdd-test

Version:

use the bdd(cucumber) to test the RESTfull API

11 lines (9 loc) 287 B
Yadda = require 'yadda' patchLang = require './language' module.exports = patchLang Yadda.localisation.English, 'before': '[Bb]efore' 'after': '[Aa]fter' 'beforeEach': '[Bb]eforeEach' 'afterEach': '[Aa]fterEach' 'beforeStep': '[Bb]eforeStep' 'afterStep': '[Aa]fterStep'