weizheheng / ror.nvim

Have FUN builiding Ruby on Rails applications with Neovim!
MIT License
132 stars 15 forks source link

Feature Request: Notification when tests run is complete. #6

Closed otavioschwanck closed 1 year ago

otavioschwanck commented 2 years ago

When all tests pass:

All tests passed

When some tests fails:

3 tests of 12 failed.

weizheheng commented 1 year ago

Thank you for your interest in this plugin.

I have added some basic support for this as shown in this image.

CleanShot 2022-11-12 at 21 42 52@2x

Not working on your other issues, but I have been playing around with coverage. Now you can do something like

CleanShot 2022-11-12 at 21 45 19@2x
otavioschwanck commented 1 year ago

Thank you for your interest in this plugin.

I have added some basic support for this as shown in this image. CleanShot 2022-11-12 at 21 42 52@2x

Not working on your other issues, but I have been playing around with coverage. Now you can do something like

CleanShot 2022-11-12 at 21 45 19@2x

Awesome. About the other issues, i can work on that.