Skip to content

Instantly share code, notes, and snippets.

@lambdabaa
Forked from mikehenrty/gist:6107693
Created July 29, 2013 20:51
Show Gist options
  • Save lambdabaa/6107705 to your computer and use it in GitHub Desktop.
Save lambdabaa/6107705 to your computer and use it in GitHub Desktop.
marionette('testing b2g-desktop', { host: 'path/to/b2g-desktop', type: 'sync' }, function() {
var clientA = marionette.createClient({ /* profileOptions */ });
var clientB = marionette.createClient({ /* profileOptions */ });
test('test my thing', function() {
clientA.goUrl();
clientB.goUrl();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment