Multiple option env file (#4788)

* multi configuration file enabling

* improve ignore

* update i18n tool dep

* update webbpack bundle analyzer version

* fix ps cloud test wait setting

* fix script content

* remove use of testconfig for browser options

* convert protractor to ts

* download browser util fix
This commit is contained in:
Eugenio Romano
2019-05-30 11:15:15 +01:00
committed by GitHub
parent 9aafb80483
commit b91a942aa1
156 changed files with 1227 additions and 715 deletions

View File

@@ -64,7 +64,7 @@ function write(file, uri, header) {
*/
exports.updateAvatarViaAPI = function (requestUserModel, fileModel, personId) {
var absolutePath = path.resolve(path.join(TestConfig.main.rootPath, fileModel.getLocation()));
var absolutePath = path.resolve(path.join(browser.params.testConfig.main.rootPath, fileModel.getLocation()));
var uri = url(RequestCoreAPI.getBaseURL(), peopleBaseUrl, personId, "avatar");
// console.debug("Update avatar via API: fileName=" + fileModel.getName() + " uri=" + uri + " auth=" + requestUserModel.id + " password: " + requestUserModel.password);