All Projects → test-kitchen → busser-rspec

test-kitchen / busser-rspec

Licence: other
Run RSpec tests through busser

Programming Languages

ruby
36898 projects - #4 most used programming language
Gherkin
971 projects

Projects that are alternatives of or similar to busser-rspec

kitchen-pester
A Test Kitchen driver to execute Pester as a verifier
Stars: ✭ 29 (+141.67%)
Mutual labels:  ruby-gem, test-kitchen, managed-by-terraform
busser-serverspec
A Busser runner plugin for the serverspec testing library
Stars: ✭ 51 (+325%)
Mutual labels:  ruby-gem, test-kitchen, managed-by-terraform
dokken-images
Minimal Docker Images for testing
Stars: ✭ 20 (+66.67%)
Mutual labels:  ruby-gem, test-kitchen, managed-by-terraform
kitchen-dsc
A DSC Provisioner for Test-Kitchen
Stars: ✭ 27 (+125%)
Mutual labels:  ruby-gem, test-kitchen, managed-by-terraform
vmware-vra-gem
A Ruby Gem for interacting with the VMware vRealize Automation system
Stars: ✭ 16 (+33.33%)
Mutual labels:  ruby-gem, test-kitchen, managed-by-terraform
kitchen-rackspace
A Rackspace Cloud driver for Test Kitchen
Stars: ✭ 15 (+25%)
Mutual labels:  ruby-gem, test-kitchen, managed-by-terraform
kitchen-google
Google Compute Engine driver for Test-Kitchen
Stars: ✭ 47 (+291.67%)
Mutual labels:  ruby-gem, test-kitchen, managed-by-terraform
busser
Kitchen Busser - Runs tests for projects in test-kitchen
Stars: ✭ 47 (+291.67%)
Mutual labels:  ruby-gem, test-kitchen, managed-by-terraform
kitchen-habitat
A Test Kitchen Driver for Habitat
Stars: ✭ 13 (+8.33%)
Mutual labels:  ruby-gem, test-kitchen, managed-by-terraform
Rorvswild
Ruby on Rails app monitoring: performances & exceptions insights for rails developers.
Stars: ✭ 159 (+1225%)
Mutual labels:  ruby-gem
Jekyll Minifier
Jekyll HTML/XML/CSS/JS Minifier utilising yui-compressor, and htmlcompressor
Stars: ✭ 215 (+1691.67%)
Mutual labels:  ruby-gem
Necromancer
Conversion from one object type to another with a bit of black magic.
Stars: ✭ 136 (+1033.33%)
Mutual labels:  ruby-gem
Draftsman
Ruby gem that lets you create draft versions of your database records.
Stars: ✭ 159 (+1225%)
Mutual labels:  ruby-gem
Filestack Rails
Official Ruby on Rails plugin for Filestack File Picker that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
Stars: ✭ 220 (+1733.33%)
Mutual labels:  ruby-gem
Ruby Macho
🔩 A pure-Ruby library for parsing Mach-O files.
Stars: ✭ 153 (+1175%)
Mutual labels:  ruby-gem
Dry Schema
Coercion and validation for data structures
Stars: ✭ 249 (+1975%)
Mutual labels:  ruby-gem
Screen Recorder
A Ruby gem to video record and take screenshots of your desktop or specific application window. Works on Windows, Linux, and macOS.
Stars: ✭ 135 (+1025%)
Mutual labels:  ruby-gem
Pages Gem
A simple Ruby Gem to bootstrap dependencies for setting up and maintaining a local Jekyll environment in sync with GitHub Pages
Stars: ✭ 1,670 (+13816.67%)
Mutual labels:  ruby-gem
crate ruby
A Ruby client library for CrateDB.
Stars: ✭ 31 (+158.33%)
Mutual labels:  ruby-gem
Api Fuzzer
API Fuzzer which allows to fuzz request attributes using common pentesting techniques and lists vulnerabilities
Stars: ✭ 238 (+1883.33%)
Mutual labels:  ruby-gem

Busser::RunnerPlugin::Rspec

A Busser runner plugin for Rspec

Status

This software project is no longer under active development as it has no active maintainers. The software may continue to work for some or all use cases, but issues filed in GitHub will most likely not be triaged. If a new maintainer is interested in working on this project please come chat with us in #test-kitchen on Chef Community Slack.

Installation and Setup

Please read the Busser plugin usage page for more details.

Usage

Please put test files into [COOKBOOK]/test/integration/[SUITES]/rspec/

-- [COOKBOOK]
  `-- test
     `-- integration
        `-- default
           `-- rspec
              `-- spec_helper.rb
              `-- Gemfile

You can specify your own test gem dependencies with a Gemfile under the rspec path, like this: test/integration/<suite>/rspec/Gemfile. Don't forget to put gem "rspec" there!

How do I ... ?

Change the rspec formatter?

You may be familar with using the rspec -f flag to change the rspec formatter. RSpec also offers a way to set the formatter from your specs:

RSpec.configure do |config|
  # The same as `rspec -f documentation`
  config.add_formatter "documentation"

Development

Pull requests are very welcome! Make sure your patches are well tested. Ideally create a topic branch for every separate change you make. For example:

  1. Fork the repo
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Authors

Created and maintained by Adam Jacob ([email protected])

Based on busser-serverspec, created and maintained by HIGUCHI Daisuke ([email protected])

License

Apache 2.0 (see LICENSE)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].