mirror of
https://github.com/openstf/stf
synced 2025-10-05 10:39:25 +02:00
1.1.0
This commit is contained in:
parent
ae85736173
commit
d656b7bba0
2 changed files with 6 additions and 7 deletions
11
README.md
11
README.md
|
@ -18,7 +18,6 @@ It is currently being used at [CyberAgent](https://www.cyberagent.co.jp/en/) to
|
||||||
* OS support
|
* OS support
|
||||||
- Android
|
- Android
|
||||||
* Supports versions 2.3.3 (SDK level 10) to 6.0 (SDK level 23)
|
* 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 Wear 5.1 (but not 5.0 due to missing permissions)
|
||||||
* Supports Fire OS, CyanogenMod, and other heavily Android based distributions
|
* Supports Fire OS, CyanogenMod, and other heavily Android based distributions
|
||||||
* `root` is **not** required for any current functionality
|
* `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
|
* 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
|
* [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)
|
* 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)
|
- Experimental VNC support (work in progress)
|
||||||
* Manage your device inventory
|
* Manage your device inventory
|
||||||
- See which devices are connected, offline/unavailable (indicating a weak USB connection), unauthorized or unplugged
|
- 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.
|
Here are some things we are planning to address ASAP.
|
||||||
|
|
||||||
1. Properly expose the new VNC functionality in the UI
|
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
|
2. Implement a basic REST API for programmatically using devices
|
||||||
3. Implement a basic REST API for programmatically using devices
|
3. Properly reset user data between uses (Android 4.0+)
|
||||||
4. Properly reset user data between uses (Android 4.0+)
|
4. Automated scheduled restarts for devices
|
||||||
5. Automated scheduled restarts for devices
|
|
||||||
|
|
||||||
### Sponsors wanted
|
### 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
|
* [Node.js](https://nodejs.org/) >= 0.12
|
||||||
* [ADB](http://developer.android.com/tools/help/adb.html) properly set up
|
* [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)
|
* [GraphicsMagick](http://www.graphicsmagick.org/) (for resizing screenshots)
|
||||||
* [ZeroMQ](http://zeromq.org/) libraries installed
|
* [ZeroMQ](http://zeromq.org/) libraries installed
|
||||||
* [Protocol Buffers](https://github.com/google/protobuf) libraries installed
|
* [Protocol Buffers](https://github.com/google/protobuf) libraries installed
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "stf",
|
"name": "stf",
|
||||||
"version": "1.0.10",
|
"version": "1.1.0",
|
||||||
"description": "Smartphone Test Farm",
|
"description": "Smartphone Test Farm",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"adb",
|
"adb",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue