Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Atalanta/cucumber-chef
Framework for test-driven infrastructure development
https://github.com/Atalanta/cucumber-chef
Last synced: 3 months ago
JSON representation
Framework for test-driven infrastructure development
- Host: GitHub
- URL: https://github.com/Atalanta/cucumber-chef
- Owner: Atalanta
- License: apache-2.0
- Created: 2011-06-14T11:28:17.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-11-01T23:34:43.000Z (about 11 years ago)
- Last Synced: 2024-07-20T04:15:31.355Z (4 months ago)
- Language: Ruby
- Homepage: http://cucumber-chef.org
- Size: 2.77 MB
- Stars: 265
- Watchers: 19
- Forks: 55
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Gem Version](https://badge.fury.io/rb/cucumber-chef.png)](http://badge.fury.io/rb/cucumber-chef)
[![Dependency Status](https://gemnasium.com/zpatten/cucumber-chef.png)](https://gemnasium.com/zpatten/cucumber-chef)
[![Build Status](https://secure.travis-ci.org/zpatten/cucumber-chef.png)](http://travis-ci.org/zpatten/cucumber-chef)
[![Code Climate](https://codeclimate.com/github/zpatten/cucumber-chef.png)](https://codeclimate.com/github/zpatten/cucumber-chef)Cucumber-chef is a library of tools to enable the emerging discipline of infrastructure as code to practice test driven development. It provides a testing platform within which Cucumber tests can be run which provision virtual machines, configure them by applying the appropriate Chef roles to them, and then run acceptance and integration tests against the environment.
# RESOURCES
Example Use:
* https://github.com/zpatten/cc-chef-repo
* https://github.com/zpatten/cc-chef-repo/blob/master/README.mdSource:
* https://github.com/Atalanta/cucumber-chef
Issues:
* https://github.com/Atalanta/cucumber-chef/issues
Wiki:
* https://github.com/Atalanta/cucumber-chef/blob/master/WIKI.md
Forums:
* https://groups.google.com/d/forum/cucumber-chef
Chat:
* #cucumber-chef @ irc.freenode.net
# LICENSE
Cucumber-Chef - A test driven infrastructure system
* Author: Stephen Nelson-Smith
* Author: Zachary Patten [![endorse](http://api.coderwall.com/zpatten/endorsecount.png)](http://coderwall.com/zpatten)
* Copyright: Copyright (c) 2011-2013 Atalanta Systems Ltd
* License: Apache License, Version 2.0Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.