-
Notifications
You must be signed in to change notification settings - Fork 215
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
Progress bar/completion status stops if test is marked as FAIL. #1103
Comments
openhtf/openhtf/output/web_gui/src/app/stations/station/test-summary.component.ts Lines 44 to 48 in 5f11f03
Looks like this is intended behaviour. I assume the logic here is that we can easily look into our GUI and find out easily when did our tests fail. |
If I understand correctly, this is a bug as it looks like the total count of run phases is incorrect? From a quick look https://github.com/google/openhtf/blame/5f11f03af022f7d041d14f135512ca9e71d8359b/openhtf/output/web_gui/src/app/stations/station/test-summary.component.ts#L47 should change from |
Thanks! I will this soltution and let you know about the result. |
Could be a nooby issue, but it seems like in web_gui folder I don't have "src" folder. I installed OpenHTF using pip. |
It's a bit confusing that the progress bar/completion status is stopped even though the test suite is still running/finished testing.
I'm not sure if this is a bug or it was planed to be like that.
Has anyone found a workaround for this?
Here is screenshot showing how it looks like in my case: https://imgur.com/Myvn1Jk
The status says "Ran 5 of 6 phases" even though it has already ran 6 of 6 phases.
The text was updated successfully, but these errors were encountered: