1
0
Fork 0
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:
Simo Kinnunen 2014-05-01 21:23:46 +09:00
parent 13e3fe6624
commit c80a0eec47
5 changed files with 61 additions and 0 deletions

View file

@ -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