1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 03:50:04 +02:00
OpenSTF/lib/roles/device/plugins
2014-05-14 19:13:11 +09:00
..
browser.js Fix JSHint errors. 2014-05-13 14:54:56 +09:00
clipboard.js Rename "input" plugin to "service". It does many more things than just input. 2014-05-01 17:45:37 +09:00
display.js It seems that it's simply impossible to run too many things in parallel over ADB on a single device. Really weird stuff happening, like completely unrelated shell calls using files created by other shell calls. Switch back to serial implementation. 2014-03-17 22:32:31 +09:00
forward.js Promise.timeout() doesn't stack (i.e. foo.timeout(1000).timeout(1000) doesn't mean "wait 1000ms, then another 1000ms", it means that we have two 1000ms timeouts running at the same time). Fix places where it could be a problem. 2014-04-22 16:48:13 +09:00
group.js Make group timeout configurable. 2014-05-14 19:13:11 +09:00
heartbeat.js It seems that it's simply impossible to run too many things in parallel over ADB on a single device. Really weird stuff happening, like completely unrelated shell calls using files created by other shell calls. Switch back to serial implementation. 2014-03-17 22:32:31 +09:00
http.js Promise.timeout() doesn't stack (i.e. foo.timeout(1000).timeout(1000) doesn't mean "wait 1000ms, then another 1000ms", it means that we have two 1000ms timeouts running at the same time). Fix places where it could be a problem. 2014-04-22 16:48:13 +09:00
identity.js Fix browser plugin not updating in real time. 2014-05-01 20:13:29 +09:00
install.js Promise.timeout() doesn't stack (i.e. foo.timeout(1000).timeout(1000) doesn't mean "wait 1000ms, then another 1000ms", it means that we have two 1000ms timeouts running at the same time). Fix places where it could be a problem. 2014-04-22 16:48:13 +09:00
logcat.js Don't exclude anything from logcat unless filters are given. 2014-05-12 19:17:13 +09:00
logger.js Fix JSHint errors. 2014-05-13 14:54:56 +09:00
phone.js Rename "input" plugin to "service". It does many more things than just input. 2014-05-01 17:45:37 +09:00
service.js Fix JSHint errors. 2014-05-13 14:54:56 +09:00
shell.js Use wireutil.reply() where possible. 2014-04-11 14:54:19 +09:00
solo.js Fix browser plugin not updating in real time. 2014-05-01 20:13:29 +09:00
stats.js Promise.timeout() doesn't stack (i.e. foo.timeout(1000).timeout(1000) doesn't mean "wait 1000ms, then another 1000ms", it means that we have two 1000ms timeouts running at the same time). Fix places where it could be a problem. 2014-04-22 16:48:13 +09:00
store.js Fix JSHint errors. 2014-05-13 14:54:56 +09:00
touch.js Send relative coords to the device. Allows multiple screens to be controlled at the same time, like it was before. 2014-05-13 15:25:43 +09:00