* added 2 new forms 'mealform' and 'resultcollectionform' to simpleapp and updated the multiinstance-usertask process definition to have another task to display the output of the result collection.
* added the 2 new form names to the resources file.
* Add tests for assignee not able to release process task
* Changed the assignee of assigneeprocess process definition from admin.adf to hruser
* Changed the process used and changed random user to hruser
* adding new process, forms and decision tables for e2e tests on decision table mappings.
* added the process and form required to test terminate end event
* 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
* updated the simpleapp with the process-variables required and added superadminuser when deploying the apps.
* simpleapp updated with more process variables
* 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
* e2e test for ADF-4699 - Allow a form to be used (or not used) in standalone tasks
* e2e test for ADF-4699 - Allow a form to be used (or not used) in standalone tasks
* test enhancements
* replacing the app with forms with standAlone flag in the json.
* C310199, C310142, empty form validations, Form validations with required field and invalid data.Added a new form to candidatebaseapp, 'FormToTestValidations'
* using BrowserActions
* automated upload local and content file from task from upload widget.
* automated upload local and content file from task from upload widget.
* reverting the git ignore change
* updated the app with the new process definition using the form with upload widgets
* Save error screenshot
* creating the processes through api call rather than through ui. and added -log to watch the travis build on process-cloud
* creating the processes through api call rather than through ui. and added -log to watch the travis build on process-cloud
* removed the wait till clickable, as not relevant here.
* Update process-services-cloud-e2e.sh
* Update data-table-component.page.ts
* new pr
* fix error - sortOrder.toLowerCase is not a function
* new pr
* new process definition added
* taking the development branch changes
* 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
* updated the Test case in TestRail, basically if there is no process name in the process definition, then in the dropdown the processId is displayed and allows the user to start a process using that.
* updated the simpleapp to have a few more processes definitions which will enable to add new e2e tests.
* linting fixes