Add proxy to the setting (#213)

This commit is contained in:
Gaël Métais
2016-12-20 22:37:20 +08:00
committed by GitHub
parent 5d081f27d1
commit 317b0fc4d7
6 changed files with 36 additions and 4 deletions
+1
View File
@@ -11,6 +11,7 @@ apiService.factory('API', ['$location', 'Runs', 'Results', function($location, R
screenshot: true,
device: settings.device,
waitForSelector: settings.waitForSelector,
proxy: settings.proxy,
cookie: settings.cookie,
authUser: settings.authUser,
authPass: settings.authPass,