Skip to content
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

Change the color of growl notification when a test is slow/medium #378

Closed
antoviaque opened this issue Apr 10, 2012 · 0 comments
Closed

Comments

@antoviaque
Copy link
Contributor

To allow to spot from the growl notification when a test is slow, change the color of the check mark. The slowest test is used for the color:

  • If all tests are fast, check mark is green
  • If at least one test is medium and none is slow, check mark is yellow
  • If at least one test is slow, check mark is red
antoviaque added a commit to antoviaque/mocha that referenced this issue Apr 10, 2012
…t is slow/medium

To allow to spot from the growl notification when a test is slow, change the color of the check mark. The slowest test is used for the color:

* If all tests are fast, check mark is green
* If at least one test is medium and none is slow, check mark is yellow
* If at least one test is slow, check mark is red

The corresponding images have been added.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant