-
-
Notifications
You must be signed in to change notification settings - Fork 54
HTML Reporter never updates it's progress, and never sets the "finished" class on the #mocha div #151
Comments
@fushi can you elaborate? I'm not quite sure what you're talking about |
The tests are done in that picture, but the completed percent shows as 0%, and the Mocha window is still yellow, because doesn't have class="finished"
|
@fushi this looks like you are not using the default reporter. can you provide a repository to reproduce your issues? |
That is the default reporter, as far as I can tell. I've done nothing but Then I run Can you show a screenshot of what you're expecting? |
@fushi I'm pretty sure that this has worked at some point in the past, but apparently it no longer does. I've been able to reproduce this in a fresh new app. |
why don't you use |
We're moving from ember (non-cli) to ember-cli, and the current method of build/test for CI is the following: Build on build server I'm not opposed to changing that, I just don't yet know how we'd go about parallelizing test execution in the new way of doing things. The main issue I'm having is that I need the test results back on the build server, but I'm not sure I can run anything graphical there (and phantomjs doesn't seem to run any of the integration tests) |
This was fixed in mochajs/mocha#2299 - but it's only in mocha 3.x |
good to know, thanks @adamjmcgrath! looks like we have one more reason to migrate to Mocha 3. |
We use this in our CI to tell when the tests finish. Is there a workaround?
The text was updated successfully, but these errors were encountered: