mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
committed by
Eugenio Romano
parent
09a259bfa1
commit
604d401180
@@ -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: {
|
||||
|
Reference in New Issue
Block a user