AgileVentures / asyncvoter-api

For Voting on Stories and Tickets remotely and asynchronously e.g. planning poker
5 stars 7 forks source link

CucumberJS is now working with chai #39

Closed juniorg closed 7 years ago

juniorg commented 7 years ago

Replaced Mocha with CucumberJS.

Test definitions are now read from "PROJECT_SOURCE"/features

Tests are written in "PROJECT_SOURCE"/features/step_definitions

Currently the feature "Start vote" is tested and passing.

Note: did some housekeeping and edited couple of files

tansaku commented 7 years ago

@juniorg this is pretty good stuff - well done.

Did I see right that you deleted the vote files?

I guess we need to modify travis to make sure it also runs the cukes ...