Update configuration for TheIntern 2.x
This commit is contained in:
Родитель
b1c9ab9196
Коммит
84f4484482
|
@ -5,7 +5,7 @@
|
|||
// Loads the Node FxaRelierClient for intern tests.
|
||||
|
||||
define([
|
||||
'intern/node_modules/dojo/node!../../node/index.js'
|
||||
'intern/node_modules/dojo/node!../../../node/index.js'
|
||||
], function (FxaRelierClient) {
|
||||
return FxaRelierClient;
|
||||
});
|
||||
|
|
|
@ -8,11 +8,11 @@ define([
|
|||
intern.proxyPort = 9090;
|
||||
intern.proxyUrl = 'http://localhost:9090/';
|
||||
|
||||
intern.useSauceConnect = true;
|
||||
intern.tunnel = 'SauceLabsTunnel';
|
||||
intern.maxConcurrency = 3;
|
||||
|
||||
intern.webdriver = {
|
||||
host: 'localhost',
|
||||
intern.tunnelOptions = {
|
||||
hostname: 'localhost',
|
||||
port: 4445
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче