mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
Add command for opening Play Store.
This commit is contained in:
parent
13e3fe6624
commit
c80a0eec47
5 changed files with 61 additions and 0 deletions
|
@ -622,6 +622,16 @@ module.exports = function(options) {
|
|||
)
|
||||
])
|
||||
})
|
||||
.on('store.open', function(channel, responseChannel) {
|
||||
joinChannel(responseChannel)
|
||||
push.send([
|
||||
channel
|
||||
, wireutil.transaction(
|
||||
responseChannel
|
||||
, new wire.StoreOpenMessage()
|
||||
)
|
||||
])
|
||||
})
|
||||
})
|
||||
.finally(function() {
|
||||
// Clean up all listeners and subscriptions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue