Skip to content

benjixx/goodplay

 
 

Repository files navigation

goodplay

Build Status Version Documentation License Code Climate Code Coverage Donate via PayPal

goodplay is an Apache2-licensed test framework for testing Ansible 2.x roles and playbooks as well as running full integration tests for your software.

Features

  • define your test environments as Ansible inventories
  • write your tests as Ansible 2.x playbook tasks
  • resolve and auto-install Ansible role dependencies prior to test run
  • run your tests within Docker container(s) or on localhost
  • built as a pytest plugin, so you can run your goodplay tests together with your other tests

Versioning

goodplay will use Semantic Versioning when reaching v1.0.0. Until then, the minor version is used for backwards-incompatible changes.

Installation

Installing goodplay is simple with pip, just run this in your terminal:

$ pip install goodplay

Documentation

Documentation is available at https://docs.goodplay.io/.

Roadmap

  • better error messages, without the clutter
  • support to keep test environment running for debugging purposes
  • support full-fledged virtual machine within a Docker container (see RancherVM)

Contributing

  1. Check for open issues or open a fresh issue to start a discussion around a feature idea or bug.
  2. Fork the repository on GitHub to start making your changes to the master branch (or branch off of it).
  3. Write a test which shows that the bug was fixed or that the feature works as expected.
  4. Send a pull request. Make sure to add yourself to AUTHORS.

Just don't forget to check out our CONTRIBUTING guidelines — it includes few technical details that will make the process a lot smoother.

About

goodplay: Make your deployment play well.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.6%
  • Makefile 1.4%