Roman Iuvshyn
b872b317cb
RELEASE: Set next development version ( #12277 )
2018-12-26 13:04:51 +02:00
Sergey Skorik
c1c762b974
Check that 'Rename' menu item doesn't exist for GoLang ( #12256 )
2018-12-21 17:15:51 +01:00
Sergey Skorik
e92b5ecf8e
Selenium: stabilize selenium tests ( #12247 )
...
* stabilize ContextMenuEditorTest test
* stabilize tests from languageserver package
* add AutocompleteProposalJavaDocTest test methods to UNDER_REPAIR group
* not check rename feature in GolangFileEditingTest test
2018-12-20 17:39:44 +01:00
Aleksandr Shmaraiev
7ab424fa67
Selenium: Add corrections to the 'ConfigureSomeSourceFoldersTest' ( #12236 )
2018-12-20 13:24:35 +02:00
Aleksandr Shmaraiev
28d1b3b0a5
Selenium: Add corrections to the tests from 'git' package ( #12219 )
...
* Add corrections to the 'AddFilesToIndexTest' and 'BranchTest' to increase reliability when run on CI
2018-12-20 09:03:06 +02:00
Dmytro Nochevnov
926d52f071
Handle selenium tests extension ( #12221 )
...
Signed-off-by: Dmytro Nochevnov <dnochevnov@codenvy.com>
2018-12-19 12:20:11 +01:00
Sergey Skorik
4c96de0076
Selenium: stabilize selenium tests, add tests to UNDER_REPAIR group ( #12213 )
2018-12-18 17:52:41 +02:00
Aleksandr Shmaraiev
029643104c
Selenium: Delete the 'try-catch' expression from the 'CodeAssistAfterMoveItemTest' ( #12214 )
2018-12-18 14:10:40 +02:00
Sergey Skorik
d69ffea06b
Selenium: wait for jdtls is fully initialized before working with test project ( #12206 )
2018-12-18 11:08:22 +02:00
Aleksandr Shmaraiev
52fe7696c0
Selenium: delete the 'try-catch' expression from 'refactor.parameters' tests ( #12210 )
2018-12-18 07:35:33 +00:00
Dmytro Nochevnov
b6fa87c42e
Fix of conflict of seleniumhq 3.0.1 with guava 27.0.1-jre ( #12197 )
...
Signed-off-by: Dmytro Nochevnov <dnochevnov@codenvy.com>
2018-12-14 18:02:30 +01:00
Sergey Skorik
5d2770ddfd
Selenium: stabilize selenium tests, adapt NewWorkspaceTest according to adding new stack ( #12189 )
2018-12-13 17:56:41 +02:00
Aleksandr Shmaraiev
700ea7a2d1
Add corrections to the tests to increase reliability ( #12158 )
...
* Add the corrections to selenium tests to increase reliability when they run on Ci jobs
2018-12-10 23:28:06 +02:00
Sergey Skorik
23cb43e474
Selenium: fix unstable selenium tests ( #12156 )
2018-12-10 19:52:33 +02:00
Anna Shumilova
1fe397f874
On workspace creation - open IDE by default, allow RAM < 0.5
...
Signed-off-by: Anna Shumilova <ashumilo@redhat.com>
adapt selenium tests from 'dashboard' package
stabilize selenium tests
2018-12-06 14:23:18 +02:00
Roman Iuvshyn
45490d2a3b
RELEASE: Set next development version ( #12115 )
2018-12-05 18:33:02 +02:00
Sergii Leshchenko
331a63cd06
Rename OPENSHIFT_IDENTITY_PROVIDER_CERTIFICATE to CHE_SELF__SIGNED__CERT
2018-12-05 13:18:06 +02:00
Sergey Skorik
f75bfdd995
Selenium: remove info about known 11779 and 11697 issues ( #12086 )
2018-11-30 17:33:21 +02:00
Sergey Skorik
bb8e6161b5
Selenium: fix unstable selenium tests, add info about known issues ( #12068 )
2018-11-29 11:13:58 +02:00
Masaki Muranaka
31a4e14d07
Fix typo. ( #12022 )
...
Not `clonning` but `cloning`. (refs #12012 )
Signed-off-by: Masaki Muranaka <monaka@monami-ya.com>
2018-11-27 12:03:20 +01:00
Sergey Skorik
ef6c886124
Selenium: cover workspace sharing feature by selenium test ( #12008 )
2018-11-22 14:34:11 +00:00
Igor Ohrimenko
6b0aa57837
[ Selenium ] Do minor fixing changes for stabilizing of "TheiaBuildPluginTest", "CreateNewJavaFilesTest", "DeletePackageTest" selenium tests ( #12007 )
2018-11-22 10:42:17 +02:00
Oleksandr Garagatyi
aaa8f424cd
Make a workspace run without any user env ( #11890 )
...
Allows running Che 7 workspace without any user environment but with Che 7 tooling set.
Workspace without environment has an empty list of environments and null value in `defaultEnv` field.
Field `activeEnv` is supposed to be `null` too.
What is changed:
- Migration of DB
- make defaultEnv nullable
- remove env_name from runtimes primary key
- make env_name in runtimes nullable
- Make code respect the fact that there are workspaces with no env
- settings API that returns the list of supported environment types returns no-environment type that - indicates that infrastructure support workspace with no environment at all.
Signed-off-by: Oleksandr Garagatyi <ogaragat@redhat.com>
2018-11-21 16:39:54 +02:00
Igor Ohrimenko
f021bc0bbf
[ Selenium ] Fix of unexpected fail of "TheiaBuildPluginTest" and "RenameProjectTest" selenium tests ( #12001 )
2018-11-20 16:43:43 +02:00
Igor Ohrimenko
7fdf4da70d
[ Selenium ] Fix of unexpected fail of "CheckErrorsWarningsTabTest" selenium test ( #11995 )
2018-11-20 16:06:14 +02:00
Igor Ohrimenko
e36ad6aafc
[ Selenium ] Get rid of redundant methods in the "SeleniumWebDriverHelper" class ( #11913 )
2018-11-19 16:46:06 +02:00
Igor Ohrimenko
91b43882b4
[ Selenium ] Fix of unexpected fail of "CheckOnValidAndInvalidClassNameTest" and "RenamedAlreadyCreatedNotJavaFileTest" selenium tests ( #11979 )
2018-11-19 12:36:48 +02:00
Aleksandr Shmaraiev
9c6fe0c44a
Selenium: Delete try-catch from the 'GitCompareTest' related to resolve issue #11791 ( #11974 )
...
* Delete try-catch from the 'GitCompareTest' related to resolve issue #11791
* Restore the 'under repair groups' related to other permanent failure #11769
2018-11-16 16:01:48 +00:00
Katka92
e0fe176243
Add che.openshift.project parameter for oc usage. ( #11933 )
...
* Add che.openshift.project parameter for oc usage.
Signed-off-by: kkanova <kkanova@redhat.com>
* Fix formatting
Signed-off-by: Dmytro Nochevnov <dnochevnov@codenvy.com>
2018-11-16 00:38:10 +02:00
Igor Ohrimenko
e8285721d4
Add an ability to manage timeouts in the 'AssistantFindPanel#waitNode' method ( #11942 )
2018-11-14 18:24:06 +02:00
Igor Ohrimenko
18f96fa036
[ Selenium ] Rework methods for getting nodes count in the 'AssistantFindPanel' page object ( #11939 )
2018-11-14 16:38:36 +02:00
Igor Ohrimenko
0db369b7f5
Quick fix of the 'TheiaBuildPluginTest' selenium test ( #11931 )
2018-11-14 12:53:21 +02:00
Roman Iuvshyn
99afaef87f
RELEASE: Set next development version ( #11930 )
2018-11-14 12:29:03 +02:00
Sergey Skorik
c97cbe8814
Selenium: stabilize unstable selenium tests ( #11925 )
2018-11-13 18:39:15 +02:00
Igor Ohrimenko
5a5f930166
[ Selenium ] Get rid of legacy code in the "Consoles" selenium page object ( #11889 )
2018-11-13 17:45:15 +02:00
Igor Ohrimenko
dc7b00d3b7
Fix unexpected fail of "TheiaBuildPluginTest" selenium test ( #11899 )
2018-11-13 09:53:45 +02:00
Sergey Skorik
ada2926958
Selenium: stabilize selenium tests, remove info about resolved known issues ( #11909 )
2018-11-12 14:15:54 +00:00
Igor Ohrimenko
410fe85414
[ Selenium ] Get rid of boilerplate code in the "Menu" selenium page object ( #11874 )
2018-11-09 11:17:36 +02:00
Dmytro Nochevnov
0e10d7ba00
Wait on test workspace removal before running next test ( #11870 )
...
Signed-off-by: Dmytro Nochevnov <dnochevnov@codenvy.com>
2018-11-08 19:00:43 +02:00
Sergey Skorik
da737ac169
Selenium: check Apache Camel language server initialization before project import ( #11873 )
2018-11-08 15:57:44 +00:00
Sergey Skorik
898bc6d492
Selenium: update info about known issues ( #11861 )
2018-11-07 15:31:26 +00:00
Dmytro Nochevnov
562e105391
Get suite from 'target/test-classes/suite' directory ( #11847 )
...
Signed-off-by: Dmytro Nochevnov <dnochevnov@codenvy.com>
2018-11-06 18:30:58 +02:00
Sergey Skorik
daa1b8b0a6
Selenium: update info about known issue, fix expected stacks list on Dashboard ( #11845 )
2018-11-06 14:29:30 +00:00
Sergey Skorik
edfdf452c5
Selenium: update info about known issue, update tests for Apache Camel stack ( #11839 )
2018-11-05 15:21:12 +00:00
Tibor Dancs
749f2cdb40
Modified the injection framework to use String for the workspace temp… ( #11792 )
...
* Modified the injection framework to use String for the workspace template instead of the enum
Signed-off-by: Dmytro Nochevnov <dnochevnov@codenvy.com>
2018-11-05 15:24:32 +02:00
Dmytro Nochevnov
48dd26ed28
Exclude E2E tests which failed permanently from default test execution ( #11815 )
...
Signed-off-by: Dmytro Nochevnov <dnochevnov@codenvy.com>
2018-11-02 18:41:19 +02:00
Igor Ohrimenko
7ed316e795
[Selenium] Fix unexpected fail of "TheiaBuildPluginTest" and "Che7PreviewStackStartTest" selenium tests ( #11813 )
2018-11-02 16:35:14 +02:00
Dmytro Nochevnov
11a20f1f69
Do not execute selenium tests under repair by default ( #11689 )
...
Signed-off-by: Dmytro Nochevnov <dnochevnov@codenvy.com>
2018-11-02 14:37:22 +02:00
Aleksandr Shmaraiev
c67c12e699
Selenium: Add the 'try-catch' to the 'GitCompareTest' according to the known issue #11769 ( #11770 )
...
* Add the 'try-catch' to the 'GitCompareTest' according to the known issue #11769
* Add the 'try-catch' to the 'GitCompareTest' according to known issue
* Rework the methods 'setCursorToLine()' in the page objects 'GitCompare' and 'CodenvyEditor'
2018-11-02 14:17:47 +02:00
Sergey Skorik
d81d4e9fa8
Selenium: update expected stacks list in NewWorkspaceTest test ( #11805 )
2018-11-01 13:08:59 +00:00