vowsjs / kyuri

A node.js cucumber implementation with a few extra asynchronous keywords. supports 160+ languages and exports to VowsJS stubs
http://prenup.nodejitsu.com
197 stars 19 forks source link

Create javascript based step definitions #4

Closed indexzero closed 12 years ago

indexzero commented 14 years ago

We should be creating javascript step definitions. Something like:

Given(/I have entered (d+) into the calculator/, function () {

});
paulbjensen commented 13 years ago

+1

indexzero commented 13 years ago

This is actually done in the 0.2.0 branch, but not well tested. Give it a shot if you're up for it

dalssoft commented 13 years ago

+1

indexzero commented 12 years ago

Fixed in kyuri@0.2.0