Skip to content

AirGun is a Python library which is build over Widgetastic and navmazing to make Satellite 6 UI testing easier.

License

Notifications You must be signed in to change notification settings

ntkathole/airgun

 
 

Repository files navigation

Build Status

Airgun

Airgun is a Python library which is build over Widgetastic and navmazing to make Satellite 6 UI testing easier.

Quick start guide

  1. Clone robottelo branch which supports airgun:
git clone -b airgun_poc --single-branch https://github.com/abalakh/robottelo.git
  1. Install requirements
cd robottelo && pip install -r requirements.txt

3. Create robottelo.properties file and fill it with your values (your may reuse already existing properties file since no changes were introduced there)

cp robottelo.properties.sample robottelo.properties
vim robottelo.properties
  1. Run airgun tests from robottelo's tests/foreman/ui_airgun/ folder
pytest tests/foreman/ui_airgun/test_architecture.py

About

AirGun is a Python library which is build over Widgetastic and navmazing to make Satellite 6 UI testing easier.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.9%
  • Makefile 1.1%