alda519 / GreenTea

Update me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

GreenTea

Green Tea is tools for automation testing (quality assurance). 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

About

Update me

License:GNU General Public License v2.0


Languages

Language:Python 73.9%Language:JavaScript 11.9%Language:HTML 10.8%Language:CSS 2.8%Language:Shell 0.6%Language:Makefile 0.0%