Created
July 29, 2013 20:50
-
-
Save mikehenrty/6107693 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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