github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

carlosbrando / autotest-notification

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 118
    • 14
  • Source
  • Commits
  • Network (14)
  • Issues (0)
  • Downloads (0)
  • Wiki (2)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (2)
    • gh-pages
    • master ✓
  • Tags (0)
Sending Request…
Click here to lend your support to: autotest-notification and make a donation at www.pledgie.com ! Edit Pledgie Setup

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

This gem set the autotest (ZenTest) to send messages to software as Growl, LibNotify, and Snarl, displaying a window with the results. — Read more

  cancel

http://www.nomedojogo.com/

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Fix README for gemcutter hosting. 
carlosbrando (author)
Mon Nov 23 05:10:37 -0800 2009
commit  df5fa51b03bf93ecc5f277e2800f2020c29e92b5
tree    8ddc8aac9002eeb3bf174d865f711fba477c6b39
parent  aca3da9034bf801b9b6447034056878133521e93
autotest-notification /
name age
history
message
file .gitignore Mon Aug 24 13:26:30 -0700 2009 Adding support for JRuby [Fábio Rehm]
file History.txt Wed Sep 30 20:43:54 -0700 2009 Bump to 2.1.0 [Carlos Brando]
file License.txt Thu Nov 13 20:14:26 -0800 2008 Version 1.7.3 [Carlos Brando]
file Manifest.txt Mon Jan 26 08:00:59 -0800 2009 Bump to 1.8.0 [Carlos Brando]
file PostInstall.txt Thu Nov 13 08:39:25 -0800 2008 Added some new info. [Carlos Brando]
file README.txt Mon Nov 23 05:10:37 -0800 2009 Fix README for gemcutter hosting. [carlosbrando]
file Rakefile Thu Nov 13 20:14:26 -0800 2008 Version 1.7.3 [Carlos Brando]
file autotest-notification.gemspec Wed Sep 30 20:43:54 -0700 2009 Bump to 2.1.0 [Carlos Brando]
directory bin/ Mon Aug 24 06:06:27 -0700 2009 Compatible with Ruby 1.9 Signed-off-by: Carlos... [elomar]
directory config/ Wed Sep 30 20:43:54 -0700 2009 Bump to 2.1.0 [Carlos Brando]
directory images/ Wed Oct 08 15:34:36 -0700 2008 Added buuf icons [samflores]
directory lib/ Wed Sep 30 20:43:54 -0700 2009 Bump to 2.1.0 [Carlos Brando]
directory script/ Thu Nov 13 20:14:26 -0800 2008 Version 1.7.3 [Carlos Brando]
file setup.rb Thu Nov 13 20:14:26 -0800 2008 Version 1.7.3 [Carlos Brando]
directory sounds/ Wed Jun 18 07:48:13 -0700 2008 Added Doom sounds. [Carlos Brando]
directory tasks/ Thu Nov 13 20:14:26 -0800 2008 Version 1.7.3 [Carlos Brando]
directory test/ Thu Apr 02 06:41:07 -0700 2009 Fix bugs with SUCCESS_SOUND and FAILURE_SOUND. [Carlos Brando]
directory website/ Thu Nov 13 20:14:26 -0800 2008 Version 1.7.3 [Carlos Brando]
README.txt
= THE AUTOTEST NOTIFICATION GEM

* http://github.com/carlosbrando/autotest-notification/


== DESCRIPTION:

This gem set the autotest (ZenTest) to send messages to software as Growl, LibNotify, and Snarl, displaying a window 
with the results.


== REQUIREMENTS:

Independent of operating system you are using, you must install the ZenTest:

  $ gem install ZenTest


* If you're using a Mac:
    You need to have Growl and growlnotify installed on your machine.
    
    Download the Growl [http://growl.info/index.php] and install it like any other application on your Mac
    
    Then you must install the growlnotify.
    
    In your shell, cd to the directory on the Growl disk image containing growlnotify, and type ./install.sh.
    That script will install growlnotify to /usr/local/bin and the manpage to /usr/local/man.

    If you want to be notified with voice of the test results, when running an-install, pass a "-s" switch, when you do 
    not want voices notifications anymore, just run it again without the "-s" switch.

    
* If you're using Windows (with cygwin):
    You need to have Snarl and sncmd installed on your machine.
    
    Download Snarl [http://www.fullphat.net/] and install it like any other application on your machine.
    
    Then download sncmd [http://www.k23productions.com/download.php?view.105] open the zip file and place 
    the executable from the zip in any directory in windows PATH (for example c:\windows).


* If you're using Windows (without cygwin):
    You need to have Snarl, diffutils and ruby-snarl installed on your machine.

    Download Snarl [http://www.fullphat.net/] and install it like any other application on your machine.

    Download DiffUtils for Windows [http://gnuwin32.sourceforge.net/packages/diffutils.htm] and follow the installation 
    instructions on the site.
    
    Run in the command prompt:

      $ gem install ruby-snarl
    
    After all that. You must update the environment variable PATH with the path to the bin of diffutils.
    It's the price that was paid for using Windows (try cygwin).
    
    
* If you're using Linux:
    You need to have libnotify binaries installed.
    
    For ubuntu this means: sudo apt-get install libnotify-bin
    
    Other distributions may package it with other names, do a search for libnotify using your distribution package 
    manager.
    
    If you use KDE and do not have libnotify-bin installed, it will try to use kdialog wich is part of KDE.
    It also works if you have zenity installed.

    If you want to be notified with voice of the test results, instal espeak [http://espeak.sourceforge.net/] too, it is 
    not needed.
    And when running an-install, pass a "-s" switch, when you do not want voices notifications anymore, just run it 
    again without the "-s" switch.

    To hear the sounds of Doom Edition, you need the mplayer [http://www.mplayerhq.hu/design7/dload.html] installed.


== INSTALL:

  $ sudo gem install autotest-notification
  
Run it to let the notifier in automatic mode:

  $ an-install

In Windows without cygwin, it's necessary to install in the directory of the project:
  
  $ an-install --path=C:\projects\my_project

To turn off the notifier:
  
  $ an-uninstall


== Special Doom Edition

  $ an-install --doom --speaking

== Buuf Edition - Display Buuf icons by Mattahan [http://mattahan.deviantart.com]

  $ an-install --buuf

== Showing a yellow warning image when there are no errors/failures but there are pending specs

  $ an-install --pending

== CONTRIBUTORS:

* carlosbrando [http://www.nomedojogo.com]
* simpsomboy [http://alexandredasilva.wordpress.com]
* urubatan [http://www.urubatan.info]
* chjunior [http://tas.milk-it.net]
* daviscabral [http://blog.impactmedia.com.br]
* tapajos [http://www.improveit.com.br/tapajos]
* tchandy [http://tchandy.wordpress.com]
* ozsantana [http://blog.iconcreative.net]
* lucasuyezu [http://xucros.com]
* samflores [http://www.thoughtsoverflow.com]
* dcrec1 [http://www.mouseoverstudio.com/blog]
* nuxlli [http://www.nuxlli.com.br]
* ernestonakamura [http://github.com/ernestonakamura]

== LICENSE:

(The MIT License)

Copyright (c) 2008

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server