mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[NO-ISSUE] Fix Core E2E tes (#4450)
* fix Identity service in core using internal identity service in test env * fix lint * fix lint * fix login * fix travis yml * remove log script
This commit is contained in:
@@ -15,13 +15,10 @@ async function main() {
|
||||
hostEcm: program.host
|
||||
});
|
||||
|
||||
console.log(program.username + program.password);
|
||||
await this.alfrescoJsApi.login(program.username, program.password);
|
||||
|
||||
await deletetSite(this.alfrescoJsApi);
|
||||
await emptyTrashCan(this.alfrescoJsApi);
|
||||
|
||||
|
||||
}
|
||||
|
||||
async function emptyTrashCan(alfrescoJsApi) {
|
||||
|
@@ -15,11 +15,11 @@ show_help() {
|
||||
echo "-u or --username"
|
||||
echo "-p or --password"
|
||||
echo "-e or --email"
|
||||
echo "-b or --browser run the test in the browsrwer (No headless mode)"
|
||||
echo "-b or --browser run the test in the browser (No headless mode)"
|
||||
echo "-s or --spec run a single test file"
|
||||
echo "-f or --folder run a single folder test"
|
||||
echo "--seleniumServer configure a selenium server to use to run the e2e test"
|
||||
echo "-proxy or --proxy proxy Back end URL to use only possibel to use with -dev option"
|
||||
echo "-proxy or --proxy proxy Back end URL to use only possible to use with -dev option"
|
||||
echo "-dev or --dev run it against local development environment it will deploy on localhost:4200 the current version of your branch"
|
||||
echo "-host or --host URL of the Front end to test"
|
||||
echo "-host_bpm URL of the Back end to test"
|
||||
|
Reference in New Issue
Block a user