/appium-ui

appium ui

Primary LanguageHTML

appium-ui

Build Status

REQUIREMENTS

  • docker
  • docker-compose

HOW TO USE

  • docker-compose up - (start services)
  • docker-compose down - (down services)

SERVICES

  • frontend

The service for showing user about result data about test

  • rabbitmq

Queue

Tip

  • Add this script in your env for fix up your branch
function gitclean() {
    git pull
    git branch --merged master | grep -v "\master" | xargs -n 1 git branch -d
    git remote prune origin
    git gc
}