Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sensu-plugins/sensu-plugins-rspec
Sensu Plugins for running and alerting on rspec tests
https://github.com/sensu-plugins/sensu-plugins-rspec
integration-testing monitoring rspec sensu-plugins
Last synced: 3 months ago
JSON representation
Sensu Plugins for running and alerting on rspec tests
- Host: GitHub
- URL: https://github.com/sensu-plugins/sensu-plugins-rspec
- Owner: sensu-plugins
- License: mit
- Created: 2015-02-16T02:28:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T19:17:36.000Z (almost 4 years ago)
- Last Synced: 2024-10-31T09:36:59.368Z (3 months ago)
- Topics: integration-testing, monitoring, rspec, sensu-plugins
- Language: Ruby
- Homepage: http://sensu-plugins.io
- Size: 58.6 KB
- Stars: 4
- Watchers: 9
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## Sensu-Plugins-rspec
[![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-rspec.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-rspec)
[![Gem Version](https://badge.fury.io/rb/sensu-plugins-rspec.svg)](http://badge.fury.io/rb/sensu-plugins-rspec)
[![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-rspec/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-rspec)
[![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-rspec/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-rspec)
[![Dependency Status](https://gemnasium.com/sensu-plugins/sensu-plugins-rspec.svg)](https://gemnasium.com/sensu-plugins/sensu-plugins-rspec)## Functionality
## Files
* bin/check-rspec.rb## Usage
Run entire suite of tests
`check-rspec -d /tmp/my_tests`
Run only one set of tests
`check-rspec -d /tmp/my_tests -s spec/test_one.rb`
Run tests with all options (except environment variables)
`check-rspec -b /usr/bin/ruby -i bin/rspec -d /tmp/my_tests -s spec --proxy-client rspec-client`
Run tests with required options and multiple environment variables
`check-rspec -d /tmp/my_tests -e "aws_access_key_id=XX aws_secret_access_key=XX"``
## Installation
[Installation and Setup](http://sensu-plugins.io/docs/installation_instructions.html)
## Notes