mirror of
https://github.com/openstf/stf
synced 2025-10-03 09:49:17 +02:00
APKs can now be drag & dropped to the device screen, which will install the application. Still lacking UI, and the app doesn't get launched.
This commit is contained in:
parent
5771507fc9
commit
dfe3d97de3
12 changed files with 280 additions and 8 deletions
|
@ -20,7 +20,8 @@ module.exports = {
|
|||
'angular-bootstrap': 'angular-bootstrap/ui-bootstrap-tpls',
|
||||
'localforage': 'localforage/dist/localforage.js',
|
||||
'socket.io': 'socket.io-client/dist/socket.io',
|
||||
'oboe': 'oboe/dist/oboe-browser'
|
||||
'oboe': 'oboe/dist/oboe-browser',
|
||||
'ng-file-upload': 'ng-file-upload/angular-file-upload'
|
||||
}
|
||||
},
|
||||
module: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue