Bug 496003 - [JUnit] Provide audio feedback when test runs finish
Summary: [JUnit] Provide audio feedback when test runs finish
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.6   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-13 10:07 EDT by Eric Rizzo CLA
Modified: 2016-07-12 08:36 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Rizzo CLA 2016-06-13 10:07:49 EDT
Idea taken from http://stackoverflow.com/questions/10600317/eclipse-notification-when-all-junit-tests-run

When a test run finishes, some form of audio notification should be available.
A different sound should play for success versus failure/error.
There should be a preference for enabling and disabling the sounds.
Comment 1 Eric Rizzo CLA 2016-06-13 10:09:28 EDT
I have prepared an implementation of this, complete with updates to the JUnit preferences page, a toggle button on the JUnit view toolbar, and some choices for failure/error and success sounds. I'll be preparing a pull request soon, as well as post some questions on the JDT-dev mailing list.