Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/SatelliteQE/robottelo

Robottelo is a test suite that exercises The Foreman.
https://github.com/SatelliteQE/robottelo

foreman hacktoberfest katello python redhat-qe satellite6 satellite6qe

Last synced: 13 days ago
JSON representation

Robottelo is a test suite that exercises The Foreman.

Awesome Lists containing this project

README

        

Robottelo
=========

.. image:: https://codecov.io/gh/SatelliteQE/robottelo/branch/master/graph/badge.svg
:target: https://codecov.io/gh/SatelliteQE/robottelo

.. image:: https://api.travis-ci.org/SatelliteQE/robottelo.svg?branch=master
:target: https://travis-ci.org/SatelliteQE/robottelo

.. image:: https://img.shields.io/pypi/pyversions/robottelo.svg
:target: https://pypi.org/project/robottelo

.. image:: https://img.shields.io/pypi/l/robottelo.svg
:target: https://pypi.org/project/robottelo

.. image:: https://readthedocs.org/projects/robottelo/badge/?version=latest
:target: https://robottelo.readthedocs.io/en/latest/?badge=latest

.. image:: https://github.com/SatelliteQE/robottelo/workflows/update_robottelo_image/badge.svg
:alt: update_robottelo_image build status on GitHub Actions
:target: https://github.com/SatelliteQE/robottelo/actions

`Robottelo`_ is a test suite which exercises `The Foreman`_. All tests are
automated, suited for use in a continuous integration environment, and `data
driven`_. There are three types of tests:

* UI tests, which rely on Selenium's `WebDriver`_ through `airgun`_.
* CLI tests, which rely on `ssh2-python`_.
* API tests, which rely on `Requests`_ through `nailgun`_.

The `full documentation
`_ is available on
ReadTheDocs. It can also be generated locally::

pip install -r requirements.txt
pip install -r requirements-optional.txt
make docs

.. _data driven: http://en.wikipedia.org/wiki/Data-driven_testing
.. _ssh2-python: https://pypi.org/project/ssh2-python/
.. _Requests: http://docs.python-requests.org/en/latest/
.. _Robottelo: https://github.com/SatelliteQE/robottelo
.. _airgun: https://github.com/SatelliteQE/airgun
.. _nailgun: https://github.com/SatelliteQE/nailgun
.. _The Foreman: http://theforeman.org/
.. _WebDriver: http://docs.seleniumhq.org/projects/webdriver/