[ADF-3739] E2E test - login with SSO (#3949)

*  modify settings page and add test for login with SSO

* remove await

* added the HOST_SSO as parameter

* change setSilentLogin method, add new method, add new test

* remove comment

* optional parameters silentLogin and implicitFlow

* moved --host_sso "$E2E_HOST_SSO" to ./scripts/test-e2e-lib.sh script
This commit is contained in:
rgherghelas
2018-11-16 12:39:46 +02:00
committed by Eugenio Romano
parent 09a259bfa1
commit 604d401180
6 changed files with 181 additions and 4 deletions

View File

@@ -4,6 +4,7 @@
*/
var HOST = process.env.URL_HOST_ADF;
const HOST_SSO = process.env.URL_HOST_SSO_ADF;
var USERNAME = process.env.USERNAME_ADF;
var PASSWORD = process.env.PASSWORD_ADF;
var EMAIL = process.env.EMAIL_ADF;
@@ -48,7 +49,10 @@ module.exports = {
/**
* main admin password
*/
adminPassword: PASSWORD
adminPassword: PASSWORD,
hostSso: "http://" + HOST_SSO
},
adf_acs: {