AgileVentures / asyncvoter-api

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

add documentation about how to write a cucumber story well? #37

Open tansaku opened 7 years ago

tansaku commented 7 years ago

or at least have lots of examples ...

Zsuark commented 7 years ago

From my testing, when using asynchronous functions, the function should throw an error when the test fails. If the code just has an assertion, even if the assertion fails, it will still show as passing. Throw an error, and the error is displayed, along with the stack trace.

tansaku commented 7 years ago

via @sysrex and @krauszraphael https://github.com/denford/TuteCumber