Commit Graph

38 Commits (5179594fb235be41a21deaefb3f5c679d5b7ebec)

Author SHA1 Message Date
Igor Ohrimenko 872e4654d2
Get rid of the redundant switching to the associated workspace in the "Happy Path" test (#15149)
Signed-off-by: Ihor Okhrimenko <iokhrime@redhat.com>
2019-11-08 12:51:09 +02:00
Dmytro Nochevnov 2629f8a159
Log and fix workaround to Java LS server initialization failure (#14945)
Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
2019-10-22 18:39:59 +03:00
Igor Ohrimenko ffe7ecdea0
[TS_SELENIUM] Create image for the "Happy Path" tests based on the "quay.io/eclipse/che-java11-maven" image (#14779)
Signed-off-by: Ihor Okhrimenko <iokhrime@redhat.com>
2019-10-16 09:59:08 +03:00
Aleksandr Shmaraiev e82bccca72
E2E: Modify e2e test 'InstallCheByOperatorHub' to use with both Che and Crw (#14798)
* Modify e2e test 'InstallCheByOperatorHub' to run both Che and Crw
* Add new constant to 'TestConstants'
* Add new method to 'DriverHelper'
* Do refactoring methods in 'OcpWebConsolePage'
2019-10-09 20:36:53 +03:00
Igor Ohrimenko 0c68ea248d
[TS_SELENIUM] Increase logging of tests steps (#14686)
Signed-off-by: Ihor Okhrimenko <iokhrime@redhat.com>
2019-09-27 14:20:37 +03:00
Igor Ohrimenko c51519e030
[TS_SELENIUM] Increase logging of tests steps (#14642)
Signed-off-by: Ihor Okhrimenko <iokhrime@redhat.com>
2019-09-27 11:53:09 +03:00
Igor Ohrimenko fd6f7ad1ce
[TS_SELENIUM] Implement workaround for issue #14660 (Unexpected list of suggestions when use Java languageserver) in the "HappyPath" test. (#14672)
Signed-off-by: Ihor Okhrimenko <iokhrime@redhat.com>
2019-09-26 16:30:40 +03:00
Maxim Musienko d79cab22c1
Implement workaround for Go to Definition feature HappyPath scenario (#14570)
* implement workaround for Go to symbol feature
2019-09-22 18:22:59 +03:00
Kateřina Foniok 496cdb8760
[E2E] Add test for Java Vertx workspace. (#14558)
* Add test for Java Vertx workspace.

Signed-off-by: kkanova <kkanova@redhat.com>

* Addressing review comment - removing try/cath block.

* Refactoring.

* Adding missing mocha file.
2019-09-19 11:25:54 +02:00
Maxim Musienko 501e2e5217
Adapt test after updating Monaco editor (#14523)
* adapt test after updating Monaco editor
2019-09-12 17:55:40 +03:00
Igor Ohrimenko deca6db98c
[Happy Path] Resolve problem with debug step of the "Happy-Path" scenario (#14420)
Signed-off-by: Ihor Okhrimenko <iokhrime@redhat.com>
2019-09-05 16:33:24 +03:00
kkanova 254888d7c7 Fixing bug in expandPathAndOpenFile.
Signed-off-by: kkanova <kkanova@redhat.com>
2019-09-05 14:53:45 +02:00
Radim Hopp 9072be96a6 [e2e] Added multiuser support.
Signed-off-by: Radim Hopp <rhopp@redhat.com>
2019-09-04 12:32:09 +02:00
Sergey Skorik f2ad4fb9da
[Happy Path] Fix checking application readiness in HappyPath test (#14381) 2019-09-02 16:26:34 +03:00
Vitalii Parfonov 608882a3ee
use the latest nightly image, adapt e2e tests for new behavior of debug settings in Theia (#14285)
Signed-off-by: Vitalii Parfonov <vparfono@redhat.com>
2019-08-23 07:30:12 +03:00
kkanova 1bebab75a1 Working version
Signed-off-by: kkanova <kkanova@redhat.com>
2019-08-21 08:47:18 -04:00
Skorik Sergey bbfae579ca changes according to review 2019-08-20 12:33:41 +02:00
Skorik Sergey e319cd78f1 changes according to review 2019-08-20 12:33:41 +02:00
Skorik Sergey 143ac8a3e3 throw Error if cannot obtain app url from notification message 2019-08-20 12:33:41 +02:00
Skorik Sergey cad1723a81 use regexp to get app url from notification message 2019-08-20 12:33:41 +02:00
Skorik Sergey 834369a73f add method for checkin application readiness 2019-08-20 12:33:41 +02:00
Igor Ohrimenko 1e03990fae
[Happy Path] Sometimes the "Happy Path" test fails on "ProjectTree.expandPathAndOpenFile" step (#14199)
Signed-off-by: Ihor Okhrimenko <iokhrime@redhat.com>
2019-08-12 14:17:48 +03:00
Igor Ohrimenko c31a25e017
[Happy Path] Fix of issue #14141 (Sometimes the "Happy path" test fails when click on "Start debug" button) (#14180)
Signed-off-by: Ihor Okhrimenko <iokhrime@redhat.com>
2019-08-12 09:45:28 +03:00
Igor Ohrimenko 30fec3173d
[TS_SELENIUM] Implement workaround for bug described in the issue #14121 (Can not access to application by route because of service unavailable) 2019-08-05 16:01:32 +03:00
Aleksandr Shmaraiev e2fdea04a9
E2E: Change waiting timeout to increase reliability e2e test (#14106) 2019-08-02 17:08:13 +03:00
Aleksandr Shmaraiev 1ff0df1563
E2E: Create e2e test to install Eclipse Che by OperatorHub UI on OCP (#14062)
* Create e2e test to install Eclipse Che by OperatorHub UI
* Implement log into CHE  in multiuser mode
* Create page object to OCP web console
* Add new constants
* Implemented log into OCP
2019-08-01 15:21:37 +03:00
Igor Ohrimenko 0bebceda45
[TS_SELENIUM] Resolve problem with notifications interaction (bug #13864) (#14019)
Signed-off-by: Ihor Okhrimenko <iokhrime@redhat.com>
2019-07-25 14:14:58 +03:00
Igor Ohrimenko a35bd99ab2
[TS SELENIUM] Fix the #13865 issue (Happy Path test is sometimes failing on "Error highlighting" step) (#13987) 2019-07-24 14:41:23 +03:00
Sergey Skorik a2fba252a7
[TS-SELENIUM] Adapt WorkspaceCreationAndLsInitialization test according workspace creation from Dashboard changes (#13885) 2019-07-18 17:33:41 +03:00
Maxim Musienko bf688d8765
Stabilize part for waiting Dashboard in WorkspaceCreationAndLsInitialization test (#13850)
* fix unstable part of WorkspaceCreationAndLsInitialization test
2019-07-15 18:02:02 +03:00
Igor Ohrimenko b045651a07
[TS-SELENIUM] Cover the "Use Java IDE features and the inner loop" step from "Happy path" scenario (#13615)
* Cover the 'Use Java IDE features and the inner loop' step from 'Happy path' scenario

Signed-off-by: Ihor Okhrimenko <iokhrime@redhat.com>
2019-07-05 11:35:37 +03:00
Igor Ohrimenko a8bb74bbbf
[E2E] Update typescript tests according to workspace creation changes (#13544)
Signed-off-by: Ihor Okhrimenko <iokhrime@redhat.com>
2019-06-14 16:08:19 +03:00
kkanova 4b0254d255 Add version to plugin.
Signed-off-by: kkanova <kkanova@redhat.com>
2019-06-10 11:53:44 +02:00
Ihor Okhrimenko 5fd97155a2 Add possibility to choose plugin version
Signed-off-by: Ihor Okhrimenko <iokhrime@redhat.com>
2019-06-10 11:53:25 +02:00
Igor Ohrimenko 8af9570b50
[TS-SELENIUM] Cover the "Start a Workspace from a devfile" step from "Happy path" scenario (#13479)
Signed-off-by: Ihor Okhrimenko <iokhrime@redhat.com>
2019-06-07 18:49:52 +03:00
Katka92 c85407b19c [E2E tests] Changes needed to reuse the tests (#13456)
* Changes needed to reuse the tests by Rh-Che.
* Add export for TestWorksapceUtils
* Add new line at the end.

Signed-off-by: kkanova <kkanova@redhat.com>
2019-06-03 13:35:25 +03:00
Katka92 10ae0c8432 Add tslint and fix errors. (#13350)
Signed-off-by: kkanova <kkanova@redhat.com>
2019-05-21 11:09:04 +03:00
Igor Ohrimenko 1def7dab57
Add "e2e" module based on "typescript-selenium", "mocha" and "chai" frameworks (#13200)
Add "e2e" module based on "typescript-selenium", "mocha" and "chai" frameworks

Signed-off-by: Ihor Okhrimenko <iokhrime@redhat.com>
2019-05-06 17:38:25 +03:00