Skip to content

bongster/appium-ui

Repository files navigation

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
}

About

appium ui

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published