2 releases (1 stable)
1.0.0 | Sep 29, 2021 |
---|---|
0.1.0 | Sep 29, 2021 |
#24 in #junit
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
~3–27MB
~371K SLoC