Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 796 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 796 Bytes

beep-boop 🤖

Audible and visual feedback for test runs

screenshot

🎶 plays a pleasant sound if your tests succeed and a melancholy sound if your tests fail

Installation

  1. Install bbin
  2. bbin install io.github.pesterhazy/beep-boop

Usage

Typically beep-boop is used as a prefix command wrapping your test runner:

watchexec -- beep-boop npm test

or

watchexec -- beep-boop lein test

Turn your audio volume up so you can hear the sound effect! On macOS you'll also see a temporary display notification with a red or green icon.

beep-boop works by inspecting the exit status of the command it wraps, so you can easily try it like this:

beep-boop /usr/bin/true
beep-boop /usr/bin/false