@eclipse-che/che-e2e 7.40.0 → 7.41.0-dev-6e259a3

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 (249) hide show
  1. package/build/dockerfiles/Dockerfile +35 -0
  2. package/build/dockerfiles/README.md +58 -0
  3. package/build/dockerfiles/entrypoint.sh +113 -0
  4. package/build/dockerfiles/google-chrome.repo +6 -0
  5. package/dist/pageobjects/ide/Editor.js +25 -24
  6. package/dist/pageobjects/ide/Editor.js.map +1 -1
  7. package/dist/pageobjects/ide/Terminal.js +22 -42
  8. package/dist/pageobjects/ide/Terminal.js.map +1 -1
  9. package/dist/tests/e2e_happy_path/DevWorkspaceHappyPath.spec.js +6 -6
  10. package/dist/tests/e2e_happy_path/DevWorkspaceHappyPath.spec.js.map +1 -1
  11. package/dist/tests/e2e_happy_path/HappyPath.spec.js +3 -3
  12. package/dist/tests/e2e_happy_path/HappyPath.spec.js.map +1 -1
  13. package/dist/tests/plugins/JavaPlugin.spec.js +2 -2
  14. package/dist/tests/plugins/JavaPlugin.spec.js.map +1 -1
  15. package/dist/tests/plugins/PhpPlugin.spec.js +2 -2
  16. package/dist/tests/plugins/PhpPlugin.spec.js.map +1 -1
  17. package/dist/tests/plugins/PythonPlugin.spec.js +2 -2
  18. package/dist/tests/plugins/PythonPlugin.spec.js.map +1 -1
  19. package/dist/tests/plugins/TypescriptPlugin.spec.js +2 -2
  20. package/dist/tests/plugins/TypescriptPlugin.spec.js.map +1 -1
  21. package/dist/tests/plugins/VscodeShellcheckPlugin.spec.js +4 -4
  22. package/dist/tests/plugins/VscodeShellcheckPlugin.spec.js.map +1 -1
  23. package/dist/tests/plugins/VscodeValePlugin.spec.js +1 -1
  24. package/dist/tests/plugins/VscodeValePlugin.spec.js.map +1 -1
  25. package/dist/tests/plugins/VscodeXmlPlugin.spec.js +2 -2
  26. package/dist/tests/plugins/VscodeXmlPlugin.spec.js.map +1 -1
  27. package/dist/tests/plugins/VscodeYamlPlugin.spec.js +2 -2
  28. package/dist/tests/plugins/VscodeYamlPlugin.spec.js.map +1 -1
  29. package/dist/testsLibrary/LanguageServerTests.js +2 -2
  30. package/dist/testsLibrary/LanguageServerTests.js.map +1 -1
  31. package/dist/utils/DriverHelper.js +10 -10
  32. package/dist/utils/DriverHelper.js.map +1 -1
  33. package/dist/utils/VCS/github/GitHubUtil.js +20 -0
  34. package/dist/utils/VCS/github/GitHubUtil.js.map +1 -1
  35. package/package.json +2 -2
  36. package/pageobjects/ide/Terminal.ts +20 -46
  37. package/tests/e2e_happy_path/DevWorkspaceHappyPath.spec.ts +3 -3
  38. package/tests/plugins/VscodeValePlugin.spec.ts +1 -1
  39. package/utils/VCS/github/GitHubUtil.ts +19 -0
  40. package/dist/TestConstants.d.ts +0 -206
  41. package/dist/TestConstants.d.ts.map +0 -1
  42. package/dist/TimeoutConstants.d.ts +0 -164
  43. package/dist/TimeoutConstants.d.ts.map +0 -1
  44. package/dist/driver/CheReporter.d.ts +0 -18
  45. package/dist/driver/CheReporter.d.ts.map +0 -1
  46. package/dist/driver/ChromeDriver.d.ts +0 -21
  47. package/dist/driver/ChromeDriver.d.ts.map +0 -1
  48. package/dist/driver/IDriver.d.ts +0 -14
  49. package/dist/driver/IDriver.d.ts.map +0 -1
  50. package/dist/index.d.ts +0 -67
  51. package/dist/index.d.ts.map +0 -1
  52. package/dist/inversify.config.d.ts +0 -13
  53. package/dist/inversify.config.d.ts.map +0 -1
  54. package/dist/inversify.types.d.ts +0 -68
  55. package/dist/inversify.types.d.ts.map +0 -1
  56. package/dist/pageobjects/dashboard/CreateWorkspace.d.ts +0 -20
  57. package/dist/pageobjects/dashboard/CreateWorkspace.d.ts.map +0 -1
  58. package/dist/pageobjects/dashboard/Dashboard.d.ts +0 -24
  59. package/dist/pageobjects/dashboard/Dashboard.d.ts.map +0 -1
  60. package/dist/pageobjects/dashboard/Workspaces.d.ts +0 -44
  61. package/dist/pageobjects/dashboard/Workspaces.d.ts.map +0 -1
  62. package/dist/pageobjects/dashboard/workspace-details/WorkspaceDetails.d.ts +0 -42
  63. package/dist/pageobjects/dashboard/workspace-details/WorkspaceDetails.d.ts.map +0 -1
  64. package/dist/pageobjects/dashboard/workspace-details/WorkspaceDetailsPlugins.d.ts +0 -29
  65. package/dist/pageobjects/dashboard/workspace-details/WorkspaceDetailsPlugins.d.ts.map +0 -1
  66. package/dist/pageobjects/ide/ContextMenu.d.ts +0 -22
  67. package/dist/pageobjects/ide/ContextMenu.d.ts.map +0 -1
  68. package/dist/pageobjects/ide/DebugView.d.ts +0 -32
  69. package/dist/pageobjects/ide/DebugView.d.ts.map +0 -1
  70. package/dist/pageobjects/ide/DialogWindow.d.ts +0 -28
  71. package/dist/pageobjects/ide/DialogWindow.d.ts.map +0 -1
  72. package/dist/pageobjects/ide/Editor.d.ts +0 -78
  73. package/dist/pageobjects/ide/Editor.d.ts.map +0 -1
  74. package/dist/pageobjects/ide/Ide.d.ts +0 -61
  75. package/dist/pageobjects/ide/Ide.d.ts.map +0 -1
  76. package/dist/pageobjects/ide/LeftToolBar.d.ts +0 -23
  77. package/dist/pageobjects/ide/LeftToolBar.d.ts.map +0 -1
  78. package/dist/pageobjects/ide/NavigationBar.d.ts +0 -9
  79. package/dist/pageobjects/ide/NavigationBar.d.ts.map +0 -1
  80. package/dist/pageobjects/ide/NotificationCenter.d.ts +0 -22
  81. package/dist/pageobjects/ide/NotificationCenter.d.ts.map +0 -1
  82. package/dist/pageobjects/ide/OpenDialogWidget.d.ts +0 -36
  83. package/dist/pageobjects/ide/OpenDialogWidget.d.ts.map +0 -1
  84. package/dist/pageobjects/ide/OpenWorkspaceWidget.d.ts +0 -17
  85. package/dist/pageobjects/ide/OpenWorkspaceWidget.d.ts.map +0 -1
  86. package/dist/pageobjects/ide/PreviewWidget.d.ts +0 -35
  87. package/dist/pageobjects/ide/PreviewWidget.d.ts.map +0 -1
  88. package/dist/pageobjects/ide/ProjectTree.d.ts +0 -53
  89. package/dist/pageobjects/ide/ProjectTree.d.ts.map +0 -1
  90. package/dist/pageobjects/ide/QuickOpenContainer.d.ts +0 -20
  91. package/dist/pageobjects/ide/QuickOpenContainer.d.ts.map +0 -1
  92. package/dist/pageobjects/ide/RightToolBar.d.ts +0 -8
  93. package/dist/pageobjects/ide/RightToolBar.d.ts.map +0 -1
  94. package/dist/pageobjects/ide/Terminal.d.ts +0 -36
  95. package/dist/pageobjects/ide/Terminal.d.ts.map +0 -1
  96. package/dist/pageobjects/ide/TopMenu.d.ts +0 -28
  97. package/dist/pageobjects/ide/TopMenu.d.ts.map +0 -1
  98. package/dist/pageobjects/ide/plugins/GitHubPullRequestPlugin.d.ts +0 -36
  99. package/dist/pageobjects/ide/plugins/GitHubPullRequestPlugin.d.ts.map +0 -1
  100. package/dist/pageobjects/ide/plugins/GitPlugin.d.ts +0 -35
  101. package/dist/pageobjects/ide/plugins/GitPlugin.d.ts.map +0 -1
  102. package/dist/pageobjects/ide/plugins/KubernetesPlugin.d.ts +0 -32
  103. package/dist/pageobjects/ide/plugins/KubernetesPlugin.d.ts.map +0 -1
  104. package/dist/pageobjects/ide/plugins/OpenshiftPlugin.d.ts +0 -38
  105. package/dist/pageobjects/ide/plugins/OpenshiftPlugin.d.ts.map +0 -1
  106. package/dist/pageobjects/ide/plugins/PluginsView.d.ts +0 -43
  107. package/dist/pageobjects/ide/plugins/PluginsView.d.ts.map +0 -1
  108. package/dist/pageobjects/login/ICheLoginPage.d.ts +0 -13
  109. package/dist/pageobjects/login/ICheLoginPage.d.ts.map +0 -1
  110. package/dist/pageobjects/login/IOcpLoginPage.d.ts +0 -13
  111. package/dist/pageobjects/login/IOcpLoginPage.d.ts.map +0 -1
  112. package/dist/pageobjects/login/MultiUserLoginPage.d.ts +0 -18
  113. package/dist/pageobjects/login/MultiUserLoginPage.d.ts.map +0 -1
  114. package/dist/pageobjects/login/OcpUserLoginPage.d.ts +0 -18
  115. package/dist/pageobjects/login/OcpUserLoginPage.d.ts.map +0 -1
  116. package/dist/pageobjects/login/RegularUserOcpCheLoginPage.d.ts +0 -20
  117. package/dist/pageobjects/login/RegularUserOcpCheLoginPage.d.ts.map +0 -1
  118. package/dist/pageobjects/login/UpdateAccountInformationPage.d.ts +0 -24
  119. package/dist/pageobjects/login/UpdateAccountInformationPage.d.ts.map +0 -1
  120. package/dist/pageobjects/openshift/CheLoginPage.d.ts +0 -27
  121. package/dist/pageobjects/openshift/CheLoginPage.d.ts.map +0 -1
  122. package/dist/pageobjects/openshift/OcpLoginPage.d.ts +0 -30
  123. package/dist/pageobjects/openshift/OcpLoginPage.d.ts.map +0 -1
  124. package/dist/pageobjects/third-parties/GitLoginPage.d.ts +0 -27
  125. package/dist/pageobjects/third-parties/GitLoginPage.d.ts.map +0 -1
  126. package/dist/pageobjects/third-parties/GitOauthAppsSettings.d.ts +0 -33
  127. package/dist/pageobjects/third-parties/GitOauthAppsSettings.d.ts.map +0 -1
  128. package/dist/tests/devfiles/CSlashCPlusPlus.spec.d.ts +0 -12
  129. package/dist/tests/devfiles/CSlashCPlusPlus.spec.d.ts.map +0 -1
  130. package/dist/tests/devfiles/DevfileSmoke.spec.d.ts +0 -11
  131. package/dist/tests/devfiles/DevfileSmoke.spec.d.ts.map +0 -1
  132. package/dist/tests/devfiles/DotNetCore.spec.d.ts +0 -12
  133. package/dist/tests/devfiles/DotNetCore.spec.d.ts.map +0 -1
  134. package/dist/tests/devfiles/Go.spec.d.ts +0 -2
  135. package/dist/tests/devfiles/Go.spec.d.ts.map +0 -1
  136. package/dist/tests/devfiles/JavaMaven.spec.d.ts +0 -11
  137. package/dist/tests/devfiles/JavaMaven.spec.d.ts.map +0 -1
  138. package/dist/tests/devfiles/JavaSpringBoot.spec.d.ts +0 -11
  139. package/dist/tests/devfiles/JavaSpringBoot.spec.d.ts.map +0 -1
  140. package/dist/tests/devfiles/JavaVertx.spec.d.ts +0 -11
  141. package/dist/tests/devfiles/JavaVertx.spec.d.ts.map +0 -1
  142. package/dist/tests/devfiles/NodeJS.spec.d.ts +0 -2
  143. package/dist/tests/devfiles/NodeJS.spec.d.ts.map +0 -1
  144. package/dist/tests/devfiles/PHPSimple.spec.d.ts +0 -12
  145. package/dist/tests/devfiles/PHPSimple.spec.d.ts.map +0 -1
  146. package/dist/tests/devfiles/Python.spec.d.ts +0 -2
  147. package/dist/tests/devfiles/Python.spec.d.ts.map +0 -1
  148. package/dist/tests/devfiles/PythonDjango.spec.d.ts +0 -2
  149. package/dist/tests/devfiles/PythonDjango.spec.d.ts.map +0 -1
  150. package/dist/tests/devfiles/Quarkus.spec.d.ts +0 -2
  151. package/dist/tests/devfiles/Quarkus.spec.d.ts.map +0 -1
  152. package/dist/tests/devfiles/Scala.spec.d.ts +0 -11
  153. package/dist/tests/devfiles/Scala.spec.d.ts.map +0 -1
  154. package/dist/tests/e2e/FactoryUrl.spec.d.ts +0 -2
  155. package/dist/tests/e2e/FactoryUrl.spec.d.ts.map +0 -1
  156. package/dist/tests/e2e/GitPublishBranch.spec.d.ts +0 -11
  157. package/dist/tests/e2e/GitPublishBranch.spec.d.ts.map +0 -1
  158. package/dist/tests/e2e/GitSelfSignCert.spec.d.ts +0 -11
  159. package/dist/tests/e2e/GitSelfSignCert.spec.d.ts.map +0 -1
  160. package/dist/tests/e2e/GitSsh.spec.d.ts +0 -11
  161. package/dist/tests/e2e/GitSsh.spec.d.ts.map +0 -1
  162. package/dist/tests/e2e/OpenshiftConnector.spec.d.ts +0 -11
  163. package/dist/tests/e2e/OpenshiftConnector.spec.d.ts.map +0 -1
  164. package/dist/tests/e2e/factories/DirectUrlFactoryWithKeepDirectoryTest.spec.d.ts +0 -2
  165. package/dist/tests/e2e/factories/DirectUrlFactoryWithKeepDirectoryTest.spec.d.ts.map +0 -1
  166. package/dist/tests/e2e/factories/DirectUrlFactoryWithRootFolderTest.spec.d.ts +0 -2
  167. package/dist/tests/e2e/factories/DirectUrlFactoryWithRootFolderTest.spec.d.ts.map +0 -1
  168. package/dist/tests/e2e/factories/DirectUrlFactoryWithSpecificBranchTest.spec.d.ts +0 -2
  169. package/dist/tests/e2e/factories/DirectUrlFactoryWithSpecificBranchTest.spec.d.ts.map +0 -1
  170. package/dist/tests/e2e_happy_path/DevWorkspaceHappyPath.spec.d.ts +0 -2
  171. package/dist/tests/e2e_happy_path/DevWorkspaceHappyPath.spec.d.ts.map +0 -1
  172. package/dist/tests/e2e_happy_path/HappyPath.spec.d.ts +0 -11
  173. package/dist/tests/e2e_happy_path/HappyPath.spec.d.ts.map +0 -1
  174. package/dist/tests/intelij/IntelijOpenWorkspace.spec.d.ts +0 -11
  175. package/dist/tests/intelij/IntelijOpenWorkspace.spec.d.ts.map +0 -1
  176. package/dist/tests/load_test/LoadTest.spec.d.ts +0 -11
  177. package/dist/tests/load_test/LoadTest.spec.d.ts.map +0 -1
  178. package/dist/tests/login/LinkCheAndOcpUsers.spec.d.ts +0 -11
  179. package/dist/tests/login/LinkCheAndOcpUsers.spec.d.ts.map +0 -1
  180. package/dist/tests/login/Login.spec.d.ts +0 -11
  181. package/dist/tests/login/Login.spec.d.ts.map +0 -1
  182. package/dist/tests/plugins/GitHubPullRequestPlugin.spec.d.ts +0 -11
  183. package/dist/tests/plugins/GitHubPullRequestPlugin.spec.d.ts.map +0 -1
  184. package/dist/tests/plugins/InstallPluginUsingUI.spec.d.ts +0 -11
  185. package/dist/tests/plugins/InstallPluginUsingUI.spec.d.ts.map +0 -1
  186. package/dist/tests/plugins/JavaPlugin.spec.d.ts +0 -2
  187. package/dist/tests/plugins/JavaPlugin.spec.d.ts.map +0 -1
  188. package/dist/tests/plugins/PhpPlugin.spec.d.ts +0 -2
  189. package/dist/tests/plugins/PhpPlugin.spec.d.ts.map +0 -1
  190. package/dist/tests/plugins/PythonPlugin.spec.d.ts +0 -11
  191. package/dist/tests/plugins/PythonPlugin.spec.d.ts.map +0 -1
  192. package/dist/tests/plugins/TypescriptPlugin.spec.d.ts +0 -11
  193. package/dist/tests/plugins/TypescriptPlugin.spec.d.ts.map +0 -1
  194. package/dist/tests/plugins/VscodeKubernetesPlugin.spec.d.ts +0 -11
  195. package/dist/tests/plugins/VscodeKubernetesPlugin.spec.d.ts.map +0 -1
  196. package/dist/tests/plugins/VscodeShellcheckPlugin.spec.d.ts +0 -11
  197. package/dist/tests/plugins/VscodeShellcheckPlugin.spec.d.ts.map +0 -1
  198. package/dist/tests/plugins/VscodeValePlugin.spec.d.ts +0 -11
  199. package/dist/tests/plugins/VscodeValePlugin.spec.d.ts.map +0 -1
  200. package/dist/tests/plugins/VscodeXmlPlugin.spec.d.ts +0 -11
  201. package/dist/tests/plugins/VscodeXmlPlugin.spec.d.ts.map +0 -1
  202. package/dist/tests/plugins/VscodeYamlPlugin.spec.d.ts +0 -11
  203. package/dist/tests/plugins/VscodeYamlPlugin.spec.d.ts.map +0 -1
  204. package/dist/testsLibrary/CodeExecutionTests.d.ts +0 -49
  205. package/dist/testsLibrary/CodeExecutionTests.d.ts.map +0 -1
  206. package/dist/testsLibrary/LanguageServerTests.d.ts +0 -36
  207. package/dist/testsLibrary/LanguageServerTests.d.ts.map +0 -1
  208. package/dist/testsLibrary/ProjectAndFileTests.d.ts +0 -28
  209. package/dist/testsLibrary/ProjectAndFileTests.d.ts.map +0 -1
  210. package/dist/testsLibrary/WorkspaceHandlingTests.d.ts +0 -29
  211. package/dist/testsLibrary/WorkspaceHandlingTests.d.ts.map +0 -1
  212. package/dist/utils/AnimationChecker.d.ts +0 -16
  213. package/dist/utils/AnimationChecker.d.ts.map +0 -1
  214. package/dist/utils/BrowserTabsUtil.d.ts +0 -28
  215. package/dist/utils/BrowserTabsUtil.d.ts.map +0 -1
  216. package/dist/utils/DriverHelper.d.ts +0 -76
  217. package/dist/utils/DriverHelper.d.ts.map +0 -1
  218. package/dist/utils/KeycloackUrlHandler.d.ts +0 -15
  219. package/dist/utils/KeycloackUrlHandler.d.ts.map +0 -1
  220. package/dist/utils/Logger.d.ts +0 -39
  221. package/dist/utils/Logger.d.ts.map +0 -1
  222. package/dist/utils/PreferencesHandler.d.ts +0 -52
  223. package/dist/utils/PreferencesHandler.d.ts.map +0 -1
  224. package/dist/utils/Sanitizer.d.ts +0 -13
  225. package/dist/utils/Sanitizer.d.ts.map +0 -1
  226. package/dist/utils/ScreenCatcher.d.ts +0 -12
  227. package/dist/utils/ScreenCatcher.d.ts.map +0 -1
  228. package/dist/utils/VCS/CheGitApi.d.ts +0 -8
  229. package/dist/utils/VCS/CheGitApi.d.ts.map +0 -1
  230. package/dist/utils/VCS/github/GitHubUtil.d.ts +0 -15
  231. package/dist/utils/VCS/github/GitHubUtil.d.ts.map +0 -1
  232. package/dist/utils/WorkspaceNameHandler.d.ts +0 -17
  233. package/dist/utils/WorkspaceNameHandler.d.ts.map +0 -1
  234. package/dist/utils/requestHandlers/CheApiRequestHandler.d.ts +0 -28
  235. package/dist/utils/requestHandlers/CheApiRequestHandler.d.ts.map +0 -1
  236. package/dist/utils/requestHandlers/headers/CheMultiuserAuthorizationHeaderHandler.d.ts +0 -18
  237. package/dist/utils/requestHandlers/headers/CheMultiuserAuthorizationHeaderHandler.d.ts.map +0 -1
  238. package/dist/utils/requestHandlers/headers/IAuthorizationHeaderHandler.d.ts +0 -14
  239. package/dist/utils/requestHandlers/headers/IAuthorizationHeaderHandler.d.ts.map +0 -1
  240. package/dist/utils/requestHandlers/tokens/CheMultiuserTokenHandler.d.ts +0 -5
  241. package/dist/utils/requestHandlers/tokens/CheMultiuserTokenHandler.d.ts.map +0 -1
  242. package/dist/utils/requestHandlers/tokens/ITokenHandler.d.ts +0 -13
  243. package/dist/utils/requestHandlers/tokens/ITokenHandler.d.ts.map +0 -1
  244. package/dist/utils/workspace/ITestWorkspaceUtil.d.ts +0 -25
  245. package/dist/utils/workspace/ITestWorkspaceUtil.d.ts.map +0 -1
  246. package/dist/utils/workspace/TestWorkspaceUtil.d.ts +0 -34
  247. package/dist/utils/workspace/TestWorkspaceUtil.d.ts.map +0 -1
  248. package/dist/utils/workspace/WorkspaceStatus.d.ts +0 -15
  249. package/dist/utils/workspace/WorkspaceStatus.d.ts.map +0 -1
@@ -1,11 +0,0 @@
1
- /*********************************************************************
2
- * Copyright (c) 2020 Red Hat, Inc.
3
- *
4
- * This program and the accompanying materials are made
5
- * available under the terms of the Eclipse Public License 2.0
6
- * which is available at https://www.eclipse.org/legal/epl-2.0/
7
- *
8
- * SPDX-License-Identifier: EPL-2.0
9
- **********************************************************************/
10
- import 'reflect-metadata';
11
- //# sourceMappingURL=Scala.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Scala.spec.d.ts","sourceRoot":"","sources":["../../../tests/devfiles/Scala.spec.ts"],"names":[],"mappings":"AAAA;;;;;;;;wEAQwE;AACxE,OAAO,kBAAkB,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=FactoryUrl.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FactoryUrl.spec.d.ts","sourceRoot":"","sources":["../../../tests/e2e/FactoryUrl.spec.ts"],"names":[],"mappings":""}
@@ -1,11 +0,0 @@
1
- /*********************************************************************
2
- * Copyright (c) 2019 Red Hat, Inc.
3
- *
4
- * This program and the accompanying materials are made
5
- * available under the terms of the Eclipse Public License 2.0
6
- * which is available at https://www.eclipse.org/legal/epl-2.0/
7
- *
8
- * SPDX-License-Identifier: EPL-2.0
9
- **********************************************************************/
10
- export {};
11
- //# sourceMappingURL=GitPublishBranch.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GitPublishBranch.spec.d.ts","sourceRoot":"","sources":["../../../tests/e2e/GitPublishBranch.spec.ts"],"names":[],"mappings":"AAAA;;;;;;;;wEAQwE"}
@@ -1,11 +0,0 @@
1
- /*********************************************************************
2
- * Copyright (c) 2021 Red Hat, Inc.
3
- *
4
- * This program and the accompanying materials are made
5
- * available under the terms of the Eclipse Public License 2.0
6
- * which is available at https://www.eclipse.org/legal/epl-2.0/
7
- *
8
- * SPDX-License-Identifier: EPL-2.0
9
- **********************************************************************/
10
- export {};
11
- //# sourceMappingURL=GitSelfSignCert.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GitSelfSignCert.spec.d.ts","sourceRoot":"","sources":["../../../tests/e2e/GitSelfSignCert.spec.ts"],"names":[],"mappings":"AAAA;;;;;;;;wEAQwE"}
@@ -1,11 +0,0 @@
1
- /*********************************************************************
2
- * Copyright (c) 2019 Red Hat, Inc.
3
- *
4
- * This program and the accompanying materials are made
5
- * available under the terms of the Eclipse Public License 2.0
6
- * which is available at https://www.eclipse.org/legal/epl-2.0/
7
- *
8
- * SPDX-License-Identifier: EPL-2.0
9
- **********************************************************************/
10
- export {};
11
- //# sourceMappingURL=GitSsh.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GitSsh.spec.d.ts","sourceRoot":"","sources":["../../../tests/e2e/GitSsh.spec.ts"],"names":[],"mappings":"AAAA;;;;;;;;wEAQwE"}
@@ -1,11 +0,0 @@
1
- /*********************************************************************
2
- * Copyright (c) 2019 Red Hat, Inc.
3
- *
4
- * This program and the accompanying materials are made
5
- * available under the terms of the Eclipse Public License 2.0
6
- * which is available at https://www.eclipse.org/legal/epl-2.0/
7
- *
8
- * SPDX-License-Identifier: EPL-2.0
9
- **********************************************************************/
10
- export {};
11
- //# sourceMappingURL=OpenshiftConnector.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"OpenshiftConnector.spec.d.ts","sourceRoot":"","sources":["../../../tests/e2e/OpenshiftConnector.spec.ts"],"names":[],"mappings":"AAAA;;;;;;;;wEAQwE"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=DirectUrlFactoryWithKeepDirectoryTest.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DirectUrlFactoryWithKeepDirectoryTest.spec.d.ts","sourceRoot":"","sources":["../../../../tests/e2e/factories/DirectUrlFactoryWithKeepDirectoryTest.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=DirectUrlFactoryWithRootFolderTest.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DirectUrlFactoryWithRootFolderTest.spec.d.ts","sourceRoot":"","sources":["../../../../tests/e2e/factories/DirectUrlFactoryWithRootFolderTest.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=DirectUrlFactoryWithSpecificBranchTest.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DirectUrlFactoryWithSpecificBranchTest.spec.d.ts","sourceRoot":"","sources":["../../../../tests/e2e/factories/DirectUrlFactoryWithSpecificBranchTest.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=DevWorkspaceHappyPath.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DevWorkspaceHappyPath.spec.d.ts","sourceRoot":"","sources":["../../../tests/e2e_happy_path/DevWorkspaceHappyPath.spec.ts"],"names":[],"mappings":""}
@@ -1,11 +0,0 @@
1
- /*********************************************************************
2
- * Copyright (c) 2019 Red Hat, Inc.
3
- *
4
- * This program and the accompanying materials are made
5
- * available under the terms of the Eclipse Public License 2.0
6
- * which is available at https://www.eclipse.org/legal/epl-2.0/
7
- *
8
- * SPDX-License-Identifier: EPL-2.0
9
- **********************************************************************/
10
- export {};
11
- //# sourceMappingURL=HappyPath.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"HappyPath.spec.d.ts","sourceRoot":"","sources":["../../../tests/e2e_happy_path/HappyPath.spec.ts"],"names":[],"mappings":"AAAA;;;;;;;;wEAQwE"}
@@ -1,11 +0,0 @@
1
- /*********************************************************************
2
- * Copyright (c) 2019 Red Hat, Inc.
3
- *
4
- * This program and the accompanying materials are made
5
- * available under the terms of the Eclipse Public License 2.0
6
- * which is available at https://www.eclipse.org/legal/epl-2.0/
7
- *
8
- * SPDX-License-Identifier: EPL-2.0
9
- **********************************************************************/
10
- export {};
11
- //# sourceMappingURL=IntelijOpenWorkspace.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IntelijOpenWorkspace.spec.d.ts","sourceRoot":"","sources":["../../../tests/intelij/IntelijOpenWorkspace.spec.ts"],"names":[],"mappings":"AAAA;;;;;;;;wEAQwE"}
@@ -1,11 +0,0 @@
1
- /*********************************************************************
2
- * Copyright (c) 2019 Red Hat, Inc.
3
- *
4
- * This program and the accompanying materials are made
5
- * available under the terms of the Eclipse Public License 2.0
6
- * which is available at https://www.eclipse.org/legal/epl-2.0/
7
- *
8
- * SPDX-License-Identifier: EPL-2.0
9
- **********************************************************************/
10
- export {};
11
- //# sourceMappingURL=LoadTest.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LoadTest.spec.d.ts","sourceRoot":"","sources":["../../../tests/load_test/LoadTest.spec.ts"],"names":[],"mappings":"AAAA;;;;;;;;wEAQwE"}
@@ -1,11 +0,0 @@
1
- /*********************************************************************
2
- * Copyright (c) 2019 Red Hat, Inc.
3
- *
4
- * This program and the accompanying materials are made
5
- * available under the terms of the Eclipse Public License 2.0
6
- * which is available at https://www.eclipse.org/legal/epl-2.0/
7
- *
8
- * SPDX-License-Identifier: EPL-2.0
9
- **********************************************************************/
10
- export {};
11
- //# sourceMappingURL=LinkCheAndOcpUsers.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LinkCheAndOcpUsers.spec.d.ts","sourceRoot":"","sources":["../../../tests/login/LinkCheAndOcpUsers.spec.ts"],"names":[],"mappings":"AAAA;;;;;;;;wEAQwE"}
@@ -1,11 +0,0 @@
1
- /*********************************************************************
2
- * Copyright (c) 2019 Red Hat, Inc.
3
- *
4
- * This program and the accompanying materials are made
5
- * available under the terms of the Eclipse Public License 2.0
6
- * which is available at https://www.eclipse.org/legal/epl-2.0/
7
- *
8
- * SPDX-License-Identifier: EPL-2.0
9
- **********************************************************************/
10
- export {};
11
- //# sourceMappingURL=Login.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Login.spec.d.ts","sourceRoot":"","sources":["../../../tests/login/Login.spec.ts"],"names":[],"mappings":"AAAA;;;;;;;;wEAQwE"}
@@ -1,11 +0,0 @@
1
- /*********************************************************************
2
- * Copyright (c) 2021 Red Hat, Inc.
3
- *
4
- * This program and the accompanying materials are made
5
- * available under the terms of the Eclipse Public License 2.0
6
- * which is available at https://www.eclipse.org/legal/epl-2.0/
7
- *
8
- * SPDX-License-Identifier: EPL-2.0
9
- **********************************************************************/
10
- import 'reflect-metadata';
11
- //# sourceMappingURL=GitHubPullRequestPlugin.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GitHubPullRequestPlugin.spec.d.ts","sourceRoot":"","sources":["../../../tests/plugins/GitHubPullRequestPlugin.spec.ts"],"names":[],"mappings":"AAAA;;;;;;;;wEAQwE;AACxE,OAAO,kBAAkB,CAAC"}
@@ -1,11 +0,0 @@
1
- /*********************************************************************
2
- * Copyright (c) 2021 Red Hat, Inc.
3
- *
4
- * This program and the accompanying materials are made
5
- * available under the terms of the Eclipse Public License 2.0
6
- * which is available at https://www.eclipse.org/legal/epl-2.0/
7
- *
8
- * SPDX-License-Identifier: EPL-2.0
9
- **********************************************************************/
10
- import 'reflect-metadata';
11
- //# sourceMappingURL=InstallPluginUsingUI.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"InstallPluginUsingUI.spec.d.ts","sourceRoot":"","sources":["../../../tests/plugins/InstallPluginUsingUI.spec.ts"],"names":[],"mappings":"AAAA;;;;;;;;wEAQwE;AACxE,OAAO,kBAAkB,CAAC"}
@@ -1,2 +0,0 @@
1
- import 'reflect-metadata';
2
- //# sourceMappingURL=JavaPlugin.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"JavaPlugin.spec.d.ts","sourceRoot":"","sources":["../../../tests/plugins/JavaPlugin.spec.ts"],"names":[],"mappings":"AAUA,OAAO,kBAAkB,CAAC"}
@@ -1,2 +0,0 @@
1
- import 'reflect-metadata';
2
- //# sourceMappingURL=PhpPlugin.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PhpPlugin.spec.d.ts","sourceRoot":"","sources":["../../../tests/plugins/PhpPlugin.spec.ts"],"names":[],"mappings":"AAUA,OAAO,kBAAkB,CAAC"}
@@ -1,11 +0,0 @@
1
- /*********************************************************************
2
- * Copyright (c) 2021 Red Hat, Inc.
3
- *
4
- * This program and the accompanying materials are made
5
- * available under the terms of the Eclipse Public License 2.0
6
- * which is available at https://www.eclipse.org/legal/epl-2.0/
7
- *
8
- * SPDX-License-Identifier: EPL-2.0
9
- **********************************************************************/
10
- import 'reflect-metadata';
11
- //# sourceMappingURL=PythonPlugin.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PythonPlugin.spec.d.ts","sourceRoot":"","sources":["../../../tests/plugins/PythonPlugin.spec.ts"],"names":[],"mappings":"AAAA;;;;;;;;wEAQwE;AACxE,OAAO,kBAAkB,CAAC"}
@@ -1,11 +0,0 @@
1
- /*********************************************************************
2
- * Copyright (c) 2021 Red Hat, Inc.
3
- *
4
- * This program and the accompanying materials are made
5
- * available under the terms of the Eclipse Public License 2.0
6
- * which is available at https://www.eclipse.org/legal/epl-2.0/
7
- *
8
- * SPDX-License-Identifier: EPL-2.0
9
- **********************************************************************/
10
- import 'reflect-metadata';
11
- //# sourceMappingURL=TypescriptPlugin.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TypescriptPlugin.spec.d.ts","sourceRoot":"","sources":["../../../tests/plugins/TypescriptPlugin.spec.ts"],"names":[],"mappings":"AAAA;;;;;;;;wEAQwE;AACxE,OAAO,kBAAkB,CAAC"}
@@ -1,11 +0,0 @@
1
- /*********************************************************************
2
- * Copyright (c) 2020 Red Hat, Inc.
3
- *
4
- * This program and the accompanying materials are made
5
- * available under the terms of the Eclipse Public License 2.0
6
- * which is available at https://www.eclipse.org/legal/epl-2.0/
7
- *
8
- * SPDX-License-Identifier: EPL-2.0
9
- **********************************************************************/
10
- import 'reflect-metadata';
11
- //# sourceMappingURL=VscodeKubernetesPlugin.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"VscodeKubernetesPlugin.spec.d.ts","sourceRoot":"","sources":["../../../tests/plugins/VscodeKubernetesPlugin.spec.ts"],"names":[],"mappings":"AAAA;;;;;;;;wEAQwE;AACxE,OAAO,kBAAkB,CAAC"}
@@ -1,11 +0,0 @@
1
- /*********************************************************************
2
- * Copyright (c) 2020 Red Hat, Inc.
3
- *
4
- * This program and the accompanying materials are made
5
- * available under the terms of the Eclipse Public License 2.0
6
- * which is available at https://www.eclipse.org/legal/epl-2.0/
7
- *
8
- * SPDX-License-Identifier: EPL-2.0
9
- **********************************************************************/
10
- import 'reflect-metadata';
11
- //# sourceMappingURL=VscodeShellcheckPlugin.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"VscodeShellcheckPlugin.spec.d.ts","sourceRoot":"","sources":["../../../tests/plugins/VscodeShellcheckPlugin.spec.ts"],"names":[],"mappings":"AAAA;;;;;;;;wEAQwE;AACxE,OAAO,kBAAkB,CAAC"}
@@ -1,11 +0,0 @@
1
- /*********************************************************************
2
- * Copyright (c) 2019 Red Hat, Inc.
3
- *
4
- * This program and the accompanying materials are made
5
- * available under the terms of the Eclipse Public License 2.0
6
- * which is available at https://www.eclipse.org/legal/epl-2.0/
7
- *
8
- * SPDX-License-Identifier: EPL-2.0
9
- **********************************************************************/
10
- export {};
11
- //# sourceMappingURL=VscodeValePlugin.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"VscodeValePlugin.spec.d.ts","sourceRoot":"","sources":["../../../tests/plugins/VscodeValePlugin.spec.ts"],"names":[],"mappings":"AAAA;;;;;;;;wEAQwE"}
@@ -1,11 +0,0 @@
1
- /*********************************************************************
2
- * Copyright (c) 2019 Red Hat, Inc.
3
- *
4
- * This program and the accompanying materials are made
5
- * available under the terms of the Eclipse Public License 2.0
6
- * which is available at https://www.eclipse.org/legal/epl-2.0/
7
- *
8
- * SPDX-License-Identifier: EPL-2.0
9
- **********************************************************************/
10
- export {};
11
- //# sourceMappingURL=VscodeXmlPlugin.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"VscodeXmlPlugin.spec.d.ts","sourceRoot":"","sources":["../../../tests/plugins/VscodeXmlPlugin.spec.ts"],"names":[],"mappings":"AAAA;;;;;;;;wEAQwE"}
@@ -1,11 +0,0 @@
1
- /*********************************************************************
2
- * Copyright (c) 2019 Red Hat, Inc.
3
- *
4
- * This program and the accompanying materials are made
5
- * available under the terms of the Eclipse Public License 2.0
6
- * which is available at https://www.eclipse.org/legal/epl-2.0/
7
- *
8
- * SPDX-License-Identifier: EPL-2.0
9
- **********************************************************************/
10
- export {};
11
- //# sourceMappingURL=VscodeYamlPlugin.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"VscodeYamlPlugin.spec.d.ts","sourceRoot":"","sources":["../../../tests/plugins/VscodeYamlPlugin.spec.ts"],"names":[],"mappings":"AAAA;;;;;;;;wEAQwE"}
@@ -1,49 +0,0 @@
1
- /*********************************************************************
2
- * Copyright (c) 2019 Red Hat, Inc.
3
- *
4
- * This program and the accompanying materials are made
5
- * available under the terms of the Eclipse Public License 2.0
6
- * which is available at https://www.eclipse.org/legal/epl-2.0/
7
- *
8
- * SPDX-License-Identifier: EPL-2.0
9
- **********************************************************************/
10
- import 'reflect-metadata';
11
- import { By } from 'selenium-webdriver';
12
- import { Ide } from '../pageobjects/ide/Ide';
13
- import { Terminal } from '../pageobjects/ide/Terminal';
14
- import { TopMenu } from '../pageobjects/ide/TopMenu';
15
- import { DialogWindow } from '../pageobjects/ide/DialogWindow';
16
- import { DriverHelper } from '../utils/DriverHelper';
17
- import { PreviewWidget } from '../pageobjects/ide/PreviewWidget';
18
- import { RightToolBar } from '../pageobjects/ide/RightToolBar';
19
- import { QuickOpenContainer } from '../pageobjects/ide/QuickOpenContainer';
20
- export declare class CodeExecutionTests {
21
- private readonly terminal;
22
- private readonly topMenu;
23
- private readonly ide;
24
- private readonly dialogWindow;
25
- private readonly driverHelper;
26
- private readonly previewWidget;
27
- private readonly rightToolBar;
28
- private readonly quickOpenContainer;
29
- private static lastApplicationUrl;
30
- constructor(terminal: Terminal, topMenu: TopMenu, ide: Ide, dialogWindow: DialogWindow, driverHelper: DriverHelper, previewWidget: PreviewWidget, rightToolBar: RightToolBar, quickOpenContainer: QuickOpenContainer);
31
- runTask(taskName: string, timeout: number): void;
32
- runTaskInputText(taskName: string, expectedQuery: string, inputText: string, timeout: number): void;
33
- runTaskConsoleOutput(taskName: string, expectedText: string, timeout: number): void;
34
- runTaskWithDialogShellAndOpenLink(taskName: string, expectedDialogText: string, timeout: number): void;
35
- runTaskWithDialogShellDjangoWorkaround(taskName: string, expectedDialogText: string, urlSubPath: string, timeout: number): void;
36
- runTaskWithDialogShellAndClose(taskName: string, expectedDialogText: string, timeout: number): void;
37
- runTaskWithNotification(taskName: string, notificationText: string, timeout: number): void;
38
- runTaskWithNotificationAndOpenLink(taskName: string, notificationText: string, buttonText: string, timeout: number): void;
39
- runTaskWithNotificationAndOpenLinkPreviewNoUrl(taskName: string, notificationText: string, timeout: number): void;
40
- runTaskWithNotificationAndOpenLinkUnexposedPort(taskName: string, notificationText: string, portOpenText: string, timeout: number): void;
41
- verifyRunningApplication(locator: By, applicationCheckTimeout: number, polling: number): void;
42
- getLastApplicationUrl(): string;
43
- refreshPreviewWindow(): void;
44
- closePreviewWidget(): void;
45
- waitTerminalPresent(terminalTabName: string, timeout: number): void;
46
- closeTerminal(taskName: string): void;
47
- private runTaskUsingQuickOpenContainer;
48
- }
49
- //# sourceMappingURL=CodeExecutionTests.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CodeExecutionTests.d.ts","sourceRoot":"","sources":["../../testsLibrary/CodeExecutionTests.ts"],"names":[],"mappings":"AAAA;;;;;;;;wEAQwE;AAExE,OAAO,kBAAkB,CAAC;AAI1B,OAAO,EAAE,EAAE,EAAc,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,GAAG,EAAE,MAAM,wBAAwB,CAAC;AAC7C,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AACvD,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAC/D,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AACjE,OAAO,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAE/D,OAAO,EAAE,kBAAkB,EAAE,MAAM,uCAAuC,CAAC;AAE3E,qBACa,kBAAkB;IAKG,OAAO,CAAC,QAAQ,CAAC,QAAQ;IAC1B,OAAO,CAAC,QAAQ,CAAC,OAAO;IAC5B,OAAO,CAAC,QAAQ,CAAC,GAAG;IACX,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC5B,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC/B,OAAO,CAAC,QAAQ,CAAC,YAAY;IACvB,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IAV3E,OAAO,CAAC,MAAM,CAAC,kBAAkB,CAAc;gBAGA,QAAQ,EAAE,QAAQ,EACnB,OAAO,EAAE,OAAO,EACpB,GAAG,EAAE,GAAG,EACC,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EACzB,aAAa,EAAE,aAAa,EAC7B,YAAY,EAAE,YAAY,EACpB,kBAAkB,EAAE,kBAAkB;IAExF,OAAO,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;IAOzC,gBAAgB,CAAC,QAAQ,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;IAW5F,oBAAoB,CAAC,QAAQ,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;IAO5E,iCAAiC,CAAC,QAAQ,EAAE,MAAM,EAAE,kBAAkB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;IAO/F,sCAAsC,CAAC,QAAQ,EAAE,MAAM,EAAE,kBAAkB,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;IAiBxH,8BAA8B,CAAC,QAAQ,EAAE,MAAM,EAAE,kBAAkB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;IAS5F,uBAAuB,CAAC,QAAQ,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;IAOnF,kCAAkC,CAAC,QAAQ,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;IASlH,8CAA8C,CAAC,QAAQ,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;IAS1G,+CAA+C,CAAC,QAAQ,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;IASjI,wBAAwB,CAAC,OAAO,EAAE,EAAE,EAAE,uBAAuB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;IAmBtF,qBAAqB,IAAI,MAAM;IAI/B,oBAAoB;IAMpB,kBAAkB;IAOlB,mBAAmB,CAAC,eAAe,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;IAO5D,aAAa,CAAC,QAAQ,EAAE,MAAM;YASvB,8BAA8B;CAW/C"}
@@ -1,36 +0,0 @@
1
- /*********************************************************************
2
- * Copyright (c) 2019 Red Hat, Inc.
3
- *
4
- * This program and the accompanying materials are made
5
- * available under the terms of the Eclipse Public License 2.0
6
- * which is available at https://www.eclipse.org/legal/epl-2.0/
7
- *
8
- * SPDX-License-Identifier: EPL-2.0
9
- **********************************************************************/
10
- import 'reflect-metadata';
11
- import { Editor } from '../pageobjects/ide/Editor';
12
- import { Ide } from '../pageobjects/ide/Ide';
13
- import { TopMenu } from '../pageobjects/ide/TopMenu';
14
- import { DebugView } from '../pageobjects/ide/DebugView';
15
- import { BrowserTabsUtil } from '../utils/BrowserTabsUtil';
16
- import { DriverHelper } from '../utils/DriverHelper';
17
- export declare class LanguageServerTests {
18
- private readonly editor;
19
- private readonly ide;
20
- private readonly topMenu;
21
- private readonly debugView;
22
- private readonly browserTabsUtil;
23
- private readonly driverHelper;
24
- constructor(editor: Editor, ide: Ide, topMenu: TopMenu, debugView: DebugView, browserTabsUtil: BrowserTabsUtil, driverHelper: DriverHelper);
25
- errorHighlighting(openedTab: string, textToWrite: string, line: number): void;
26
- suggestionInvoking(openedTab: string, line: number, char: number, suggestionText: string): void;
27
- autocomplete(openedTab: string, line: number, char: number, expectedText: string): void;
28
- waitLSInitialization(startingNote: string, alternateNote?: string, startTimeout?: number): void;
29
- goToDefinition(openedFile: string, line: number, char: number, codeNavigationClassName: string, timeout?: number): void;
30
- goToImplementations(openedFile: string, line: number, char: number, codeNavigationClassName: string, timeout?: number): void;
31
- startAndAttachDebugger(openedFile: string): void;
32
- startAndAttachDebuggerWithConfiguration(openedFile: string, configurationName: string): void;
33
- setBreakpoint(openedFile: string, line: number): void;
34
- checkDebuggerStoppedAtBreakpoint(openedFile: string, line: number, timeout: number): void;
35
- }
36
- //# sourceMappingURL=LanguageServerTests.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LanguageServerTests.d.ts","sourceRoot":"","sources":["../../testsLibrary/LanguageServerTests.ts"],"names":[],"mappings":"AAAA;;;;;;;;wEAQwE;AAExE,OAAO,kBAAkB,CAAC;AAI1B,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AACnD,OAAO,EAAE,GAAG,EAAqB,MAAM,wBAAwB,CAAC;AAChE,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAC;AACrD,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAGzD,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAC3D,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAErD,qBACa,mBAAmB;IAGA,OAAO,CAAC,QAAQ,CAAC,MAAM;IAC1B,OAAO,CAAC,QAAQ,CAAC,GAAG;IAChB,OAAO,CAAC,QAAQ,CAAC,OAAO;IACtB,OAAO,CAAC,QAAQ,CAAC,SAAS;IACpB,OAAO,CAAC,QAAQ,CAAC,eAAe;IACnC,OAAO,CAAC,QAAQ,CAAC,YAAY;gBALlB,MAAM,EAAE,MAAM,EACjB,GAAG,EAAE,GAAG,EACJ,OAAO,EAAE,OAAO,EACd,SAAS,EAAE,SAAS,EACd,eAAe,EAAE,eAAe,EACnC,YAAY,EAAE,YAAY;IAEtE,iBAAiB,CAAC,SAAS,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM;IAiBtE,kBAAkB,CAAC,SAAS,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM;IAaxF,YAAY,CAAC,SAAS,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM;IAShF,oBAAoB,CAAC,YAAY,EAAE,MAAM,EAAE,aAAa,GAAE,MAAW,EAAE,YAAY,GAAE,MAAmE;IA2BxJ,cAAc,CAAC,UAAU,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,uBAAuB,EAAE,MAAM,EAAE,OAAO,GAAG,MAA2D;IA0BrK,mBAAmB,CAAC,UAAU,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,uBAAuB,EAAE,MAAM,EAAE,OAAO,GAAG,MAA2D;IA0B1K,sBAAsB,CAAC,UAAU,EAAE,MAAM;IAqBzC,uCAAuC,CAAC,UAAU,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM;IAyBrF,aAAa,CAAC,UAAU,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM;IAM9C,gCAAgC,CAAC,UAAU,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;CAK5F"}
@@ -1,28 +0,0 @@
1
- /*********************************************************************
2
- * Copyright (c) 2019 Red Hat, Inc.
3
- *
4
- * This program and the accompanying materials are made
5
- * available under the terms of the Eclipse Public License 2.0
6
- * which is available at https://www.eclipse.org/legal/epl-2.0/
7
- *
8
- * SPDX-License-Identifier: EPL-2.0
9
- **********************************************************************/
10
- import 'reflect-metadata';
11
- import { Ide } from '../pageobjects/ide/Ide';
12
- import { ProjectTree } from '../pageobjects/ide/ProjectTree';
13
- import { Editor } from '../pageobjects/ide/Editor';
14
- import { DriverHelper } from '../utils/DriverHelper';
15
- export declare class ProjectAndFileTests {
16
- private readonly ide;
17
- private readonly driverHelper;
18
- private readonly projectTree;
19
- private readonly editor;
20
- constructor(ide: Ide, driverHelper: DriverHelper, projectTree: ProjectTree, editor: Editor);
21
- waitWorkspaceReadiness(sampleName: string, folder: string, checkNotification?: boolean, restartWorkspaceDialogIsExpected?: boolean): void;
22
- waitWorkspaceReadinessNoSubfolder(sampleName: string, checkNotification?: boolean): void;
23
- openFile(filePath: string, fileName: string): void;
24
- checkFilePresence(filePath: string, timeout: number): void;
25
- checkFileNotExists(filePath: string): void;
26
- checkProjectBranchName(branchName: string): void;
27
- }
28
- //# sourceMappingURL=ProjectAndFileTests.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ProjectAndFileTests.d.ts","sourceRoot":"","sources":["../../testsLibrary/ProjectAndFileTests.ts"],"names":[],"mappings":"AAAA;;;;;;;;wEAQwE;AAExE,OAAO,kBAAkB,CAAC;AAG1B,OAAO,EAAE,GAAG,EAAE,MAAM,wBAAwB,CAAC;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAC7D,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAEnD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAGrD,qBACa,mBAAmB;IAGH,OAAO,CAAC,QAAQ,CAAC,GAAG;IACX,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC9B,OAAO,CAAC,QAAQ,CAAC,WAAW;IACjC,OAAO,CAAC,QAAQ,CAAC,MAAM;gBAHT,GAAG,EAAE,GAAG,EACC,YAAY,EAAE,YAAY,EAC3B,WAAW,EAAE,WAAW,EAC7B,MAAM,EAAE,MAAM;IAEpD,sBAAsB,CAAC,UAAU,EAAG,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,iBAAiB,GAAE,OAAc,EAAE,gCAAgC,GAAE,OAAe;IAgBhJ,iCAAiC,CAAC,UAAU,EAAG,MAAM,EAAE,iBAAiB,GAAE,OAAc;IAYxF,QAAQ,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAO3C,iBAAiB,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;IAMnD,kBAAkB,CAAC,QAAQ,EAAE,MAAM;IAMnC,sBAAsB,CAAC,UAAU,EAAE,MAAM;CAKnD"}
@@ -1,29 +0,0 @@
1
- /*********************************************************************
2
- * Copyright (c) 2019 Red Hat, Inc.
3
- *
4
- * This program and the accompanying materials are made
5
- * available under the terms of the Eclipse Public License 2.0
6
- * which is available at https://www.eclipse.org/legal/epl-2.0/
7
- *
8
- * SPDX-License-Identifier: EPL-2.0
9
- **********************************************************************/
10
- import 'reflect-metadata';
11
- import { Dashboard } from '../pageobjects/dashboard/Dashboard';
12
- import { CreateWorkspace } from '../pageobjects/dashboard/CreateWorkspace';
13
- import { Workspaces } from '../pageobjects/dashboard/Workspaces';
14
- import { WorkspaceNameHandler } from '../utils/WorkspaceNameHandler';
15
- export declare class WorkspaceHandlingTests {
16
- private readonly dashboard;
17
- private readonly createWorkspace;
18
- private readonly workspaces;
19
- private readonly workspaceNameHandler;
20
- private static workspaceName;
21
- static getWorkspaceName(): string;
22
- constructor(dashboard: Dashboard, createWorkspace: CreateWorkspace, workspaces: Workspaces, workspaceNameHandler: WorkspaceNameHandler);
23
- createAndOpenWorkspace(stack: string): void;
24
- openExistingWorkspace(workspaceName: string): void;
25
- stopWorkspace(workspaceName: string): Promise<void>;
26
- removeWorkspace(workspaceName: string): Promise<void>;
27
- stopAndRemoveWorkspace(workspaceName: string): Promise<void>;
28
- }
29
- //# sourceMappingURL=WorkspaceHandlingTests.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"WorkspaceHandlingTests.d.ts","sourceRoot":"","sources":["../../testsLibrary/WorkspaceHandlingTests.ts"],"names":[],"mappings":"AAAA;;;;;;;;wEAQwE;AAExE,OAAO,kBAAkB,CAAC;AAG1B,OAAO,EAAE,SAAS,EAAE,MAAM,oCAAoC,CAAC;AAC/D,OAAO,EAAE,eAAe,EAAE,MAAM,0CAA0C,CAAC;AAC3E,OAAO,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAC;AACjE,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAErE,qBACa,sBAAsB;IASA,OAAO,CAAC,QAAQ,CAAC,SAAS;IACpB,OAAO,CAAC,QAAQ,CAAC,eAAe;IACrC,OAAO,CAAC,QAAQ,CAAC,UAAU;IACjB,OAAO,CAAC,QAAQ,CAAC,oBAAoB;IAV/E,OAAO,CAAC,MAAM,CAAC,aAAa,CAAuB;WAErC,gBAAgB,IAAI,MAAM;gBAKQ,SAAS,EAAE,SAAS,EACd,eAAe,EAAE,eAAe,EACrC,UAAU,EAAE,UAAU,EACZ,oBAAoB,EAAE,oBAAoB;IAE9F,sBAAsB,CAAC,KAAK,EAAE,MAAM;IAWpC,qBAAqB,CAAC,aAAa,EAAE,MAAM;IASrC,aAAa,CAAC,aAAa,EAAE,MAAM;IAKnC,eAAe,CAAC,aAAa,EAAE,MAAM;IAKrC,sBAAsB,CAAC,aAAa,EAAE,MAAM;CAI5D"}
@@ -1,16 +0,0 @@
1
- /*********************************************************************
2
- * Copyright (c) 2021 Red Hat, Inc.
3
- *
4
- * This program and the accompanying materials are made
5
- * available under the terms of the Eclipse Public License 2.0
6
- * which is available at https://www.eclipse.org/legal/epl-2.0/
7
- *
8
- * SPDX-License-Identifier: EPL-2.0
9
- **********************************************************************/
10
- import { DriverHelper } from './DriverHelper';
11
- export declare class AnimationChecker {
12
- private readonly driverHelper;
13
- constructor(driverHelper: DriverHelper);
14
- waitDropDownAnimationEnd(): Promise<void>;
15
- }
16
- //# sourceMappingURL=AnimationChecker.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AnimationChecker.d.ts","sourceRoot":"","sources":["../../utils/AnimationChecker.ts"],"names":[],"mappings":"AAAA;;;;;;;;wEAQwE;AAIxE,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAI9C,qBACa,gBAAgB;IACiB,OAAO,CAAC,QAAQ,CAAC,YAAY;gBAAZ,YAAY,EAAE,YAAY;IAE/E,wBAAwB;CAMjC"}
@@ -1,28 +0,0 @@
1
- /*********************************************************************
2
- * Copyright (c) 2019 Red Hat, Inc.
3
- *
4
- * This program and the accompanying materials are made
5
- * available under the terms of the Eclipse Public License 2.0
6
- * which is available at https://www.eclipse.org/legal/epl-2.0/
7
- *
8
- * SPDX-License-Identifier: EPL-2.0
9
- **********************************************************************/
10
- import { By } from 'selenium-webdriver';
11
- import { DriverHelper } from './DriverHelper';
12
- export declare class BrowserTabsUtil {
13
- private readonly driverHelper;
14
- constructor(driverHelper: DriverHelper);
15
- switchToWindow(windowHandle: string): Promise<void>;
16
- getAllWindowHandles(): Promise<string[]>;
17
- getCurrentWindowHandle(): Promise<string>;
18
- navigateTo(url: string): Promise<void>;
19
- navigateAndWaitToUrl(url: string, timeout?: number): Promise<void>;
20
- waitAndSwitchToAnotherWindow(currentWindowHandle: string, timeout: number): Promise<void>;
21
- waitContentAvailableInTheNewTab(contentLocator: By, timeout: number): Promise<void>;
22
- refreshPage(): Promise<void>;
23
- refreshForDebug(): Promise<void>;
24
- getCurrentUrl(): Promise<string>;
25
- waitURL(expectedUrl: string, timeout: number): Promise<void>;
26
- maximize(): Promise<void>;
27
- }
28
- //# sourceMappingURL=BrowserTabsUtil.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BrowserTabsUtil.d.ts","sourceRoot":"","sources":["../../utils/BrowserTabsUtil.ts"],"names":[],"mappings":"AAAA;;;;;;;;wEAQwE;AAGxE,OAAO,EAAE,EAAE,EAAS,MAAM,oBAAoB,CAAC;AAE/C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAI9C,qBACa,eAAe;IACkB,OAAO,CAAC,QAAQ,CAAC,YAAY;gBAAZ,YAAY,EAAE,YAAY;IAE/E,cAAc,CAAC,YAAY,EAAE,MAAM;IAKnC,mBAAmB,IAAI,OAAO,CAAC,MAAM,EAAE,CAAC;IAMxC,sBAAsB,IAAI,OAAO,CAAC,MAAM,CAAC;IAMzC,UAAU,CAAC,GAAG,EAAE,MAAM;IAMtB,oBAAoB,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,GAAE,MAAkD;IAO7F,4BAA4B,CAAC,mBAAmB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;IAmBzE,+BAA+B,CAAC,cAAc,EAAE,EAAE,EAAE,OAAO,EAAE,MAAM;IAMnE,WAAW;IAMX,eAAe;IAcf,aAAa,IAAI,OAAO,CAAC,MAAM,CAAC;IAIhC,OAAO,CAAC,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;IAarC,QAAQ;CAMxB"}