Uberi / Yunit

Super simple testing framework for AutoHotkey.
GNU Affero General Public License v3.0
52 stars 21 forks source link

change statusbar color to green/red depending upon test results #8

Closed mmikeww closed 9 years ago

mmikeww commented 10 years ago

Its often useful to have a very quick visual confirmation if all of your tests have passed or failed. You guys had a StatusBar control added to the GUI that was unused. So I found a use for it. :)

Also, when the number of tests grow large, the TreeView control also grows large. Normally the GUI will scroll the TreeView to the bottom. This causes only the last tests to get displayed by default, requiring you to scroll up to find a potential failing test.

Without the StatusBar colored red, you would see all green icons and might think that the tests have passed at first glance: Imgur

You would need to specifically scroll up to see the failed tests: Imgur

Uberi commented 9 years ago

Nice touch.