Questions tagged [mocha-cakes]

BDD mocha test framework add-on, stories with Cucumber style Given/When/Then syntax for Node.js

Gherkin-Cucumber syntax add-on for mocha javascript/node test framework for customer acceptance testing.

Provides high-level/functional/acceptance test organization lingo, using 'Feature', Stories, 'Scenarios', 'Given/Then/When'.

GitHub Page: https://github.com/quangv/mocha-cakes

1 questions
2
votes
1 answer

Testing Restify services with Mocha-Cakes, and Coffescript, use of done() in async causes timeout issues

I am running into some timing issues with some mocha-cakes test scripts that run against restify services. I'm using the Restify JSON client to issue the calls, which use callbacks rather than promises. I've passed in the done function to my Givens…
jrista
  • 32,447
  • 15
  • 90
  • 130