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
Hey there. Everything works great!! Awesome gem, but there is one thing that it's a little bit annoying to me. When I change some test, save the file, the terminal-notifier-guard works and I can see the notification, the problem is that the message where it says: 1 test, 1 asse... etc is really short, It last less than 2 seconds, after that the message is switched to Running: sometest/test.rb. Is there a way to put both messages together so that I have time to see how many things I broke?? Or having the first part of the message last a bit longer.
This only happens when I use Minitest with Banners, it only creates one banner and switches the message inside that banner, if I use Alerts instead then it'll create two alerts, one with each message. The thing is that Alerts don't go away automatically.
But if I use RSpec, it puts everything inside one banner and I can read it.
Thanks!
The text was updated successfully, but these errors were encountered:
Hey there. Everything works great!! Awesome gem, but there is one thing that it's a little bit annoying to me. When I change some test, save the file, the terminal-notifier-guard works and I can see the notification, the problem is that the message where it says:
1 test, 1 asse... etc
is really short, It last less than 2 seconds, after that the message is switched toRunning: sometest/test.rb
. Is there a way to put both messages together so that I have time to see how many things I broke?? Or having the first part of the message last a bit longer.This only happens when I use Minitest with Banners, it only creates one banner and switches the message inside that banner, if I use Alerts instead then it'll create two alerts, one with each message. The thing is that Alerts don't go away automatically.
But if I use RSpec, it puts everything inside one banner and I can read it.
Thanks!
The text was updated successfully, but these errors were encountered: