{"id":13685662,"url":"https://github.com/fnando/test_notifier","last_synced_at":"2025-04-10T03:57:29.722Z","repository":{"id":428075,"uuid":"48251","full_name":"fnando/test_notifier","owner":"fnando","description":"Display system notifications (dbus, growl and snarl) after running tests. It works on Mac OS X, Linux and Windows. Powerful when used with Autotest ZenTest gem for Rails apps.","archived":false,"fork":false,"pushed_at":"2022-02-22T21:02:46.000Z","size":102,"stargazers_count":62,"open_issues_count":4,"forks_count":13,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-10T03:57:25.714Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://github.com/fnando/test_notifier","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fnando.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2008-09-02T01:30:59.000Z","updated_at":"2024-11-28T16:27:30.000Z","dependencies_parsed_at":"2022-07-07T23:30:26.718Z","dependency_job_id":null,"html_url":"https://github.com/fnando/test_notifier","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Ftest_notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Ftest_notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Ftest_notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Ftest_notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fnando","download_url":"https://codeload.github.com/fnando/test_notifier/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248154996,"owners_count":21056542,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T14:00:55.466Z","updated_at":"2025-04-10T03:57:29.697Z","avatar_url":"https://github.com/fnando.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"# Test Notifier\n\nInspired by\nhttp://railstips.org/2007/7/23/autotest-growl-pass-fail-notifications\n\nAfter using Growl notification, I decided to write my own plugin because I have\nto work on Ubuntu and Mac OS X and I missed the notification on my Linux box.\nThis plugin works with Linux, Mac OS X and Windows. All you need to do is\ninstall the specific notification library for your OS.\n\nInstead of displaying lots of notifications for each failure, I prefer to be\nnotified about the whole test result (you'll have to check your log file anyway\nin order to clean up the failures/errors).\n\n## Installation\n\n```\ngem install test_notifier\n```\n\nCheck \u003chttps://github.com/fnando/notifier\u003e to see how you can configure a\nnotifier for your OS.\n\n## Usage\n\nIf you're using Test::Unit you should add\n`require \"test_notifier/runner/test_unit\"` to your `test_helper.rb` file.\n\nIf you're using RSpec you should add `require \"test_notifier/runner/spec\"` to\nyour `spec_helper.rb` file. If you're using RSpec 2-3, you need to add\n`require \"test_notifier/runner/rspec\"` instead.\n\nIf you're using Autotest you should add\n`require \"test_notifier/runner/autotest\"` to the file `~/.autotest`\n\nIf you're using MiniTest you should add\n`require \"test_notifier/runner/minitest\"` to your `test_helper.rb` file.\n\nYou can define your notifier.\n\n```ruby\nTestNotifier.default_notifier = :terminal_notifier\n```\n\nThe available notifiers are `:terminal_notifier`, `:hud`, `:kdialog`,\n`:knotify`, `:notify_send`, `:osd_cat`, and `:snarl`.\n\nIf you'd like to make Test Notifier optional for your project:\n\n```ruby\nTestNotifier.silence_no_notifier_warning = true\n```\n\n## Maintainer\n\n- Nando Vieira - https://nandovieira.com\n\n## Collaborators\n\nhttps://github.com/fnando/test_notifier/graphs/contributors\n\n## License\n\n(The MIT License)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the 'Software'), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffnando%2Ftest_notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffnando%2Ftest_notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffnando%2Ftest_notifier/lists"}