You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the notifier plugin logs failing tests with an "urgency" of "critical", this causes the notifications to become persistent on certain systems (at least KDE, possibly also gnome).
I would like to see two changes
a) a breaking change moving from urgencies "normal" and "critical" to "low" and "normal"
b) making the level configurable
:kaocha.plugin.notifier/urgency :normal
With possible values
:auto, the default, use low/normal depending on result
:low / :normal / :critical : use fixed value
Note that this currently only impacts linux.
The text was updated successfully, but these errors were encountered:
Currently the notifier plugin logs failing tests with an "urgency" of "critical", this causes the notifications to become persistent on certain systems (at least KDE, possibly also gnome).
I would like to see two changes
a) a breaking change moving from urgencies "normal" and "critical" to "low" and "normal"
b) making the level configurable
:kaocha.plugin.notifier/urgency :normal
With possible values
:auto
, the default, use low/normal depending on result:low
/:normal
/:critical
: use fixed valueNote that this currently only impacts linux.
The text was updated successfully, but these errors were encountered: