JamieMason / karma-nested-reporter

Easy to read test output with nested describe and it blocks

Home Page:https://www.npmjs.com/package/karma-nested-reporter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't Get It To Work

MikeHanson opened this issue · comments

I hate this kind of Shrug report normally, I love the idea of this reporter but just can't get it to work.

I have installed the reporter globally and replaced 'progress' with 'nested' in my config but nothing is output in the console window other than the standard n out of n message.

The only thing of note is that I can not longer press Ctrl+C to stop Karma.

I'm not an expert on Karma not sure how to troubleshoot this without any output errors or otherwise in the console window.

Any help would be greatly appreciated

Mike

Can you create and point me to a github repo where I can reproduce the error?

Just noticed you said you installed it globally, it should be installed normally without the -g flag.

How are you getting on @MikeHanson?

Hi @JamieMason, I'm facing same issue.... Maybe you can help?
Here's a link to travis where you can see it running...

I gave up on using it in the end as I prefer to install all my karma plugins globally rather than have many of them scattered all over the place. I know they are small, but scattering different copies of things all over the place goes against the grain for me

From: srfrnk [mailto:notifications@github.com]
Sent: 23 October 2014 09:44
To: JamieMason/karma-nested-reporter
Cc: Mike Hanson
Subject: Re: [karma-nested-reporter] Can't Get It To Work (#5)

Hi @JamieMason https://github.com/JamieMason , I'm facing same issue.... Maybe you can help?
Here's a link to travis where you can see it running... https://travis-ci.org/srfrnk/ng-device-detector


Reply to this email directly or view it on GitHub #5 (comment) .

I can't help you without any details Mike, nothing to go on so far.

I simply replied to another post that arrived in my mailbox. Sorry didn't spot the @ referencing your name

Sent from my iPad

On 24 Oct 2014, at 19:47, Jamie Mason notifications@github.com wrote:

I can't help you without any details Mike, nothing to go on so far.


Reply to this email directly or view it on GitHub.

10x @JamieMason, @MikeHanson - I finally figured out that it was my bad.... everything was working very well - I just didn't have any tests failing so - no output.... once I had a failing test I did get the nested output.
So - sorry for the trouble - all is well now :)