#notifications #junit #watch #directory #reports #xml #upon

app junit-notify

Watch a directory containing junit xml reports, and emit OS notifications upon changes

2 releases (1 stable)

1.0.0 Sep 29, 2021
0.1.0 Sep 29, 2021

#15 in #upon

MIT license

11KB
164 lines

junit-notify

Watch a directory of junit xml reports, sending OS notifications on changes.

Installation

cargo install junit-notify

Usage

Pass a target directory to watch:

junit-notify $HOME/code/my-project/test-reports

With an optional title to be displayed in the notification:

cd $HOME/code/my-project
junit-notify ./my-project --title (basename (pwd))

Dependencies

~1–32MB
~425K SLoC