Update configuration for TheIntern 2.x

This commit is contained in:
Shane Tomlinson 2015-01-19 19:17:27 +00:00
Родитель b1c9ab9196
Коммит 84f4484482
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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
};