Giter Club home page Giter Club logo

greentea-1's Introduction

Build Status

GreenTea

Green Tea is tool for automation testing (quality assurance). The tool is assembled from some projects and it is used as service. The service collects data from beaker's jobs, saves it to database and creates statistic for users.

Documentation you can find on project's github wiki

Quick start guide

Easy way to run Green Tea is using docker https://registry.hub.docker.com/u/pajinek/greentea/

docker pull pajinek/greentea
docker run -i -t -p 80:8000 pajinek/greentea 

If you test project with gained systems from Beaker, then you must fill Beaker's authentication values.

docker pull pajinek/greentea
docker run -i -t -p 80:8000 \
  -e BEAKER_SERVER=<beaker_server> \
  -e BEAKER_USER=<beaker_user> \
  -e BEAKER_PASS=<beaker_pass> \
pajinek/greentea 

or

git clone https://github.com/SatelliteQE/GreenTea.git
cd GreenTea
sudo docker build -t greentea .
sudo docker run -i -t -p 80:8000 \
  -e BEAKER_SERVER=<beaker_server> \
  -e BEAKER_USER=<beaker_user> \
  -e BEAKER_PASS=<beaker_pass> \
greentea 

Service runs on default port 80 (link on your system is http://localhost/)

login: admin password: pass

And system's root password is GreenTea!.

How to start with Green Tea

Basic information for first use you can find on public wiki wiki:start

How to setup project

Information about setting you find on wiki page wiki:setup

Ansible

For managing of project is possible to use Ansible. Script contains tags deploy, update, stop, start and restart.

ansible-playbook -i config/hosts.ini deploy.yaml --tags "deploy" -v

Ansible with Docker

Easer way is deploy project by docker by following script:

ansible-playbook -i config/hosts.ini docker.yaml

greentea-1's People

Contributors

adelton avatar alda519 avatar jhutar avatar kamikazecz avatar omaciel avatar pajinek avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.