UNPKG

api-bdd-test

Version:

use the bdd(cucumber) to test the RESTfull API

10 lines (7 loc) 279 B
module.exports = (aDictionary)-> this.given 'this is a general lib', -> this.define /increment\s+$identifier/, (aKey)-> testScope = this.ctx if testScope[aKey] then testScope[aKey]++ else testScope[aKey] = 1 console.log 'incr', aKey, testScope[aKey] return