https://github.com/davydovanton/rspec-yeelight
Show rspec status by yeelight lamp
https://github.com/davydovanton/rspec-yeelight
Last synced: 3 months ago
JSON representation
Show rspec status by yeelight lamp
- Host: GitHub
- URL: https://github.com/davydovanton/rspec-yeelight
- Owner: davydovanton
- License: mit
- Created: 2018-01-03T19:32:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-03T20:38:59.000Z (over 7 years ago)
- Last Synced: 2025-01-21T22:08:54.485Z (5 months ago)
- Language: Ruby
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Rspec::Yeelight
Display rspec status by yeelight lamp
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'rspec-yeelight'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install rspec-yeelight
## Usage
[demo](https://twitter.com/anton_davydov/status/948651515782291458)
Just call:
```
$ bundle exec rspec --format YeelightFormatter --format progress
```Also, you can set `YEELIGHT_IP` env variable for specific lamp ip
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/rspec-yeelight. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
## Code of Conduct
Everyone interacting in the Rspec::Yeelight project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/rspec-yeelight/blob/master/CODE_OF_CONDUCT.md).