All Projects → voxpupuli → Beaker

voxpupuli / Beaker

Licence: apache-2.0
Puppet Acceptance Testing Harness

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Beaker

Sharpen
Visual Studio extension that intelligently introduces new C# features into your existing codebase
Stars: ✭ 351 (-0.85%)
Mutual labels:  hacktoberfest
Animatify Ios
Animation, Effects & Transitions for iOS
Stars: ✭ 350 (-1.13%)
Mutual labels:  hacktoberfest
Buildalyzer
A utility to perform design-time builds of .NET projects without having to think too hard about it.
Stars: ✭ 354 (+0%)
Mutual labels:  hacktoberfest
Zwave2mqtt
Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue
Stars: ✭ 352 (-0.56%)
Mutual labels:  hacktoberfest
Meteor Autocomplete
Client/server autocompletion designed for Meteor's collections and reactivity.
Stars: ✭ 352 (-0.56%)
Mutual labels:  hacktoberfest
Node Html To Image
A Node.js module that generates images from HTML
Stars: ✭ 351 (-0.85%)
Mutual labels:  hacktoberfest
Core.js
Extendable client for GitHub's REST & GraphQL APIs
Stars: ✭ 344 (-2.82%)
Mutual labels:  hacktoberfest
Sfml.net
Official binding of SFML for .Net languages
Stars: ✭ 354 (+0%)
Mutual labels:  hacktoberfest
Github Activity Readme
Updates README with the recent GitHub activity of a user
Stars: ✭ 354 (+0%)
Mutual labels:  hacktoberfest
Zh Style Guide
An open-source style guide for writing Chinese technical documents: https://zh-style-guide.readthedocs.io
Stars: ✭ 353 (-0.28%)
Mutual labels:  hacktoberfest
Itop
A simple, web based IT Service Management tool
Stars: ✭ 349 (-1.41%)
Mutual labels:  hacktoberfest
Devops Guide
DevOps Guide - Development to Production all configurations with basic notes to debug efficiently.
Stars: ✭ 4,119 (+1063.56%)
Mutual labels:  hacktoberfest
Awesome First Timers
Place to contribute if you are a first timer
Stars: ✭ 353 (-0.28%)
Mutual labels:  hacktoberfest
Askql
AskQL is a query language that can express any data request
Stars: ✭ 352 (-0.56%)
Mutual labels:  hacktoberfest
Freedomotic
Open IoT Framework
Stars: ✭ 354 (+0%)
Mutual labels:  hacktoberfest
Dtd Finder
List DTDs and generate XXE payloads using those local DTDs.
Stars: ✭ 350 (-1.13%)
Mutual labels:  hacktoberfest
Rotten Scripts
Scripts that will make you go WOW 😍💻
Stars: ✭ 344 (-2.82%)
Mutual labels:  hacktoberfest
Genshin Impact Wish Simulator
A React web application to simulate Genshin Impact gacha in the browser
Stars: ✭ 349 (-1.41%)
Mutual labels:  hacktoberfest
Cht Core
The CHT Core Framework makes it faster to build responsive, offline-first digital health apps that equip health workers to provide better care in their communities. It is a central resource of the Community Health Toolkit.
Stars: ✭ 354 (+0%)
Mutual labels:  hacktoberfest
Open Sauced
🍕 This is a project to identify your next open source contribution.
Stars: ✭ 352 (-0.56%)
Mutual labels:  hacktoberfest

Beaker

Beaker is a test harness focused on acceptance testing via interactions between multiple (virtual) machines. It provides platform abstraction between different Systems Under Test (SUTs), and it can also be used as a virtual machine provisioner - setting up machines, running any commands on those machines, and then exiting.

Beaker runs tests written in Ruby, and provides additional Domain-Specific Language (DSL) methods. This gives you access to all standard Ruby along with acceptance testing specific commands.

Installation

See Beaker Installation.

Documentation

Documentation for Beaker can be found in this repository in the docs/ folder.

Table of Contents

  • Tutorials take you by the hand through the steps to setup a beaker run. Start here if you’re new to Beaker or test development.
  • Concepts discuss key topics and concepts at a fairly high level and provide useful background information and explanation.
  • Rubydocs contains the technical reference for APIs and other aspects of Beaker. They describe how it works and how to use it but assume that you have a basic understanding of key concepts.
  • How-to guides are recipes. They guide you through the steps involved in addressing key problems and use-cases. They are more advanced than tutorials and assume some knowledge of how Beaker works.

Beaker Libraries

Beaker functionality has been extended through the use of libraries available as gems. See the complete list for available gems. See the beaker-template documentation for documentation on creating beaker-libraries.

License

See LICENSE file.

Support & Issues

Please log tickets and issues at our Beaker Issue Tracker. In addition there is an active #puppet-dev channel on Freenode.

For additional information on filing tickets, please check out our CONTRIBUTOR doc, and for ticket lifecycle information, check out our ticket process doc.

Contributing

If you'd like to contribute improvements to Beaker, please see CONTRIBUTING.

Maintainers

For information on project maintainers, please check out our CODEOWNERS doc.

Releasing

Since the beaker project has always been the central hub for all beaker testing, its release process has been more involved than most beaker-libraries (ie. beaker-puppet). Historically, the process has been described in Confluence: Beaker Release Process (apologies, most links in this section are Puppet-internal).

To release new versions of beaker, please use this jenkins job. This job lives on internal infrastructure.

To run the job, click on Build with Parameters in the menu on the left. Make sure you verify the checkbox next to PUBLIC is checked and enter the appropriate version. The version should adhere to semantic version standards. When in doubt, consult the maintainers of Beaker for guidance.

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].