Summary: Gets a oneworld device (just android for now), installs an app. Checks it connects and stays connected for 5s. The app installed is in an array, we just need to add more targets for further tests. Reviewed By: danielbuechele Differential Revision: D10231083 fbshipit-source-id: c33fb091c1b7914a33690398a79fd700c445c06c
16 lines
229 B
Plaintext
16 lines
229 B
Plaintext
{
|
|
remote: {
|
|
process: {
|
|
env: {},
|
|
},
|
|
getCurrentWindow: function() {
|
|
return {
|
|
isFocused: function() {return true;}
|
|
};
|
|
},
|
|
app: {
|
|
getVersion: function() {return '1';}
|
|
}
|
|
},
|
|
}
|