I am using jasmine for javascript testing. How can I set the get the full specification like listing of the tests instead of the '.......' format?

As I test using guard, the set of actually executed tests is rather small, I find listing the full specification lines more useful. Thanks for helping out with a tip for configuring jasmine.

link|improve this question

68% accept rate
feedback

1 Answer

I just added a Verbose reporter to jasmine-headless-webkit. Try it out with:

jasmine-headless-webkit -f Verbose

If you've got any comments on it, leave a note in the GH issues and I'll take a look.

link|improve this answer
great, thanks, I've seen it on github as well, will try it out for sure. – fifigyuri Jan 12 at 10:03
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.