@eclipse-che/che-e2e 7.50.0-dev-25a3c8c → 7.50.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (157) hide show
  1. package/dist/driver/CheReporter.js +3 -2
  2. package/dist/driver/CheReporter.js.map +1 -1
  3. package/dist/index.js +1 -1
  4. package/dist/index.js.map +1 -1
  5. package/dist/inversify.config.js +1 -1
  6. package/dist/inversify.config.js.map +1 -1
  7. package/dist/inversify.types.js +2 -3
  8. package/dist/inversify.types.js.map +1 -1
  9. package/dist/pageobjects/dashboard/workspace-details/WorkspaceDetails.js +2 -4
  10. package/dist/pageobjects/dashboard/workspace-details/WorkspaceDetails.js.map +1 -1
  11. package/dist/pageobjects/dashboard/workspace-details/WorkspaceDetailsPlugins.js +2 -4
  12. package/dist/pageobjects/dashboard/workspace-details/WorkspaceDetailsPlugins.js.map +1 -1
  13. package/dist/pageobjects/ide/ProjectTree.js +12 -6
  14. package/dist/pageobjects/ide/ProjectTree.js.map +1 -1
  15. package/dist/tests/devfiles/CSlashCPlusPlus.spec.js +3 -4
  16. package/dist/tests/devfiles/CSlashCPlusPlus.spec.js.map +1 -1
  17. package/dist/tests/devfiles/DevfileSmoke.spec.js +4 -5
  18. package/dist/tests/devfiles/DevfileSmoke.spec.js.map +1 -1
  19. package/dist/tests/devfiles/DotNetCore.spec.js +3 -4
  20. package/dist/tests/devfiles/DotNetCore.spec.js.map +1 -1
  21. package/dist/tests/devfiles/Go.spec.js +3 -4
  22. package/dist/tests/devfiles/Go.spec.js.map +1 -1
  23. package/dist/tests/devfiles/JavaMaven.spec.js +3 -4
  24. package/dist/tests/devfiles/JavaMaven.spec.js.map +1 -1
  25. package/dist/tests/devfiles/JavaSpringBoot.spec.js +3 -4
  26. package/dist/tests/devfiles/JavaSpringBoot.spec.js.map +1 -1
  27. package/dist/tests/devfiles/JavaVertx.spec.js +3 -4
  28. package/dist/tests/devfiles/JavaVertx.spec.js.map +1 -1
  29. package/dist/tests/devfiles/NodeJS.spec.js +3 -4
  30. package/dist/tests/devfiles/NodeJS.spec.js.map +1 -1
  31. package/dist/tests/devfiles/PHPSimple.spec.js +3 -4
  32. package/dist/tests/devfiles/PHPSimple.spec.js.map +1 -1
  33. package/dist/tests/devfiles/Python.spec.js +3 -4
  34. package/dist/tests/devfiles/Python.spec.js.map +1 -1
  35. package/dist/tests/devfiles/PythonDjango.spec.js +3 -4
  36. package/dist/tests/devfiles/PythonDjango.spec.js.map +1 -1
  37. package/dist/tests/devfiles/Quarkus.spec.js +3 -4
  38. package/dist/tests/devfiles/Quarkus.spec.js.map +1 -1
  39. package/dist/tests/devfiles/Scala.spec.js +3 -4
  40. package/dist/tests/devfiles/Scala.spec.js.map +1 -1
  41. package/dist/tests/e2e/FactoryUrl.spec.js +5 -10
  42. package/dist/tests/e2e/FactoryUrl.spec.js.map +1 -1
  43. package/dist/tests/e2e/GitPublishBranch.spec.js +3 -1
  44. package/dist/tests/e2e/GitPublishBranch.spec.js.map +1 -1
  45. package/dist/tests/e2e/GitSelfSignCert.spec.js +8 -1
  46. package/dist/tests/e2e/GitSelfSignCert.spec.js.map +1 -1
  47. package/dist/tests/e2e/GitSsh.spec.js +5 -2
  48. package/dist/tests/e2e/GitSsh.spec.js.map +1 -1
  49. package/dist/tests/e2e/OpenshiftConnector.spec.js +3 -1
  50. package/dist/tests/e2e/OpenshiftConnector.spec.js.map +1 -1
  51. package/dist/tests/e2e/factories/DirectUrlFactoryWithKeepDirectoryTest.spec.js +3 -7
  52. package/dist/tests/e2e/factories/DirectUrlFactoryWithKeepDirectoryTest.spec.js.map +1 -1
  53. package/dist/tests/e2e/factories/DirectUrlFactoryWithRootFolderTest.spec.js +3 -7
  54. package/dist/tests/e2e/factories/DirectUrlFactoryWithRootFolderTest.spec.js.map +1 -1
  55. package/dist/tests/e2e/factories/DirectUrlFactoryWithSpecificBranchTest.spec.js +3 -7
  56. package/dist/tests/e2e/factories/DirectUrlFactoryWithSpecificBranchTest.spec.js.map +1 -1
  57. package/dist/tests/e2e_happy_path/DevWorkspaceHappyPath.spec.js +2 -0
  58. package/dist/tests/e2e_happy_path/DevWorkspaceHappyPath.spec.js.map +1 -1
  59. package/dist/tests/e2e_happy_path/HappyPath.spec.js +13 -8
  60. package/dist/tests/e2e_happy_path/HappyPath.spec.js.map +1 -1
  61. package/dist/tests/intelij/IntelijOpenWorkspace.spec.js +2 -6
  62. package/dist/tests/intelij/IntelijOpenWorkspace.spec.js.map +1 -1
  63. package/dist/tests/load_test/LoadTest.spec.js +3 -6
  64. package/dist/tests/load_test/LoadTest.spec.js.map +1 -1
  65. package/dist/tests/login/LinkCheAndOcpUsers.spec.js +2 -2
  66. package/dist/tests/login/LinkCheAndOcpUsers.spec.js.map +1 -1
  67. package/dist/tests/plugins/GitHubPullRequestPlugin.spec.js +4 -9
  68. package/dist/tests/plugins/GitHubPullRequestPlugin.spec.js.map +1 -1
  69. package/dist/tests/plugins/InstallPluginUsingUI.spec.js +4 -10
  70. package/dist/tests/plugins/InstallPluginUsingUI.spec.js.map +1 -1
  71. package/dist/tests/plugins/JavaPlugin.spec.js +4 -8
  72. package/dist/tests/plugins/JavaPlugin.spec.js.map +1 -1
  73. package/dist/tests/plugins/PhpPlugin.spec.js +12 -10
  74. package/dist/tests/plugins/PhpPlugin.spec.js.map +1 -1
  75. package/dist/tests/plugins/PythonPlugin.spec.js +4 -8
  76. package/dist/tests/plugins/PythonPlugin.spec.js.map +1 -1
  77. package/dist/tests/plugins/TypescriptPlugin.spec.js +4 -8
  78. package/dist/tests/plugins/TypescriptPlugin.spec.js.map +1 -1
  79. package/dist/tests/plugins/VscodeKubernetesPlugin.spec.js +3 -10
  80. package/dist/tests/plugins/VscodeKubernetesPlugin.spec.js.map +1 -1
  81. package/dist/tests/plugins/VscodeShellcheckPlugin.spec.js +3 -10
  82. package/dist/tests/plugins/VscodeShellcheckPlugin.spec.js.map +1 -1
  83. package/dist/tests/plugins/VscodeValePlugin.spec.js +3 -10
  84. package/dist/tests/plugins/VscodeValePlugin.spec.js.map +1 -1
  85. package/dist/tests/plugins/VscodeXmlPlugin.spec.js +15 -1
  86. package/dist/tests/plugins/VscodeXmlPlugin.spec.js.map +1 -1
  87. package/dist/tests/plugins/VscodeYamlPlugin.spec.js +4 -8
  88. package/dist/tests/plugins/VscodeYamlPlugin.spec.js.map +1 -1
  89. package/dist/testsLibrary/CodeExecutionTests.js +14 -2
  90. package/dist/testsLibrary/CodeExecutionTests.js.map +1 -1
  91. package/dist/testsLibrary/WorkspaceHandlingTests.js +75 -10
  92. package/dist/testsLibrary/WorkspaceHandlingTests.js.map +1 -1
  93. package/dist/utils/requestHandlers/CheApiRequestHandler.js.map +1 -1
  94. package/dist/utils/requestHandlers/headers/CheMultiuserAuthorizationHeaderHandler.js +17 -2
  95. package/dist/utils/requestHandlers/headers/CheMultiuserAuthorizationHeaderHandler.js.map +1 -1
  96. package/dist/utils/workspace/ApiUrlResolver.js +41 -9
  97. package/dist/utils/workspace/ApiUrlResolver.js.map +1 -1
  98. package/dist/utils/workspace/{IApiUrlResolver.js → ITestWorkspaceUtil.js} +1 -1
  99. package/dist/utils/workspace/ITestWorkspaceUtil.js.map +1 -0
  100. package/dist/utils/workspace/TestWorkspaceUtil.js +29 -31
  101. package/dist/utils/workspace/TestWorkspaceUtil.js.map +1 -1
  102. package/dist/utils/workspace/WorkspaceStatus.js.map +1 -1
  103. package/driver/CheReporter.ts +4 -4
  104. package/index.ts +1 -1
  105. package/inversify.config.ts +4 -3
  106. package/inversify.types.ts +2 -3
  107. package/package.json +1 -1
  108. package/pageobjects/dashboard/workspace-details/WorkspaceDetails.ts +3 -3
  109. package/pageobjects/dashboard/workspace-details/WorkspaceDetailsPlugins.ts +4 -4
  110. package/pageobjects/ide/ProjectTree.ts +13 -8
  111. package/tests/devfiles/CSlashCPlusPlus.spec.ts +3 -6
  112. package/tests/devfiles/DevfileSmoke.spec.ts +4 -7
  113. package/tests/devfiles/DotNetCore.spec.ts +3 -6
  114. package/tests/devfiles/Go.spec.ts +3 -4
  115. package/tests/devfiles/JavaMaven.spec.ts +3 -6
  116. package/tests/devfiles/JavaSpringBoot.spec.ts +3 -6
  117. package/tests/devfiles/JavaVertx.spec.ts +3 -6
  118. package/tests/devfiles/NodeJS.spec.ts +3 -6
  119. package/tests/devfiles/PHPSimple.spec.ts +3 -6
  120. package/tests/devfiles/Python.spec.ts +3 -6
  121. package/tests/devfiles/PythonDjango.spec.ts +3 -6
  122. package/tests/devfiles/Quarkus.spec.ts +3 -6
  123. package/tests/devfiles/Scala.spec.ts +3 -7
  124. package/tests/e2e/FactoryUrl.spec.ts +7 -11
  125. package/tests/e2e/GitPublishBranch.spec.ts +5 -3
  126. package/tests/e2e/GitSelfSignCert.spec.ts +68 -65
  127. package/tests/e2e/GitSsh.spec.ts +6 -3
  128. package/tests/e2e/OpenshiftConnector.spec.ts +4 -2
  129. package/tests/e2e/factories/DirectUrlFactoryWithKeepDirectoryTest.spec.ts +2 -5
  130. package/tests/e2e/factories/DirectUrlFactoryWithRootFolderTest.spec.ts +2 -5
  131. package/tests/e2e/factories/DirectUrlFactoryWithSpecificBranchTest.spec.ts +2 -5
  132. package/tests/e2e_happy_path/DevWorkspaceHappyPath.spec.ts +2 -0
  133. package/tests/e2e_happy_path/HappyPath.spec.ts +13 -8
  134. package/tests/intelij/IntelijOpenWorkspace.spec.ts +2 -4
  135. package/tests/load_test/LoadTest.spec.ts +4 -4
  136. package/tests/login/LinkCheAndOcpUsers.spec.ts +4 -3
  137. package/tests/plugins/GitHubPullRequestPlugin.spec.ts +4 -7
  138. package/tests/plugins/InstallPluginUsingUI.spec.ts +4 -9
  139. package/tests/plugins/JavaPlugin.spec.ts +4 -6
  140. package/tests/plugins/PhpPlugin.spec.ts +3 -9
  141. package/tests/plugins/PythonPlugin.spec.ts +4 -6
  142. package/tests/plugins/TypescriptPlugin.spec.ts +4 -6
  143. package/tests/plugins/VscodeKubernetesPlugin.spec.ts +3 -9
  144. package/tests/plugins/VscodeShellcheckPlugin.spec.ts +3 -9
  145. package/tests/plugins/VscodeValePlugin.spec.ts +3 -9
  146. package/tests/plugins/VscodeXmlPlugin.spec.ts +17 -1
  147. package/tests/plugins/VscodeYamlPlugin.spec.ts +4 -7
  148. package/testsLibrary/CodeExecutionTests.ts +9 -1
  149. package/testsLibrary/WorkspaceHandlingTests.ts +72 -9
  150. package/utils/requestHandlers/CheApiRequestHandler.ts +1 -1
  151. package/utils/requestHandlers/headers/CheMultiuserAuthorizationHeaderHandler.ts +17 -2
  152. package/utils/workspace/ApiUrlResolver.ts +34 -11
  153. package/utils/workspace/ITestWorkspaceUtil.ts +98 -0
  154. package/utils/workspace/TestWorkspaceUtil.ts +34 -34
  155. package/utils/workspace/WorkspaceStatus.ts +1 -1
  156. package/dist/utils/workspace/IApiUrlResolver.js.map +0 -1
  157. package/utils/workspace/IApiUrlResolver.ts +0 -15
@@ -12,7 +12,6 @@ import { e2eContainer } from '../../../inversify.config';
12
12
  import { CLASSES } from '../../../inversify.types';
13
13
  import { TestConstants } from '../../../TestConstants';
14
14
  import { ProjectAndFileTests } from '../../../testsLibrary/ProjectAndFileTests';
15
- import CheReporter from '../../../driver/CheReporter';
16
15
  import { BrowserTabsUtil } from '../../../utils/BrowserTabsUtil';
17
16
  import { WorkspaceHandlingTests } from '../../../testsLibrary/WorkspaceHandlingTests';
18
17
  import { PreferencesHandler } from '../../../utils/PreferencesHandler';
@@ -27,7 +26,6 @@ const workspaceSampleName: string = 'console-java-simple';
27
26
  const workspaceRootFolderName: string = 'src';
28
27
  const fileFolderPath: string = `${workspaceSampleName}/${workspaceRootFolderName}/main/java/org/eclipse/che/examples`;
29
28
  const tabTitle: string = 'HelloWorld.java';
30
- let workspaceName: string = 'console-java-simple';
31
29
 
32
30
  suite('Workspace creation via factory url', async () => {
33
31
  suite('Open factory URL', async () => {
@@ -37,11 +35,10 @@ suite('Workspace creation via factory url', async () => {
37
35
  });
38
36
 
39
37
  suite('Wait workspace readyness', async () => {
38
+ workspaceHandlingTests.obtainWorkspaceNameFromStartingPage();
40
39
  projectAndFileTests.waitWorkspaceReadiness(workspaceSampleName, workspaceRootFolderName);
41
40
 
42
41
  test('Set confirmExit preference to never', async () => {
43
- CheReporter.registerRunningWorkspace(workspaceName);
44
-
45
42
  await preferencesHandler.setPreferenceUsingUI('application.confirmExit', 'never');
46
43
  });
47
44
  });
@@ -53,7 +50,7 @@ suite('Workspace creation via factory url', async () => {
53
50
 
54
51
  suite ('Stopping and deleting the workspace', async () => {
55
52
  test('Stop and remove workspace', async () => {
56
- await workspaceHandlingTests.stopAndRemoveWorkspace(workspaceName);
53
+ await workspaceHandlingTests.stopAndRemoveWorkspace(WorkspaceHandlingTests.getWorkspaceName());
57
54
  });
58
55
  });
59
56
 
@@ -24,6 +24,7 @@ import { TimeoutConstants } from '../../TimeoutConstants';
24
24
  import { TopMenu } from '../../pageobjects/ide/TopMenu';
25
25
  import * as fs from 'fs';
26
26
  import axios from 'axios';
27
+ import { WorkspaceHandlingTests } from '../../testsLibrary/WorkspaceHandlingTests';
27
28
  import CheReporter from '../../driver/CheReporter';
28
29
 
29
30
  const ide: Ide = e2eContainer.get(CLASSES.Ide);
@@ -65,6 +66,7 @@ suite('Workspace creation via factory url', async () => {
65
66
  });
66
67
 
67
68
  test('Register running workspace', async () => {
69
+ WorkspaceHandlingTests.setWorkspaceName(projectName);
68
70
  CheReporter.registerRunningWorkspace(projectName);
69
71
  });
70
72
 
@@ -28,6 +28,7 @@ import { TimeoutConstants } from '../../TimeoutConstants';
28
28
  import { Logger } from '../../utils/Logger';
29
29
  import { RightToolBar } from '../../pageobjects/ide/RightToolBar';
30
30
  import { BrowserTabsUtil } from '../../utils/BrowserTabsUtil';
31
+ import { WorkspaceHandlingTests } from '../../testsLibrary/WorkspaceHandlingTests';
31
32
  import CheReporter from '../../driver/CheReporter';
32
33
 
33
34
  const driverHelper: DriverHelper = e2eContainer.get(CLASSES.DriverHelper);
@@ -75,11 +76,12 @@ suite('Validation of workspace start', async () => {
75
76
  });
76
77
 
77
78
  test('Register running workspace', async () => {
79
+ WorkspaceHandlingTests.setWorkspaceName(workspaceName);
78
80
  CheReporter.registerRunningWorkspace(workspaceName);
79
81
  });
80
82
 
81
83
  test('Wait for workspace readiness', async () => {
82
- await ide.waitAndSwitchToIdeFrame();
84
+ // await ide.waitAndSwitchToIdeFrame(); test is outdated, should be deprecated.
83
85
  await ide.waitIde(TimeoutConstants.TS_SELENIUM_START_WORKSPACE_TIMEOUT);
84
86
  await projectTree.openProjectTreeContainer();
85
87
  await ide.waitNotificationAndClickOnButton('Do you trust the authors of', 'Yes, I trust', 60_000);
@@ -126,7 +128,7 @@ suite('Language server validation', async () => {
126
128
  } catch (err) {
127
129
  Logger.debug('Workaround for the https://github.com/eclipse/che/issues/18974.');
128
130
  await browserTabsUtil.refreshPage();
129
- await ide.waitAndSwitchToIdeFrame();
131
+ // await ide.waitAndSwitchToIdeFrame(); test is outdated, should be deprecated.
130
132
  await ide.waitIde();
131
133
  await editor.waitErrorInLine(30, javaFileName, TimeoutConstants.TS_ERROR_HIGHLIGHTING_TIMEOUT * 2);
132
134
  }
@@ -240,10 +242,11 @@ suite('Validation of debug functionality', async () => {
240
242
  });
241
243
 
242
244
  test('Check content of the launched application', async () => {
243
- await previewWidget.waitAndSwitchToWidgetFrame();
245
+ await previewWidget.waitAndSwitchToWidgetFrame(); // test is outdated, should be deprecated.
244
246
  await previewWidget.waitAndClick(SpringAppLocators.springHomeButtonLocator);
245
247
  await driverHelper.getDriver().switchTo().defaultContent();
246
- await ide.waitAndSwitchToIdeFrame();
248
+ // await ide.waitAndSwitchToIdeFrame(); test is outdated, should be deprecated.
249
+ await ide.waitIde();
247
250
  });
248
251
 
249
252
  test('Open debug view', async () => {
@@ -280,7 +283,7 @@ suite('Validation of debug functionality', async () => {
280
283
  });
281
284
 
282
285
  async function checkErrorMessageInApplicationController() {
283
- await previewWidget.waitAndSwitchToWidgetFrame();
286
+ await previewWidget.waitAndSwitchToWidgetFrame(); // test is outdated, should be deprecated.
284
287
  await previewWidget.waitAndClick(SpringAppLocators.springMenuButtonLocator);
285
288
  await previewWidget.waitAndClick(SpringAppLocators.springErrorButtonLocator);
286
289
 
@@ -289,15 +292,17 @@ async function checkErrorMessageInApplicationController() {
289
292
  } catch (err) {
290
293
 
291
294
  await driverHelper.getDriver().switchTo().defaultContent();
292
- await ide.waitAndSwitchToIdeFrame();
295
+ // await ide.waitAndSwitchToIdeFrame(); test is outdated, should be deprecated.
296
+ await ide.waitIde();
293
297
 
294
- await previewWidget.waitAndSwitchToWidgetFrame();
298
+ await previewWidget.waitAndSwitchToWidgetFrame(); // test is outdated, should be deprecated.
295
299
  await previewWidget.waitVisibility(SpringAppLocators.springErrorMessageLocator, 15_000);
296
300
  }
297
301
 
298
302
 
299
303
  await driverHelper.getDriver().switchTo().defaultContent();
300
- await ide.waitAndSwitchToIdeFrame();
304
+ // await ide.waitAndSwitchToIdeFrame(); test is outdated, should be deprecated.
305
+ await ide.waitIde();
301
306
  }
302
307
 
303
308
  async function checkJavaPathCompletion() {
@@ -14,8 +14,6 @@ import { CLASSES } from '../../inversify.types';
14
14
  import { Ide } from '../../pageobjects/ide/Ide';
15
15
  import { DriverHelper } from '../../utils/DriverHelper';
16
16
  import { TestConstants } from '../../TestConstants';
17
- import { WorkspaceNameHandler } from '../../utils/WorkspaceNameHandler';
18
- import CheReporter from '../../driver/CheReporter';
19
17
  import { Dashboard } from '../../pageobjects/dashboard/Dashboard';
20
18
  import { BrowserTabsUtil } from '../../utils/BrowserTabsUtil';
21
19
 
@@ -23,7 +21,6 @@ const ide: Ide = e2eContainer.get(CLASSES.Ide);
23
21
  const driverHelper: DriverHelper = e2eContainer.get(CLASSES.DriverHelper);
24
22
  const browserTabsUtil: BrowserTabsUtil = e2eContainer.get(CLASSES.BrowserTabsUtil);
25
23
  const dashboard: Dashboard = e2eContainer.get(CLASSES.Dashboard);
26
- const workspaceNameHandler: WorkspaceNameHandler = e2eContainer.get(CLASSES.WorkspaceNameHandler);
27
24
 
28
25
  const dashboardUrl: string = `${TestConstants.TS_SELENIUM_BASE_URL}`;
29
26
 
@@ -35,7 +32,8 @@ suite('The "IntelijOpenWorkspace" userstory', async () => {
35
32
 
36
33
  test('Wait workspace', async () => {
37
34
  await dashboard.waitWorkspaceStartingPage();
38
- CheReporter.registerRunningWorkspace(await workspaceNameHandler.getNameFromUrl());
35
+ // todo: Fix workspace register in IntelliJ devfile - https://issues.redhat.com/browse/CRW-2954
36
+ /* CheReporter.registerRunningWorkspace(await workspaceNameHandler.getNameFromUrl()); */
39
37
  await ide.waitAndSwitchToIdeFrame();
40
38
  await waitIntelijWorkspace();
41
39
  });
@@ -13,16 +13,16 @@ import { CLASSES, TYPES } from '../../inversify.types';
13
13
  import { Ide } from '../../pageobjects/ide/Ide';
14
14
  import { ProjectTree } from '../../pageobjects/ide/ProjectTree';
15
15
  import { ICheLoginPage } from '../../pageobjects/login/ICheLoginPage';
16
- import { TestWorkspaceUtil } from '../../utils/workspace/TestWorkspaceUtil';
17
16
  import { TestConstants, WorkspaceNameHandler } from '../..';
18
- import CheReporter from '../../driver/CheReporter';
19
17
  import { BrowserTabsUtil } from '../../utils/BrowserTabsUtil';
18
+ import { ITestWorkspaceUtil } from '../../utils/workspace/ITestWorkspaceUtil';
19
+ import { WorkspaceHandlingTests } from '../../testsLibrary/WorkspaceHandlingTests';
20
20
 
21
21
  const browserTabsUtil: BrowserTabsUtil = e2eContainer.get(CLASSES.BrowserTabsUtil);
22
22
  const ide: Ide = e2eContainer.get(CLASSES.Ide);
23
23
  const projectTree: ProjectTree = e2eContainer.get(CLASSES.ProjectTree);
24
24
  const cheLoginPage: ICheLoginPage = e2eContainer.get<ICheLoginPage>(TYPES.CheLogin);
25
- const testWorkspaceUtils: TestWorkspaceUtil = e2eContainer.get<TestWorkspaceUtil>(CLASSES.WorkspaceUtil);
25
+ const testWorkspaceUtils: ITestWorkspaceUtil = e2eContainer.get<ITestWorkspaceUtil>(TYPES.WorkspaceUtil);
26
26
  const workspaceNameHandler: WorkspaceNameHandler = e2eContainer.get(CLASSES.WorkspaceNameHandler);
27
27
 
28
28
  const workspaceName: string = workspaceNameHandler.generateWorkspaceName('wksp-test-', 5);
@@ -44,7 +44,7 @@ suite('Load test suite', async () => {
44
44
  });
45
45
 
46
46
  test('Wait loading workspace and get time', async () => {
47
- CheReporter.registerRunningWorkspace(workspaceName);
47
+ WorkspaceHandlingTests.setWorkspaceName(workspaceName);
48
48
  await ide.waitWorkspaceAndIde();
49
49
  await projectTree.openProjectTreeContainer();
50
50
  });
@@ -8,14 +8,15 @@
8
8
  * SPDX-License-Identifier: EPL-2.0
9
9
  **********************************************************************/
10
10
 
11
- import { TestConstants, DriverHelper, CLASSES, TYPES } from '../..';
11
+ import { TestConstants, CLASSES, TYPES } from '../..';
12
12
  import { e2eContainer } from '../../inversify.config';
13
13
  import { IOcpLoginPage } from '../../pageobjects/login/IOcpLoginPage';
14
14
  import { UpdateAccountInformationPage } from '../../pageobjects/login/UpdateAccountInformationPage';
15
15
  import { TimeoutConstants } from '../../TimeoutConstants';
16
16
  import { Dashboard } from '../../pageobjects/dashboard/Dashboard';
17
+ import { BrowserTabsUtil } from '../../utils/BrowserTabsUtil';
17
18
 
18
- const driverHelper: DriverHelper = e2eContainer.get(CLASSES.DriverHelper);
19
+ const browserTabsUtil: BrowserTabsUtil = e2eContainer.get(CLASSES.BrowserTabsUtil);
19
20
  const ocpLogin: IOcpLoginPage = e2eContainer.get<IOcpLoginPage>(TYPES.OcpLogin);
20
21
  const updateAccountInformation: UpdateAccountInformationPage = e2eContainer.get(CLASSES.UpdateAccountInformationPage);
21
22
  const dashboard: Dashboard = e2eContainer.get(CLASSES.Dashboard);
@@ -24,7 +25,7 @@ const commonTimeout: number = TimeoutConstants.TS_SELENIUM_LOAD_PAGE_TIMEOUT * 2
24
25
 
25
26
  suite('Link users', async () => {
26
27
  test('Login to OCP', async () => {
27
- await driverHelper.navigateToUrl(TestConstants.TS_SELENIUM_BASE_URL);
28
+ await browserTabsUtil.navigateTo(TestConstants.TS_SELENIUM_BASE_URL);
28
29
 
29
30
  await ocpLogin.login();
30
31
  await updateAccountInformation.clickToAllowSelectedPermissionsButton(commonTimeout);
@@ -24,7 +24,6 @@ import { GitPlugin } from '../../pageobjects/ide/plugins/GitPlugin';
24
24
  import { TopMenu } from '../../pageobjects/ide/TopMenu';
25
25
  import { QuickOpenContainer } from '../../pageobjects/ide/QuickOpenContainer';
26
26
  import { Editor } from '../../pageobjects/ide/Editor';
27
- import CheReporter from '../../driver/CheReporter';
28
27
  import { BrowserTabsUtil } from '../../utils/BrowserTabsUtil';
29
28
  import { Key } from 'selenium-webdriver';
30
29
 
@@ -40,6 +39,7 @@ const topMenu: TopMenu = e2eContainer.get(CLASSES.TopMenu);
40
39
  const quickOpenContainer: QuickOpenContainer = e2eContainer.get(CLASSES.QuickOpenContainer);
41
40
  const editor: Editor = e2eContainer.get(CLASSES.Editor);
42
41
  const workspaceNameHandler: WorkspaceNameHandler = e2eContainer.get(CLASSES.WorkspaceNameHandler);
42
+ const workspaceHandlingTests: WorkspaceHandlingTests = e2eContainer.get(CLASSES.WorkspaceHandlingTests);
43
43
 
44
44
  const devfileUrl: string = `https://raw.githubusercontent.com/eclipse/che/main/tests/e2e/files/devfiles/plugins/GitHubPullRequestPlugin.yaml`;
45
45
  const factoryUrl: string = `${TestConstants.TS_SELENIUM_BASE_URL}/f?url=${devfileUrl}`;
@@ -50,7 +50,6 @@ const changedFile: string = 'README.md';
50
50
  // added call back url, but needs to be re-verified
51
51
  const identityCallbackUrl: string = `${TestConstants.TS_SELENIUM_BASE_URL}/api/oauth/callback`;
52
52
  const currentDate: string = Date.now().toString();
53
- let workspaceName: string;
54
53
 
55
54
  suite(`The 'GitHubPullRequestPlugin' test`, async () => {
56
55
  suite('Setup github', async () => {
@@ -77,11 +76,9 @@ suite(`The 'GitHubPullRequestPlugin' test`, async () => {
77
76
  await browserTabsUtil.navigateTo(factoryUrl);
78
77
  });
79
78
 
80
- test('Wait until created workspace is started', async () => {
81
- await ide.waitAndSwitchToIdeFrame();
82
- workspaceName = await workspaceNameHandler.getNameFromUrl();
83
- CheReporter.registerRunningWorkspace(workspaceName);
79
+ workspaceHandlingTests.obtainWorkspaceNameFromStartingPage();
84
80
 
81
+ test('Wait until created workspace is started', async () => {
85
82
  await ide.waitIde(TimeoutConstants.TS_SELENIUM_START_WORKSPACE_TIMEOUT);
86
83
  await ide.waitNotificationAndClickOnButton('Do you trust the authors of', 'Yes, I trust', 60_000);
87
84
 
@@ -140,7 +137,7 @@ suite(`The 'GitHubPullRequestPlugin' test`, async () => {
140
137
  suite('Stopping and deleting the workspace', async () => {
141
138
  test(`Stop and remove workspace`, async () => {
142
139
  if (TestConstants.TS_DELETE_PLUGINS_TEST_WORKSPACE === 'true') {
143
- await workspaceHandling.stopAndRemoveWorkspace(workspaceName);
140
+ await workspaceHandling.stopAndRemoveWorkspace(WorkspaceHandlingTests.getWorkspaceName());
144
141
  return;
145
142
  }
146
143
 
@@ -18,8 +18,6 @@ import { BrowserTabsUtil } from '../../utils/BrowserTabsUtil';
18
18
  import { PluginsView } from '../../pageobjects/ide/plugins/PluginsView';
19
19
  import { WorkspaceHandlingTests } from '../../testsLibrary/WorkspaceHandlingTests';
20
20
  import { Logger } from '../../utils/Logger';
21
- import { WorkspaceNameHandler } from '../../utils/WorkspaceNameHandler';
22
- import CheReporter from '../../driver/CheReporter';
23
21
 
24
22
  const ide: Ide = e2eContainer.get(CLASSES.Ide);
25
23
  const projectTree: ProjectTree = e2eContainer.get(CLASSES.ProjectTree);
@@ -27,13 +25,12 @@ const pluginsView: PluginsView = e2eContainer.get(CLASSES.PluginsView);
27
25
 
28
26
  const browserTabsUtil: BrowserTabsUtil = e2eContainer.get(CLASSES.BrowserTabsUtil);
29
27
  const workspaceHandling: WorkspaceHandlingTests = e2eContainer.get(CLASSES.WorkspaceHandlingTests);
30
- const workspaceNameHandler: WorkspaceNameHandler = e2eContainer.get(CLASSES.WorkspaceNameHandler);
28
+ const workspaceHandlingTests: WorkspaceHandlingTests = e2eContainer.get(CLASSES.WorkspaceHandlingTests);
31
29
 
32
30
  const devfileUrl: string = 'https://raw.githubusercontent.com/eclipse/che/main/tests/e2e/files/devfiles/plugins/InstallPluginUsingUI.yaml';
33
31
  const factoryUrl: string = `${TestConstants.TS_SELENIUM_BASE_URL}/f?url=${devfileUrl}`;
34
32
 
35
33
  const pluginTitle: string = 'java11';
36
- let workspaceName: string;
37
34
 
38
35
  suite(`The 'InstallPluginUsingUI' test`, async () => {
39
36
  suite('Create workspace', async () => {
@@ -41,11 +38,9 @@ suite(`The 'InstallPluginUsingUI' test`, async () => {
41
38
  await browserTabsUtil.navigateTo(factoryUrl);
42
39
  });
43
40
 
44
- test('Wait until created workspace is started', async () => {
45
- await ide.waitAndSwitchToIdeFrame();
46
- workspaceName = await workspaceNameHandler.getNameFromUrl();
47
- CheReporter.registerRunningWorkspace(workspaceName);
41
+ workspaceHandlingTests.obtainWorkspaceNameFromStartingPage();
48
42
 
43
+ test('Wait until created workspace is started', async () => {
49
44
  await ide.waitIde(TimeoutConstants.TS_SELENIUM_START_WORKSPACE_TIMEOUT);
50
45
 
51
46
  await projectTree.openProjectTreeContainer();
@@ -72,7 +67,7 @@ suite(`The 'InstallPluginUsingUI' test`, async () => {
72
67
  suite('Stopping and deleting the workspace', async () => {
73
68
  test(`Stop and remove workspace`, async () => {
74
69
  if (TestConstants.TS_DELETE_PLUGINS_TEST_WORKSPACE === 'true') {
75
- await workspaceHandling.stopAndRemoveWorkspace(workspaceName);
70
+ await workspaceHandling.stopAndRemoveWorkspace(WorkspaceHandlingTests.getWorkspaceName());
76
71
  return;
77
72
  }
78
73
 
@@ -18,7 +18,6 @@ import { Editor } from '../../pageobjects/ide/Editor';
18
18
  import { ProjectAndFileTests } from '../../testsLibrary/ProjectAndFileTests';
19
19
  import { WorkspaceHandlingTests } from '../../testsLibrary/WorkspaceHandlingTests';
20
20
  import { Logger } from '../../utils/Logger';
21
- import CheReporter from '../../driver/CheReporter';
22
21
  import { BrowserTabsUtil } from '../../utils/BrowserTabsUtil';
23
22
  import { PreferencesHandler } from '../../utils/PreferencesHandler';
24
23
 
@@ -37,7 +36,6 @@ const subRootFolder: string = 'backend';
37
36
 
38
37
  const fileFolderPath: string = `${projectName}/backend/src/main/java/cloudcode/guestbook/backend`;
39
38
  const tabTitle: string = 'GuestBookEntry.java';
40
- let workspaceName: string = 'java-guestbook';
41
39
 
42
40
  suite(`The 'JavaPlugin' test`, async () => {
43
41
  suite('Create workspace', async () => {
@@ -45,11 +43,11 @@ suite(`The 'JavaPlugin' test`, async () => {
45
43
  await browserTabsUtil.navigateTo(factoryUrl);
46
44
  });
47
45
 
48
- projectAndFileTests.waitWorkspaceReadiness(projectName, subRootFolder);
46
+ workspaceHandlingTests.obtainWorkspaceNameFromStartingPage();
49
47
 
50
- test('Wait until created workspace is started', async () => {
51
- CheReporter.registerRunningWorkspace(workspaceName);
48
+ projectAndFileTests.waitWorkspaceReadiness(projectName, subRootFolder);
52
49
 
50
+ test('Set confirmExit preference to never', async () => {
53
51
  await preferencesHandler.setPreferenceUsingUI('application.confirmExit', 'never');
54
52
  });
55
53
  });
@@ -91,7 +89,7 @@ suite(`The 'JavaPlugin' test`, async () => {
91
89
  suite('Stopping and deleting the workspace', async () => {
92
90
  test('Stop and remove workspace', async () => {
93
91
  if (TestConstants.TS_DELETE_PLUGINS_TEST_WORKSPACE === 'true') {
94
- await workspaceHandlingTests.stopAndRemoveWorkspace(workspaceName);
92
+ await workspaceHandlingTests.stopAndRemoveWorkspace(WorkspaceHandlingTests.getWorkspaceName());
95
93
  return;
96
94
  }
97
95
 
@@ -7,7 +7,6 @@
7
7
  *
8
8
  * SPDX-License-Identifier: EPL-2.0
9
9
  **********************************************************************/
10
- import { WorkspaceNameHandler } from '../..';
11
10
  import 'reflect-metadata';
12
11
  import { e2eContainer } from '../../inversify.config';
13
12
  import { CLASSES } from '../../inversify.types';
@@ -22,7 +21,6 @@ import { DebugView } from '../../pageobjects/ide/DebugView';
22
21
  import { BrowserTabsUtil } from '../../utils/BrowserTabsUtil';
23
22
  import { WorkspaceHandlingTests } from '../../testsLibrary/WorkspaceHandlingTests';
24
23
  import { Logger } from '../../utils/Logger';
25
- import CheReporter from '../../driver/CheReporter';
26
24
 
27
25
  const workspaceHandlingTests: WorkspaceHandlingTests = e2eContainer.get(CLASSES.WorkspaceHandlingTests);
28
26
  const ide: Ide = e2eContainer.get(CLASSES.Ide);
@@ -31,7 +29,6 @@ const editor: Editor = e2eContainer.get(CLASSES.Editor);
31
29
  const topMenu: TopMenu = e2eContainer.get(CLASSES.TopMenu);
32
30
  const debugView: DebugView = e2eContainer.get(CLASSES.DebugView);
33
31
  const browserTabsUtil: BrowserTabsUtil = e2eContainer.get(CLASSES.BrowserTabsUtil);
34
- const workspaceNameHandler: WorkspaceNameHandler = e2eContainer.get(CLASSES.WorkspaceNameHandler);
35
32
 
36
33
  const devfileUrl: string = 'https://raw.githubusercontent.com/eclipse/che/main/tests/e2e/files/devfiles/plugins/PhpPluginTest.yaml';
37
34
  const factoryUrl: string = `${TestConstants.TS_SELENIUM_BASE_URL}/f?url=${devfileUrl}`;
@@ -40,7 +37,6 @@ const subRootFolder: string = 'README.md';
40
37
 
41
38
  const fileFolderPath: string = `${projectName}`;
42
39
  const tabTitle: string = 'index.php';
43
- let workspaceName: string;
44
40
 
45
41
  suite(`The 'PhpPlugin' tests`, async () => {
46
42
  suite('Create workspace', async () => {
@@ -48,11 +44,9 @@ suite(`The 'PhpPlugin' tests`, async () => {
48
44
  await browserTabsUtil.navigateTo(factoryUrl);
49
45
  });
50
46
 
51
- test('Wait until created workspace is started', async () => {
52
- await ide.waitAndSwitchToIdeFrame();
53
- workspaceName = await workspaceNameHandler.getNameFromUrl();
54
- CheReporter.registerRunningWorkspace(workspaceName);
47
+ workspaceHandlingTests.obtainWorkspaceNameFromStartingPage();
55
48
 
49
+ test('Wait until created workspace is started', async () => {
56
50
  await ide.waitIde(TimeoutConstants.TS_SELENIUM_START_WORKSPACE_TIMEOUT);
57
51
  await ide.waitNotificationAndClickOnButton('Do you trust the authors of', 'Yes, I trust', 60_000);
58
52
 
@@ -111,7 +105,7 @@ suite(`The 'PhpPlugin' tests`, async () => {
111
105
  suite('Stopping and deleting the workspace', async () => {
112
106
  test('Stop and remove workspace', async () => {
113
107
  if (TestConstants.TS_DELETE_PLUGINS_TEST_WORKSPACE === 'true') {
114
- await workspaceHandlingTests.stopAndRemoveWorkspace(workspaceName);
108
+ await workspaceHandlingTests.stopAndRemoveWorkspace(WorkspaceHandlingTests.getWorkspaceName());
115
109
  return;
116
110
  }
117
111
 
@@ -17,7 +17,6 @@ import { Key } from 'selenium-webdriver';
17
17
  import { Editor } from '../../pageobjects/ide/Editor';
18
18
  import { WorkspaceHandlingTests } from '../../testsLibrary/WorkspaceHandlingTests';
19
19
  import { Logger } from '../../utils/Logger';
20
- import CheReporter from '../../driver/CheReporter';
21
20
  import { BrowserTabsUtil } from '../../utils/BrowserTabsUtil';
22
21
  import { ProjectAndFileTests } from '../../testsLibrary/ProjectAndFileTests';
23
22
  import { PreferencesHandler } from '../../utils/PreferencesHandler';
@@ -36,7 +35,6 @@ const subRootFolder: string = '.vscode';
36
35
 
37
36
  const fileFolderPath: string = `${projectName}`;
38
37
  const tabTitle: string = 'hello-world.py';
39
- let workspaceName: string = 'python-hello-world';
40
38
 
41
39
  suite(`The 'PythonPlugin' test`, async () => {
42
40
  suite('Create workspace', async () => {
@@ -44,11 +42,11 @@ suite(`The 'PythonPlugin' test`, async () => {
44
42
  await browserTabsUtil.navigateTo(factoryUrl);
45
43
  });
46
44
 
47
- projectAndFileTests.waitWorkspaceReadiness(projectName, subRootFolder);
45
+ workspaceHandlingTests.obtainWorkspaceNameFromStartingPage();
48
46
 
49
- test('Wait until created workspace is started', async () => {
50
- CheReporter.registerRunningWorkspace(workspaceName);
47
+ projectAndFileTests.waitWorkspaceReadiness(projectName, subRootFolder);
51
48
 
49
+ test('Set confirmExit preference to never', async () => {
52
50
  await preferencesHandler.setPreferenceUsingUI('application.confirmExit', 'never');
53
51
  });
54
52
  });
@@ -78,7 +76,7 @@ suite(`The 'PythonPlugin' test`, async () => {
78
76
  suite('Stopping and deleting the workspace', async () => {
79
77
  test('Stop and remove workspace', async () => {
80
78
  if (TestConstants.TS_DELETE_PLUGINS_TEST_WORKSPACE === 'true') {
81
- await workspaceHandlingTests.stopAndRemoveWorkspace(workspaceName);
79
+ await workspaceHandlingTests.stopAndRemoveWorkspace(WorkspaceHandlingTests.getWorkspaceName());
82
80
  return;
83
81
  }
84
82
 
@@ -23,7 +23,6 @@ import { Terminal } from '../../pageobjects/ide/Terminal';
23
23
  import { BrowserTabsUtil } from '../../utils/BrowserTabsUtil';
24
24
  import { WorkspaceHandlingTests } from '../../testsLibrary/WorkspaceHandlingTests';
25
25
  import { Logger } from '../../utils/Logger';
26
- import CheReporter from '../../driver/CheReporter';
27
26
  import { PreferencesHandler } from '../../utils/PreferencesHandler';
28
27
  import { ProjectAndFileTests } from '../../testsLibrary/ProjectAndFileTests';
29
28
 
@@ -49,7 +48,6 @@ const fileFolderPath: string = `${projectName}`;
49
48
  const debugFileFolderPath: string = `${projectName}/app`;
50
49
  const debugFile: string = 'app.js';
51
50
  const tabTitle: string = 'typescript-node-debug.ts';
52
- let workspaceName: string = 'typescript-plugin';
53
51
 
54
52
  suite(`The 'TypescriptPlugin and Node-debug' tests`, async () => {
55
53
  suite('Create workspace', async () => {
@@ -57,11 +55,11 @@ suite(`The 'TypescriptPlugin and Node-debug' tests`, async () => {
57
55
  await browserTabsUtil.navigateTo(factoryUrl);
58
56
  });
59
57
 
60
- projectAndFileTests.waitWorkspaceReadiness(projectName, subRootFolder);
58
+ workspaceHandlingTests.obtainWorkspaceNameFromStartingPage();
61
59
 
62
- test('Wait until created workspace is started', async () => {
63
- CheReporter.registerRunningWorkspace(workspaceName);
60
+ projectAndFileTests.waitWorkspaceReadiness(projectName, subRootFolder);
64
61
 
62
+ test('Set confirmExit preference to never', async () => {
65
63
  await preferencesHandler.setPreferenceUsingUI('application.confirmExit', 'never');
66
64
  });
67
65
  });
@@ -160,7 +158,7 @@ suite(`The 'TypescriptPlugin and Node-debug' tests`, async () => {
160
158
  suite('Stopping and deleting the workspace', async () => {
161
159
  test('Stop and remove workspace', async () => {
162
160
  if (TestConstants.TS_DELETE_PLUGINS_TEST_WORKSPACE === 'true') {
163
- await workspaceHandlingTests.stopAndRemoveWorkspace(workspaceName);
161
+ await workspaceHandlingTests.stopAndRemoveWorkspace(WorkspaceHandlingTests.getWorkspaceName());
164
162
  return;
165
163
  }
166
164
 
@@ -17,9 +17,7 @@ import { KubernetesPlugin } from '../../pageobjects/ide/plugins/KubernetesPlugin
17
17
  import { ProjectTree } from '../../pageobjects/ide/ProjectTree';
18
18
  import { WorkspaceHandlingTests } from '../../testsLibrary/WorkspaceHandlingTests';
19
19
  import { Logger } from '../../utils/Logger';
20
- import CheReporter from '../../driver/CheReporter';
21
20
  import { BrowserTabsUtil } from '../../utils/BrowserTabsUtil';
22
- import { WorkspaceNameHandler } from '../../utils/WorkspaceNameHandler';
23
21
  import { TopMenu } from '../../pageobjects/ide/TopMenu';
24
22
  import { QuickOpenContainer } from '../../pageobjects/ide/QuickOpenContainer';
25
23
  import { OpenDialogWidget, Buttons } from '../../pageobjects/ide/OpenDialogWidget';
@@ -29,7 +27,6 @@ const browserTabsUtil: BrowserTabsUtil = e2eContainer.get(CLASSES.BrowserTabsUti
29
27
  const ide: Ide = e2eContainer.get(CLASSES.Ide);
30
28
  const kubernetesPlugin: KubernetesPlugin = e2eContainer.get(CLASSES.KubernetesPlugin);
31
29
  const projectTree: ProjectTree = e2eContainer.get(CLASSES.ProjectTree);
32
- const workspaceNameHandler: WorkspaceNameHandler = e2eContainer.get(CLASSES.WorkspaceNameHandler);
33
30
  const topMenu: TopMenu = e2eContainer.get(CLASSES.TopMenu);
34
31
  const quickOpenContainer: QuickOpenContainer = e2eContainer.get(CLASSES.QuickOpenContainer);
35
32
  const openDialogWidget: OpenDialogWidget = e2eContainer.get(CLASSES.OpenDialogWidget);
@@ -38,7 +35,6 @@ const devfileUrl: string = 'https://raw.githubusercontent.com/eclipse/che/main/t
38
35
  const factoryUrl: string = `${TestConstants.TS_SELENIUM_BASE_URL}/f?url=${devfileUrl}`;
39
36
  const sampleName: string = 'nodejs-web-app';
40
37
  const subRootFolder: string = 'app';
41
- let workspaceName: string;
42
38
 
43
39
  suite(`The 'VscodeKubernetesPlugin' test`, async () => {
44
40
  suite('Create workspace', async () => {
@@ -46,11 +42,9 @@ suite(`The 'VscodeKubernetesPlugin' test`, async () => {
46
42
  await browserTabsUtil.navigateTo(factoryUrl);
47
43
  });
48
44
 
49
- test('Wait until created workspace is started', async () => {
50
- await ide.waitAndSwitchToIdeFrame();
51
- workspaceName = await workspaceNameHandler.getNameFromUrl();
52
- CheReporter.registerRunningWorkspace(workspaceName);
45
+ workspaceHandlingTests.obtainWorkspaceNameFromStartingPage();
53
46
 
47
+ test('Wait until created workspace is started', async () => {
54
48
  await ide.waitIde(TimeoutConstants.TS_SELENIUM_START_WORKSPACE_TIMEOUT);
55
49
  await ide.waitNotificationAndClickOnButton('Do you trust the authors of', 'Yes, I trust', 60_000);
56
50
 
@@ -79,7 +73,7 @@ suite(`The 'VscodeKubernetesPlugin' test`, async () => {
79
73
  suite('Stopping and deleting the workspace', async () => {
80
74
  test('Stop and remove workspace', async () => {
81
75
  if (TestConstants.TS_DELETE_PLUGINS_TEST_WORKSPACE === 'true') {
82
- await workspaceHandlingTests.stopAndRemoveWorkspace(workspaceName);
76
+ await workspaceHandlingTests.stopAndRemoveWorkspace(WorkspaceHandlingTests.getWorkspaceName());
83
77
  return;
84
78
  }
85
79
 
@@ -19,9 +19,7 @@ import { ProjectTree } from '../../pageobjects/ide/ProjectTree';
19
19
  import { Key } from 'selenium-webdriver';
20
20
  import { WorkspaceHandlingTests } from '../../testsLibrary/WorkspaceHandlingTests';
21
21
  import { Logger } from '../../utils/Logger';
22
- import CheReporter from '../../driver/CheReporter';
23
22
  import { BrowserTabsUtil } from '../../utils/BrowserTabsUtil';
24
- import { WorkspaceNameHandler } from '../../utils/WorkspaceNameHandler';
25
23
 
26
24
  const workspaceHandlingTests: WorkspaceHandlingTests = e2eContainer.get(CLASSES.WorkspaceHandlingTests);
27
25
  const browserTabsUtil: BrowserTabsUtil = e2eContainer.get(CLASSES.BrowserTabsUtil);
@@ -29,7 +27,6 @@ const ide: Ide = e2eContainer.get(CLASSES.Ide);
29
27
  const preferencesHandler: PreferencesHandler = e2eContainer.get(CLASSES.PreferencesHandler);
30
28
  const editor: Editor = e2eContainer.get(CLASSES.Editor);
31
29
  const projectTree: ProjectTree = e2eContainer.get(CLASSES.ProjectTree);
32
- const workspaceNameHandler: WorkspaceNameHandler = e2eContainer.get(CLASSES.WorkspaceNameHandler);
33
30
 
34
31
  const devfileUrl: string = 'https://raw.githubusercontent.com/eclipse/che/main/tests/e2e/files/devfiles/plugins/VscodeShellcheckPlugin.yaml';
35
32
  const factoryUrl: string = `${TestConstants.TS_SELENIUM_BASE_URL}/f?url=${devfileUrl}`;
@@ -37,7 +34,6 @@ const sampleName: string = 'nodejs-web-app';
37
34
  const subRootFolder: string = 'app';
38
35
  const pathToFile: string = `${sampleName}`;
39
36
  const fileName: string = 'test.sh';
40
- let workspaceName: string;
41
37
 
42
38
  suite(`The 'VscodeShellcheckPlugin' test`, async () => {
43
39
  suite('Create workspace', async () => {
@@ -52,11 +48,9 @@ suite(`The 'VscodeShellcheckPlugin' test`, async () => {
52
48
  await browserTabsUtil.navigateTo(factoryUrl);
53
49
  });
54
50
 
55
- test('Wait until created workspace is started', async () => {
56
- await ide.waitAndSwitchToIdeFrame();
57
- workspaceName = await workspaceNameHandler.getNameFromUrl();
58
- CheReporter.registerRunningWorkspace(workspaceName);
51
+ workspaceHandlingTests.obtainWorkspaceNameFromStartingPage();
59
52
 
53
+ test('Wait until created workspace is started', async () => {
60
54
  await ide.waitIde(TimeoutConstants.TS_SELENIUM_START_WORKSPACE_TIMEOUT);
61
55
  await ide.waitNotificationAndClickOnButton('Do you trust the authors of', 'Yes, I trust', 60_000);
62
56
 
@@ -96,7 +90,7 @@ suite(`The 'VscodeShellcheckPlugin' test`, async () => {
96
90
  suite('Stopping and deleting the workspace', async () => {
97
91
  test('Stop and remove workspace', async () => {
98
92
  if (TestConstants.TS_DELETE_PLUGINS_TEST_WORKSPACE === 'true') {
99
- await workspaceHandlingTests.stopAndRemoveWorkspace(workspaceName);
93
+ await workspaceHandlingTests.stopAndRemoveWorkspace(WorkspaceHandlingTests.getWorkspaceName());
100
94
  return;
101
95
  }
102
96
 
@@ -16,11 +16,9 @@ import { ProjectTree } from '../../pageobjects/ide/ProjectTree';
16
16
  import { Editor } from '../../pageobjects/ide/Editor';
17
17
  import { TestConstants } from '../../TestConstants';
18
18
  import { TimeoutConstants } from '../../TimeoutConstants';
19
- import { WorkspaceNameHandler } from '../../utils/WorkspaceNameHandler';
20
19
  import { Terminal } from '../../pageobjects/ide/Terminal';
21
20
  import { Logger } from '../../utils/Logger';
22
21
  import { WorkspaceHandlingTests } from '../../testsLibrary/WorkspaceHandlingTests';
23
- import CheReporter from '../../driver/CheReporter';
24
22
  import { BrowserTabsUtil } from '../../utils/BrowserTabsUtil';
25
23
 
26
24
  const ide: Ide = e2eContainer.get(CLASSES.Ide);
@@ -29,14 +27,12 @@ const editor: Editor = e2eContainer.get(CLASSES.Editor);
29
27
  const browserTabsUtil: BrowserTabsUtil = e2eContainer.get(CLASSES.BrowserTabsUtil);
30
28
  const terminal: Terminal = e2eContainer.get(CLASSES.Terminal);
31
29
  const workspaceHandlingTests: WorkspaceHandlingTests = e2eContainer.get(CLASSES.WorkspaceHandlingTests);
32
- const workspaceNameHandler: WorkspaceNameHandler = e2eContainer.get(CLASSES.WorkspaceNameHandler);
33
30
 
34
31
  const devfileUrl: string = 'https://raw.githubusercontent.com/eclipse/che/main/tests/e2e/files/devfiles/plugins/VscodeValePlugin.yaml';
35
32
  const factoryUrl: string = `${TestConstants.TS_SELENIUM_BASE_URL}/f?url=${devfileUrl}`;
36
33
  const projectName: string = 'che-docs';
37
34
  const pathToFile: string = `${projectName}/modules/administration-guide/partials`;
38
35
  const docFileName: string = 'assembly_authenticating-users.adoc';
39
- let workspaceName: string = '';
40
36
 
41
37
  suite('The "VscodeValePlugin" userstory', async () => {
42
38
  suite('Create workspace', async () => {
@@ -44,11 +40,9 @@ suite('The "VscodeValePlugin" userstory', async () => {
44
40
  await browserTabsUtil.navigateTo(factoryUrl);
45
41
  });
46
42
 
47
- test('Wait until created workspace is started', async () => {
48
- await ide.waitAndSwitchToIdeFrame();
49
- workspaceName = await workspaceNameHandler.getNameFromUrl();
50
- CheReporter.registerRunningWorkspace(workspaceName);
43
+ workspaceHandlingTests.obtainWorkspaceNameFromStartingPage();
51
44
 
45
+ test('Wait until created workspace is started', async () => {
52
46
  await ide.waitIde(TimeoutConstants.TS_SELENIUM_START_WORKSPACE_TIMEOUT);
53
47
  await ide.waitNotificationAndClickOnButton('Do you trust the authors of', 'Yes, I trust', 60_000);
54
48
  });
@@ -81,7 +75,7 @@ suite('The "VscodeValePlugin" userstory', async () => {
81
75
  suite('Stopping and deleting the workspace', async () => {
82
76
  test('Stop and remove workspace', async () => {
83
77
  if (TestConstants.TS_DELETE_PLUGINS_TEST_WORKSPACE === 'true') {
84
- await workspaceHandlingTests.stopAndRemoveWorkspace(workspaceName);
78
+ await workspaceHandlingTests.stopAndRemoveWorkspace(WorkspaceHandlingTests.getWorkspaceName());
85
79
  return;
86
80
  }
87
81