Skip to content

focuzo — A RSpec formatter to set light lamp through arduino, based on status of tests.

Notifications You must be signed in to change notification settings

vgsantoniazzi/focuzo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Focuzo

Rspec formatter to call anyting you want by HTTP requests

Getting Started

From rubygems:

gem install focuzo

From source code:

git clone [email protected]:vgsantoniazzi/focuzo.git
cd focuzo
gem build --verbose focuzo.gemspec
gem install focuzo-version.gem

Usage

setup NOTIFIER_IP environment variable, similar like: NOTIFIER_IP=192.168.0.10

rspec --format Focuzo

When test suit starts, it makes a call for notifier ip with color yellow: http://192.168.0.10/yellow representing that started.

When single test fail, it makes a call for notifier ip with color red: http://192.168.0.10/red representing that failed.

When test suit finish without fail, it makes a call for notifier ip with color green: http://192.168.0.10/green representing that everything is OK.

Contributing

I ❤️ Open source!

Follow github guides for forking a project

Follow github guides for contributing open source

Code Status

Build Status

License

Gem is released under the MIT license.

About

focuzo — A RSpec formatter to set light lamp through arduino, based on status of tests.

Topics

Resources

Stars

Watchers

Forks

Languages