Commit Graph

11 Commits (3af8a5b0902e2eefc1940e96fd39d673c6d2c154)

Author SHA1 Message Date
Katerina Foniok 46db144260
Remove default timeout (#17506)
* Removing default timeouts

* Stabilising suggestion invoking test

* Change reporter printing info, lint

* Unify the way of waiting for the workspace to be ready

* Add TimeoutConstants.ts to Readme.md

* Applying some refactoring changes gotten in review.

* Removing reundant timeouts set when calling methods

* Reverting of removal 'waitTab' method from Terminal class
2020-09-15 14:54:48 +02:00
Shmaraiev Oleksandr 7d093280a4
Update 'OcpLoginPage' to provide login both OCP and OSD (#16995) 2020-05-22 14:26:49 +03:00
Sergey Skorik 7dcbfa6f46
[Selenium] fix problem with login to Che by Openshift OAuth with 'admin' user (#16526) 2020-04-02 21:20:30 +03:00
Sergey Skorik db3d588466
[Selenium] Use TS_OCP_LOGIN_PAGE_PROVIDER_TITLE constant for identity provider name (#16495) 2020-03-31 17:51:22 +03:00
Sergey Skorik 6463389a45
[Selenium] Login to Che by Openshift OAuth (#16443) 2020-03-26 12:37:20 +02:00
Shmaraiev Oleksandr c1bc4f0314
Test E2E: Delete redundant steps from 'InstallCheByOperatorHub' test (#16369)
* Delete redundant steps in E2E test
* Replace method in the 'OcpWebConsolePage' pageobject
2020-03-16 15:33:19 +02:00
Shmaraiev Oleksandr e400ce8e55
Tests E2E: Update pageobjects to login page both OCP 4.3 and OCP 4.4 (#16279)
* Rework page objects to login page both OCP 4.3 and OCP 4.4
Co-authored-by: Dmytro Nochevnov <dnochevn@redhat.com>
2020-03-07 22:15:02 +02:00
Aleksandr Shmaraiev 0ca6f6e5a2
Tests E2E: Get rid of temporal admin in test which checks installation by OperatorHub (#16118)
* Modified 'TestConstants' file
* Renamed 'OcpLoginByTempAdmin' to 'OcpUserLoginPage' file
* Modified pageobjects related to changes
2020-02-25 10:12:47 +02:00
Aleksandr Shmaraiev 6bf6ed1b24
Test E2E: Modify 'InstallCheByOperatorHub' to use it for update application (#15590)
* Modify 'InstallCheByOperatorHub' to use it for update application
* Create e2e 'SubscribeCheByOperatorHub' test
* Create 'mocha-che-subscribe-operator' file
* Add new test suite to 'package.json' file
* Update 'mocha-che-operatorhub' file
* Remove unused variable from 'TestConstants'
* Change timeout in 'SubscribeCheByOperatorHub' e2e test
2020-01-12 18:08:09 +02:00
Aleksandr Shmaraiev d9d203a70d
Tests E2E: Update E2E test 'InstallCheByOperatorHub' according to changes on UI (#15468)
* Update locators and methods according to changed UI
* Do refactor and update methods in page objects
* Implement log into installed application with regular user of OCP
* Update and modify parameters in the 'TetsConstants'
2019-12-13 14:27:14 +02:00
Kateřina Foniok 1179cd25bb
Moving e2e tests. (#15063)
* Moving e2e tests.

* Moving che-selenium-core.

* Moving che-selenium-test/src/main.

* Moving che-selenium-test/src/test.

* Moving last files from selenium.

* Changing related files.

* Move CRW Jenkins jobs definions from e2e/jenkins to .infra folder.

* Add 'tests' part of path to Jenkinsfile

* Update pom.xml files.

* Reverting groupId in poms.

* Restore org.eclipse.che.selenium artifact name

Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>

* Restore org.eclipse.che.selenium artifact name

Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
2019-12-09 08:26:56 +01:00