question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

mocha-stats progress stays at 0%

See original GitHub issue

Hi. I recently upgraded to use the debug reporter and noticed the percentage indicator in the upper right corner stays at 0%.

Is there some configuration I’m missing to correct this?

Currently, I have these settings…

  frameworks: ['mocha', 'sinon-chai'],
  client: {
      mocha: {
        reporter: 'html', // change Karma's debug.html to the mocha web reporter
        ui: 'bdd'
      }
   }

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
ScottFreeCodecommented, Nov 5, 2016

Aha – I guess I should have tried hitting the “DEBUG” button one of these days! Thanks, that does work. (Also, the percentage seems to be doing fine for me as well.)

0reactions
maksimrcommented, Nov 5, 2016

@ScottFreeCode mocha’s html reporter works only on /debug.html[1] page

[1] - http://localhost:9876/debug.html

Read more comments on GitHub >

github_iconTop Results From Across the Web

Re: Setup progress stuck at 0% progress for some time
The installer is getting stuck for about 30 seconds at 0% progress in Setup Progress dialog (After clicking Install button in Ready to...
Read more >
third_party/mocha/mocha.js - chromium/src.git - Git at Google
module.exports = Progress;. /**. * Initialize a new `Progress` indicator. */. function Progress() {. this.percent = 0;. this.size(0);. this.fontSize(11);.
Read more >
marionettejs/backbone.marionette - Gitter
The problem is that while re-rendering is still in progress, the template formatting triggers a change event on the model. Is there a...
Read more >
Cuttle Interview - JSFiddle - Code Playground
We would have been stuck with whatever they gave us, perhaps some Von Neumann ... #mocha-stats .progress{float:right;padding-top:0;}.
Read more >
mozilla-aurora: changeset 298515 ...
getMostRecentWindow("navigator:browser"); let url = message.data[0] ? message.data[0] ... +} + +#mocha-stats .progress { + float: right; + padding-top: 0; ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found