Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vgsantoniazzi/focuzo
focuzo — A RSpec formatter to set light lamp through arduino, based on status of tests.
https://github.com/vgsantoniazzi/focuzo
arduino rspec
Last synced: about 2 months ago
JSON representation
focuzo — A RSpec formatter to set light lamp through arduino, based on status of tests.
- Host: GitHub
- URL: https://github.com/vgsantoniazzi/focuzo
- Owner: vgsantoniazzi
- Created: 2015-05-16T05:16:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-20T14:18:17.000Z (about 9 years ago)
- Last Synced: 2024-05-02T01:56:30.624Z (8 months ago)
- Topics: arduino, rspec
- Language: Ruby
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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 :heart: Open source!
[Follow github guides for forking a project](https://guides.github.com/activities/forking/)
[Follow github guides for contributing open source](https://guides.github.com/activities/contributing-to-open-source/#contributing)
## Code Status
[![Build Status](https://travis-ci.org/vgsantoniazzi/focuzo.svg?branch=master)](https://travis-ci.org/vgsantoniazzi/focuzo)
## License
Gem is released under the [MIT license](http://opensource.org/licenses/MIT).