Sunday, 18 August 2013

Mocha JS: Within a test, how to retrieve the current test's name?

Mocha JS: Within a test, how to retrieve the current test's name?

For additional logging, I need to be able to print the current test's
description. How can I do this (with Mocha bdd)?

No comments:

Post a Comment