Overview
Smartphone Test Farm (STF)
- Smartphone Test Farm (STF) is a web application for debugging smartphones, smartwatches and other gadgets remotely, from the comfort of your browser.

Features
- Android 2.3 ~ 5.1
- Keyboard & Mouse Input
- Copy & Paste
- Take Screenshots
- Drag & Drop APK files
- Open URLs
- Display Logs
- Run Shell Commands
- Debug Remotely
- Reverse Port Forwarding, Device Rotation, Play Store Automation etc
- More Details and Features List Check - https://openstf.github.io/
Setup STF On Ubuntu
$ curl -s https://gist.githubusercontent.com/MiteshShah/62cd0923b9068a927dae/raw/STF | sudo bashNOTE!: Before run above command check it’s code.
I’ll attached above shell script below.
Start STF
Access STF Locally
$ sudo rethinkdb
$ sudo stf local- Access STF at http://127.0.0.1:7100
Access STF From Another Machine
$ sudo rethinkdb
$ sudo stf local --public-ip <your_internal_network_ip_here>