1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 10:39:25 +02:00
This commit is contained in:
Vishal Banthia 2015-12-29 15:01:42 +09:00
parent ae85736173
commit d656b7bba0
2 changed files with 6 additions and 7 deletions

View file

@ -18,7 +18,6 @@ It is currently being used at [CyberAgent](https://www.cyberagent.co.jp/en/) to
* OS support
- Android
* Supports versions 2.3.3 (SDK level 10) to 6.0 (SDK level 23)
- **Note: build from master for 6.0 support until 1.1.0 is out.**
* Supports Wear 5.1 (but not 5.0 due to missing permissions)
* Supports Fire OS, CyanogenMod, and other heavily Android based distributions
* `root` is **not** required for any current functionality
@ -44,6 +43,7 @@ It is currently being used at [CyberAgent](https://www.cyberagent.co.jp/en/) to
* Run any `adb` command locally, including shell access
* [Android Studio](http://developer.android.com/tools/studio/index.html) and other IDE support, debug your app while watching the device screen on your browser
* Supports [Chrome remote debug tools](https://developer.chrome.com/devtools/docs/remote-debugging)
- File Explorer to access device file system
- Experimental VNC support (work in progress)
* Manage your device inventory
- See which devices are connected, offline/unavailable (indicating a weak USB connection), unauthorized or unplugged
@ -66,10 +66,9 @@ We're also actively working to expand the team. Welcome **@vbanthia** as our new
Here are some things we are planning to address ASAP.
1. Properly expose the new VNC functionality in the UI
2. Release 1.1.0 so that we have stable version with Android 6.0 support
3. Implement a basic REST API for programmatically using devices
4. Properly reset user data between uses (Android 4.0+)
5. Automated scheduled restarts for devices
2. Implement a basic REST API for programmatically using devices
3. Properly reset user data between uses (Android 4.0+)
4. Automated scheduled restarts for devices
### Sponsors wanted
@ -91,7 +90,7 @@ As the product has evolved from an internal tool running in our internal network
* [Node.js](https://nodejs.org/) >= 0.12
* [ADB](http://developer.android.com/tools/help/adb.html) properly set up
* [RethinkDB](http://rethinkdb.com/) >= 2.0.0
* [RethinkDB](http://rethinkdb.com/) >= 2.2
* [GraphicsMagick](http://www.graphicsmagick.org/) (for resizing screenshots)
* [ZeroMQ](http://zeromq.org/) libraries installed
* [Protocol Buffers](https://github.com/google/protobuf) libraries installed

View file

@ -1,6 +1,6 @@
{
"name": "stf",
"version": "1.0.10",
"version": "1.1.0",
"description": "Smartphone Test Farm",
"keywords": [
"adb",