Selenium: cover workspace creation from Ubuntu stacks by selenium tests#10271
Selenium: cover workspace creation from Ubuntu stacks by selenium tests#10271SkorikSergey merged 11 commits intomasterfrom
Conversation
|
ci-test |
|
ci-test build report: |
…rkspaceFromUbuntuStacks
|
ci-test |
|
ci-test build report: |
…rkspaceFromUbuntuStacks
| import org.testng.annotations.BeforeClass; | ||
| import org.testng.annotations.Test; | ||
|
|
||
| /** @author Aleksandr Shmaraev */ |
There was a problem hiding this comment.
Is Aleksandr Shmaraev the real author of the test?
There was a problem hiding this comment.
Yes. I renamed WorkingWithJavaMySqlStackTest test to CreateWorkspaceFromJavaMySqlStackTest.
|
|
||
| @BeforeClass | ||
| public void setUp() { | ||
|
|
There was a problem hiding this comment.
empty line looks redundant here
|
|
||
| @Test(priority = 1) | ||
| public void checkConsoleJavaSimpleProjectCommands() { | ||
| consoles.executeCommandFromProjectExplorer( |
There was a problem hiding this comment.
It is not enough to check Eclipse Che stack with Java Simple Project. This stack is dedicated to develop something related to Eclipse Che project including Eclipse Che extensions, and Eclipse Che project itself, and there is separate issue for this staff #10107, which becomes partly resolved.
|
ci-build |
…rkspaceFromUbuntuStacks
|
ci-build |
What does this PR do?
This PR creates selenium tests that cover workspace creation from next Ubuntu stacks:
What issues does this PR fix or reference?
#10270, #10050
Release Notes
Docs PR