1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 18:29:17 +02:00

Use WebSockets for the screen. The screen directive works, but needs a serious cleanup.

This commit is contained in:
Simo Kinnunen 2014-12-10 14:26:08 +09:00
parent 5114a50992
commit e4114d87af
30 changed files with 350 additions and 247 deletions

View file

@ -17,8 +17,7 @@ module.exports = function(options) {
log.info('Preparing device')
return syrup.serial()
.dependency(require('./plugins/solo'))
.dependency(require('./plugins/screenshot'))
.dependency(require('./plugins/http'))
.dependency(require('./plugins/screen'))
.dependency(require('./plugins/service'))
.dependency(require('./plugins/display'))
.dependency(require('./plugins/browser'))