-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
concurrent runs screw up log report #86
Comments
I am not sure if the output is from the reporter. Actually it supports concurrent browsers. Could it be that the output is from some |
Yes, it is. However I would expect that output to be either at the start or bottom, or at the test that generates the output. Right now it is very random. More concerning is that: a) there are tests that are marked as failed (red, and |
Regarding the |
The other problem with the different platforms is hard to track down for me. Might a problem which only occurs when using custom saucelab launchers. I will try to reproduce it. |
This is a problem in karma itself IMO - karma is coupling the defining of default reporters with logging wired in, so reporters that are using the base reporter decorator are logging by default, which is probably not the intention. I have a proposed solution (karma-runner/karma#2342 (comment)) that I am leaning towards, and it would avoid needing to change anything in this library itself. |
Thanks for the information @wesleycho |
Testing multiple browsers at the same time confuses the reporting somehow and you can't really see which instance failed or succeeded, or where the output belongs.
Examples:
https://travis-ci.org/CendioOssman/noVNC/jobs/179805509
https://travis-ci.org/CendioOssman/noVNC/jobs/179770987
The text was updated successfully, but these errors were encountered: