gbetances089
gbetances089
### Acceptance Criteria (Required on creation) ### Hints From Daniel's comment here - https://github.com/camunda/camunda-bpm-platform-ee/pull/881#discussion_r1484076655 ### Links Comment made on this [PR](https://github.com/camunda/camunda-bpm-platform-ee/pull/881). ```[tasklist] ### Pull Requests ``` ### Dev2QA handover -...
### Acceptance Criteria (Required on creation) All the visual/e2e tests can run without adding the value of `http://localhost:8080/` at the beginning of the URL either by absolut or relative path,...
Move the Tasklist tests from the [filter-spec.js](https://github.com/camunda/camunda-bpm-platform-ee/blob/98d960eedb0fde52569c9fdf99dbca7578a0ccb1/webapps/camunda-webapp/plugins/frontend/test/e2e/tasklist/specs/filter-spec.js#L491) into TestCafe. - The test `list without filter` is already cover with the visual test on https://github.com/camunda/camunda-bpm-platform-ee/pull/888 - The test `list with filter`...
### Acceptance Criteria (Required on creation) All Tasklist tests that are running on Protactor are move to TestCafe framework and refactor all test cases to use POM. Tests are located...
Move the Tasklist tests from the [authentication-spec.js](https://github.com/camunda/camunda-bpm-platform-ee/blob/b2e1c20570d7a6c9f509a87f98a6291f75a7a44f/webapps/camunda-webapp/plugins/frontend/test/e2e/tasklist/specs/authentication-spec.js#L1) into TestCafe. Since this is mostly a login/auth tests this will be added under the login folder.
Current e2e tests for Tasklist under [here](https://github.com/camunda/camunda-bpm-platform-ee/blob/4ab3b3711bc913b769bd647dd1d849bea5b2a082/webapps/camunda-webapp/plugins/frontend/test/testcafe/tests/tasklist) do not follow the guidelines of Page Object model. The goal is to move them into a page object model + reduce/remove duplicated...
Current e2e tests for Cockpit under [here](https://github.com/camunda/camunda-bpm-platform-ee/blob/4ab3b3711bc913b769bd647dd1d849bea5b2a082/webapps/camunda-webapp/plugins/frontend/test/testcafe/tests/cockpit) do not follow the guidelines of Page Object model. The goal is to move them into a page object model + reduce/remove duplicated...
### Acceptance Criteria (Required on creation) All Cockpit tests that are running on Protactor are move to TestCafe framework and refactor all test cases to use POM. Tests are located...
On this ticket the following items were done: - Refactor the [operationLog.spec](https://github.com/camunda/camunda-bpm-platform-ee/blob/e56705bbe2c26e172e8cddb92f4e878c4b52f64d/webapps/camunda-webapp/plugins/frontend/test/testcafe/tests/cockpit/operationLog.spec.js) file to use PO model + add visual tests where e2e can be replaced with it.
On this ticket the following items were done: - Moved the reports tests to [cockpit.tests.visual.js](https://github.com/camunda/camunda-bpm-platform-ee/pull/925/files#diff-7c82acbe5a0d1aebdf351eaa4ae0cdff06e8a2f4e52c4fc34e495f0a44e9e15d) since the previous ones only check the items where present on the page.