mocha-stats progress stays at 0%
See original GitHub issueHi. 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:
- Created 7 years ago
- Comments:5 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.)
@ScottFreeCode mocha’s html reporter works only on /debug.html[1] page
[1] - http://localhost:9876/debug.html