Self test execution bar color should change to RED when error are present (currently remains green) and title should state "test completed with errors"
ohadschn opened this issue · 4 comments
Version and Environment
- GSmartControl version: 1.1.4 (latest released)
- OS: Windows 10 22H2
Is your feature request related to a problem? Please describe.
The color green is universally interpreted as "successful". I run self tests regularly and recently one of them failed. However I almost missed it as everything seemed normal at first glance.
- The reported result was simply "Test completed"
- The execution bar was green
It was only upon further inspection that I realized that the subtitle mentioned the test "completed with read failure".
Describe the solution you'd like
Upon any test failure:
- The title should change to "test completed with errors"
- The execution bar color should change to RED
Hi,
Unfortunately, the progress bar color is determined by the theme and it would be problematic to change it.
However, I agree that the failure should be more "in your face". Actually, there is a "warning" image displayed, but due to a bug in Windows package, it's missing.
So, fixing this bug requires:
- Fixing the missing image in Windows package.
- Maybe changing the color of the text to red to make it stand out.
What about changing the test "test completed" to something like "TEST FAILED" in bold and/or red?
What about changing the test "test completed" to something like "TEST FAILED" in bold and/or red?
Yes, this is also a good idea.