* Refactor e2e's ApiService
* Fix bits here and there
* [ci:force] Remove unused imports
* [ci:force] Extract shared part from adf-testing
* [ci:force] Extract StringUtils as well
* Make protractor's Logger not have duplicated code
* [ci:force]
* fix protractor conf
* remove update env
* fix cli error script cs
* change screenshot plugin
* remove unused param
* fix
* fix
* fix
* moment comment nvm
* fix
* fix
* fix
* fix
* remove adf redirect
* fix
* fix
* save remote report
* report fix
* improve save result
* fix folder save
* fix folder save
* fix placeholder pointer , they needs refactor later
* fix
* fix lint
* fix
* remove test already covered by unit
fix the test in core needed
exclude the one impossible to make it works without APS basic support
* lint
* fix some logout missing
* fix
* Fix the custom-tasks-filters.e2e
* fix lint
* fix
* fix
* fix
* Fix wait on start process and on process definition options
* Fix logout before login again
* fix uplaod test
* fix
* Fix infodrawer with check detail and sleep
* lint
* increase list of excluded test
* fix
* fix lint
* change wait method datatable
* fix
* fix
* revert check value
* fix
* fix
* change tag test
Co-authored-by: maurizio vitale <maurizio.vitale@alfresco.com>
* [ACA-3596] Fix e2e due to process header properties changes
* Change pages structure
* Move the build demoshell as last step and exclude for PR
* move more pages
* change testing pkg
* better JSON import
* update script
* move CLOUD in the right place
* some logs and not used methods
* retrycout
Co-authored-by: maurizio vitale <maurizio.vitale@alfresco.com>
Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com>
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
* Change the uploadFile method from ADF testing package
* Fix lint
* no message
* Fix a part of the tests
* Fix last tests
* Fix test
* Fix tests
* Fix test
* Add APS1 calls to adf testing package
* no message
* Change to use AlfrescoApi instead of ApiService
* Refactor process-services tests to use API calls implementation from testing package
* Fix resource file
* no message
* Fix widget tests
* Fix tests
* no message
* Unblocking travis
* [AAE-1846] automated e2e tests - uploading a folder
* [AAE-1857] added automated e2e test upload folder with excluded file
* changed the script for cancel an uploading folder, added -b condition for the running tests for the uploadFolder method
* added e2e automation - [C260064] Should download only the last selection when changing pages in Single mode
* [AAE-1797] added e2e automated test- start a process within ACS
* refactoring with dropdownPage
* spellcheck refactoring
* Move the resources in the cloud lib
* Use adf cli
* Add missing process definitions
* Add debug points
* Print new class
* Use the resources under the adf-testing
* Use the resources from testing package
* Fix adf-testing bugs
* remove empty row
* Remove the npm install
* Remove log stuff
* Remove the console log
* Fix typo on process def names
Improve the debug e2e command
* Fix lowercase name
* Check the process cloud env and content env
* Add the new process definitions
* Add missing process definitions
* Use the latest simpleapp
* Rollback the bigFile
* Use relative link
* Trasnpile the adf-testing before using it
* update project script possible different JS-API
* first commit no controll flow
* second commit no controll flow
* third commit no controll flow
* 4 commit no controll flow
* 5 commit no controll flow
* 6 commit no controll flow
* 7 commit no controll flow
* 8 commit no controll flow
* 9 commit no controll flow
* 10 commit no controll flow
* 11 commit no controll flow
* 12 commit no controll flow
* 13 commit no controll flow
* 14 commit no controll flow
* 15 commit no controll flow
* 16 commit no controll flow
* 17 commit no controll flow
* 18 commit no controll flow
* 19 commit no controll flow
* 20 commit no controll flow
* remove wdpromise, protractor promise and deferred promises
* - fixed some incorrect “expect” calls
- fixed some matchers
- removed “return this;” when not needed
- added a few more await-s
* forgot a file
* fix some failing tests
* replaced driver calls with browser calls and enabled back waitForAngular
* fix rightClick methods and hopefully some tests
* fix settings-component
* some more fixes for core and content tests
* try to fix some more issues
* linting
* revert some changes, allowing download on headless chrome won’t work with multiple browser instances
* fixes for Search tests
* try to remove some wait calls
* fix build
* increase allScriptsTimeout and try another protractor and web driver version
* improve navigation methods
* some fixes for notification history and login sso
* forgot a space
* fix packages and enable some screenshots
* navigation bar fixes
* fix some test
* some fixes for notification history and navigation bar
use correct visibility method in attachFileWidget test
* fix searching and another fix for navigation
* try solve sso login
* some more fixes
* refactor async forEach into for..of
* try fix for search tests
* resolve rebabse problems
* remove install
* fix lint
* fix core e2e
* fix core e2e
* fix core e2e
* fix ps tests
* fix some tests
* fix core e2e
* fix core e2e
* fix core
* fix some issues PS
* fix core
* fix core
* fix some ps test
* fix rebase issues
* remove save
* fix url regressed after rebase
* fix url regressed after rebase
* fix ps and core
* fix lint
* more parallel e2e ps
* fix some ps cloud test
* some cloud fix
* fix lint
* fix some test
* remove files to be ignored
* out-tsc
* improve one cs test
* fix candidate base app
* fix ps test
* remove click function
* clean methods alrady present in browser action
* try ugly wait
* move wait
* remove duplicate call
* remove underscore
* fix after review
* fix imports
* minor cosmetic fixes
* fix comments test
* enabled tests and added the new user to run the tests.
* lint fix
* adding a new user and add the user to hr group which will be used when deploying the apps.
* Test commit
* adding a new user and add the user to hr group which will be used when deploying the apps.
* linting fixes
* crc's moved the roles constants to identityService.
* crc's moved the roles constants to identityService.
* wrapped the createIdentityUser and assign Role calls into 1 method and used in the tests.
* wrapped the createIdentityUser and assign Role calls into 1 method and used in the tests.
* Added a method in identityService to pass the required roles to be added in a string array.
* linting fixes
* added the command line arguments to run the e2e tests -identity_admin_email and -identity_admin_password
* added the command line arguments to run the e2e tests -identity_admin_email and -identity_admin_password
* crc's, removed the step to add user to the hr group, as not needed in this test.
* renamed the E2E travis variable to end with identity.
* replaced the candidateuserapp with candidatebaseapp
* replaced candidateuserapp with candidatebaseapp
* replaced candidateuserapp with candidatebaseapp
* replaced candidateuserapp with candidatebaseapp
* timeout wait for the test to pass.
* crc's
* [ADF-3438] Add tests for task list demo page:
* Fixing some tests
* Added new tests
* Add more tests
* Fix the name of the test for bamboo
* Fix test name to work on bamboo
* no message
* Added new tests
* Modified the error message.
* no message
* fix lint issues
* Fix lint issues
* Changing taskListSinglePage from js to ts
* Uncomment a test
* Fixing lint issues
* Solve lint error
* Refactored taskListDemoPage
* Commented two tests that are failing because of a bug in APS
* Fix lint error
* Resolved comments
* [ADF-3617] Fix bugs in Task Details Page controller
* [ADF-3617] Fix bugs in Task Page controller
* [ADF-3617] Separate in different describes automation tests
* [ADF-3671] start working on e2e form tests
* [ADF-3671] improved checks for form widgets
* [ADF-3671] start adding multiline text widget tsts
* [ADF-3671] added test for multiline and some improvements
* [ADF-3671] Add e2e tests for Dropdown, Date, Checkbox widgets
* [ADF-3671] Add e2e test for radio, number, hyperlink widgets
* [ADF-3671] Add automation tests for Form Widgets
* [ADF-3671] Update usage of Dropdown Widget
* [ADF-3671] Fix fileModel file and rename widget controles
* [ADF-3671] Rename Widget Controllers
* [ADF-3671] Remove unused imports and fix dynamic table e2e test
* [ADF-3671] Fix spell errors
* [ADF-3671] Fix people, date time, attach widget
* [ADF-3671] Fix Form People widget tests
* [ADF-3671] Rebase and remove unused variables
* [ADF-3652] Automated test for starting a process with people widget
* Fixing failing tests
* [ADF-3653] Automated test for people widget in completed task
* Automation tests for Viewer Component - Content Services
* Deleting alfresco-ng2-components.iml
* Updating Viewer Page for failing tests
* Adding tests for Viewer Component and some minor changes on Viewer Component - Content Services
* Removing some lines used to test
* Automation tests for Viewer component and Viewer component - Integration with Router + minor changes on tests for Viewer Component - Content Services
* Correcting an import + some improvement to the code
* Correcting tests for opening different file extensions
* Removing a console.log I forgot
* Refactoring the test in Viewer Component
* Refacotring using lint
* Adding browser refresh after each file type
* Moving tests to proper folder
* Minor changes
* remove faulty BE files from e2e
* fix test viewer
* fix process service tests
* fix test
* fix process test
* fix lint
timeout decrease
* increase some timeouts to fix CS e2e
* lint fix
* fix version component restore and delete event
* version manager actions
* fix test
* fix unit test
* remove fdescribe
* fix tslint
* fix screenshot rewrite problem
* remove fdescribe
* multi instance try
* remove fdescribe
* try uncomment some test
* error page
* fix user preferences pagiantion
* search page test include
* fix type tslint e2e
* restore code
* default lang momentadapter
* fix test
* [ADF-3384] removed console log from test
* [ADF-3384] adding some fixes for tests and code
* [ADF-3384] fixed some test and code
* move e2e to ADF main repo
* lint e2e test
* enable first set of tests
* enable test
* firs test js-api integrated
* try change name protractor demo shell file
* remove fdescribe
* Update .travis.yml
* exclude failing test and rewrite analytics component with JS-API
* remove fdescribe
* move first part of tests to js-api
* refactor test alfresco-js-api
* replace js-api step 3
* remove adf prefix
* remove unused code
* remove unused part 2
* add option in e2e test for single test and browser
* exclude temp failing test
* refactoring test step 1
* refactoring test step 2
* refactoring test step 3
* refactoring test step 4
* refactoring test step 5
* run against localhost and proxy options
* fix command
* improve configuration
* improve configuration
* use dev configuratio
* fix defering
* comment out not working remotely test
* fix promise login page e2e
* remove console log
* change test
* revert
* improve utils
* improve task list test
util add also numbers in generation of the email
* remove part of the multi selector
* reinsert trashcan test
* uncomment document list test
* try increase delay in search sorting
* improve document list selector
* execute different util methods
* Upload error screenshot
* make oncomplete async
* add z-finish screenshot workaround
* option save
* remove fit