Tizen 2.0 Release
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.0 / node_modules / testswarm / test.js
1 var myCode = "http://localhost/jquery-ui-checkout";
2 require( "./testswarm" )( {
3         url: "http://localhost/testswarm/",
4         pollInterval: 1000,
5         // 1 minute
6         timeout: 1000 * 60 * 1,
7         done: function( passed ) {
8                 process.exit( passed ? 0 : 1 );
9         }
10 }, {
11         authUsername: "swarmuser",
12         authToken: "yourauthtoken",
13         jobName: "node-testswarm test job",
14         runMax: 4,
15         "runNames[]": ["Accordion", "Autocomplete"],
16         "runUrls[]": [ myCode + "/tests/unit/accordion/accordion.html", myCode + "/tests/unit/autocomplete/autocomplete.html" ],
17         "browserSets[]": ["currentDesktop"]
18 });