Profiling-Based-UI-Test-Automation / appium-ui

appium ui
1 stars 0 forks source link

appium-ui

Build Status

REQUIREMENTS

HOW TO USE

SERVICES

The service for showing user about result data about test

Queue

Tip

function gitclean() {
    git pull
    git branch --merged master | grep -v "\master" | xargs -n 1 git branch -d
    git remote prune origin
    git gc
}