@eclipse-che/che-e2e 7.40.0 → 7.40.1-dev-be24d54

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 (244) 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/tests/e2e_happy_path/DevWorkspaceHappyPath.spec.js +3 -3
  8. package/dist/tests/e2e_happy_path/DevWorkspaceHappyPath.spec.js.map +1 -1
  9. package/dist/tests/e2e_happy_path/HappyPath.spec.js +3 -3
  10. package/dist/tests/e2e_happy_path/HappyPath.spec.js.map +1 -1
  11. package/dist/tests/plugins/JavaPlugin.spec.js +2 -2
  12. package/dist/tests/plugins/JavaPlugin.spec.js.map +1 -1
  13. package/dist/tests/plugins/PhpPlugin.spec.js +2 -2
  14. package/dist/tests/plugins/PhpPlugin.spec.js.map +1 -1
  15. package/dist/tests/plugins/PythonPlugin.spec.js +2 -2
  16. package/dist/tests/plugins/PythonPlugin.spec.js.map +1 -1
  17. package/dist/tests/plugins/TypescriptPlugin.spec.js +2 -2
  18. package/dist/tests/plugins/TypescriptPlugin.spec.js.map +1 -1
  19. package/dist/tests/plugins/VscodeShellcheckPlugin.spec.js +4 -4
  20. package/dist/tests/plugins/VscodeShellcheckPlugin.spec.js.map +1 -1
  21. package/dist/tests/plugins/VscodeValePlugin.spec.js +1 -1
  22. package/dist/tests/plugins/VscodeValePlugin.spec.js.map +1 -1
  23. package/dist/tests/plugins/VscodeXmlPlugin.spec.js +2 -2
  24. package/dist/tests/plugins/VscodeXmlPlugin.spec.js.map +1 -1
  25. package/dist/tests/plugins/VscodeYamlPlugin.spec.js +2 -2
  26. package/dist/tests/plugins/VscodeYamlPlugin.spec.js.map +1 -1
  27. package/dist/testsLibrary/LanguageServerTests.js +2 -2
  28. package/dist/testsLibrary/LanguageServerTests.js.map +1 -1
  29. package/dist/utils/DriverHelper.js +10 -10
  30. package/dist/utils/DriverHelper.js.map +1 -1
  31. package/dist/utils/VCS/github/GitHubUtil.js +20 -0
  32. package/dist/utils/VCS/github/GitHubUtil.js.map +1 -1
  33. package/package.json +2 -2
  34. package/utils/VCS/github/GitHubUtil.ts +19 -0
  35. package/dist/TestConstants.d.ts +0 -206
  36. package/dist/TestConstants.d.ts.map +0 -1
  37. package/dist/TimeoutConstants.d.ts +0 -164
  38. package/dist/TimeoutConstants.d.ts.map +0 -1
  39. package/dist/driver/CheReporter.d.ts +0 -18
  40. package/dist/driver/CheReporter.d.ts.map +0 -1
  41. package/dist/driver/ChromeDriver.d.ts +0 -21
  42. package/dist/driver/ChromeDriver.d.ts.map +0 -1
  43. package/dist/driver/IDriver.d.ts +0 -14
  44. package/dist/driver/IDriver.d.ts.map +0 -1
  45. package/dist/index.d.ts +0 -67
  46. package/dist/index.d.ts.map +0 -1
  47. package/dist/inversify.config.d.ts +0 -13
  48. package/dist/inversify.config.d.ts.map +0 -1
  49. package/dist/inversify.types.d.ts +0 -68
  50. package/dist/inversify.types.d.ts.map +0 -1
  51. package/dist/pageobjects/dashboard/CreateWorkspace.d.ts +0 -20
  52. package/dist/pageobjects/dashboard/CreateWorkspace.d.ts.map +0 -1
  53. package/dist/pageobjects/dashboard/Dashboard.d.ts +0 -24
  54. package/dist/pageobjects/dashboard/Dashboard.d.ts.map +0 -1
  55. package/dist/pageobjects/dashboard/Workspaces.d.ts +0 -44
  56. package/dist/pageobjects/dashboard/Workspaces.d.ts.map +0 -1
  57. package/dist/pageobjects/dashboard/workspace-details/WorkspaceDetails.d.ts +0 -42
  58. package/dist/pageobjects/dashboard/workspace-details/WorkspaceDetails.d.ts.map +0 -1
  59. package/dist/pageobjects/dashboard/workspace-details/WorkspaceDetailsPlugins.d.ts +0 -29
  60. package/dist/pageobjects/dashboard/workspace-details/WorkspaceDetailsPlugins.d.ts.map +0 -1
  61. package/dist/pageobjects/ide/ContextMenu.d.ts +0 -22
  62. package/dist/pageobjects/ide/ContextMenu.d.ts.map +0 -1
  63. package/dist/pageobjects/ide/DebugView.d.ts +0 -32
  64. package/dist/pageobjects/ide/DebugView.d.ts.map +0 -1
  65. package/dist/pageobjects/ide/DialogWindow.d.ts +0 -28
  66. package/dist/pageobjects/ide/DialogWindow.d.ts.map +0 -1
  67. package/dist/pageobjects/ide/Editor.d.ts +0 -78
  68. package/dist/pageobjects/ide/Editor.d.ts.map +0 -1
  69. package/dist/pageobjects/ide/Ide.d.ts +0 -61
  70. package/dist/pageobjects/ide/Ide.d.ts.map +0 -1
  71. package/dist/pageobjects/ide/LeftToolBar.d.ts +0 -23
  72. package/dist/pageobjects/ide/LeftToolBar.d.ts.map +0 -1
  73. package/dist/pageobjects/ide/NavigationBar.d.ts +0 -9
  74. package/dist/pageobjects/ide/NavigationBar.d.ts.map +0 -1
  75. package/dist/pageobjects/ide/NotificationCenter.d.ts +0 -22
  76. package/dist/pageobjects/ide/NotificationCenter.d.ts.map +0 -1
  77. package/dist/pageobjects/ide/OpenDialogWidget.d.ts +0 -36
  78. package/dist/pageobjects/ide/OpenDialogWidget.d.ts.map +0 -1
  79. package/dist/pageobjects/ide/OpenWorkspaceWidget.d.ts +0 -17
  80. package/dist/pageobjects/ide/OpenWorkspaceWidget.d.ts.map +0 -1
  81. package/dist/pageobjects/ide/PreviewWidget.d.ts +0 -35
  82. package/dist/pageobjects/ide/PreviewWidget.d.ts.map +0 -1
  83. package/dist/pageobjects/ide/ProjectTree.d.ts +0 -53
  84. package/dist/pageobjects/ide/ProjectTree.d.ts.map +0 -1
  85. package/dist/pageobjects/ide/QuickOpenContainer.d.ts +0 -20
  86. package/dist/pageobjects/ide/QuickOpenContainer.d.ts.map +0 -1
  87. package/dist/pageobjects/ide/RightToolBar.d.ts +0 -8
  88. package/dist/pageobjects/ide/RightToolBar.d.ts.map +0 -1
  89. package/dist/pageobjects/ide/Terminal.d.ts +0 -36
  90. package/dist/pageobjects/ide/Terminal.d.ts.map +0 -1
  91. package/dist/pageobjects/ide/TopMenu.d.ts +0 -28
  92. package/dist/pageobjects/ide/TopMenu.d.ts.map +0 -1
  93. package/dist/pageobjects/ide/plugins/GitHubPullRequestPlugin.d.ts +0 -36
  94. package/dist/pageobjects/ide/plugins/GitHubPullRequestPlugin.d.ts.map +0 -1
  95. package/dist/pageobjects/ide/plugins/GitPlugin.d.ts +0 -35
  96. package/dist/pageobjects/ide/plugins/GitPlugin.d.ts.map +0 -1
  97. package/dist/pageobjects/ide/plugins/KubernetesPlugin.d.ts +0 -32
  98. package/dist/pageobjects/ide/plugins/KubernetesPlugin.d.ts.map +0 -1
  99. package/dist/pageobjects/ide/plugins/OpenshiftPlugin.d.ts +0 -38
  100. package/dist/pageobjects/ide/plugins/OpenshiftPlugin.d.ts.map +0 -1
  101. package/dist/pageobjects/ide/plugins/PluginsView.d.ts +0 -43
  102. package/dist/pageobjects/ide/plugins/PluginsView.d.ts.map +0 -1
  103. package/dist/pageobjects/login/ICheLoginPage.d.ts +0 -13
  104. package/dist/pageobjects/login/ICheLoginPage.d.ts.map +0 -1
  105. package/dist/pageobjects/login/IOcpLoginPage.d.ts +0 -13
  106. package/dist/pageobjects/login/IOcpLoginPage.d.ts.map +0 -1
  107. package/dist/pageobjects/login/MultiUserLoginPage.d.ts +0 -18
  108. package/dist/pageobjects/login/MultiUserLoginPage.d.ts.map +0 -1
  109. package/dist/pageobjects/login/OcpUserLoginPage.d.ts +0 -18
  110. package/dist/pageobjects/login/OcpUserLoginPage.d.ts.map +0 -1
  111. package/dist/pageobjects/login/RegularUserOcpCheLoginPage.d.ts +0 -20
  112. package/dist/pageobjects/login/RegularUserOcpCheLoginPage.d.ts.map +0 -1
  113. package/dist/pageobjects/login/UpdateAccountInformationPage.d.ts +0 -24
  114. package/dist/pageobjects/login/UpdateAccountInformationPage.d.ts.map +0 -1
  115. package/dist/pageobjects/openshift/CheLoginPage.d.ts +0 -27
  116. package/dist/pageobjects/openshift/CheLoginPage.d.ts.map +0 -1
  117. package/dist/pageobjects/openshift/OcpLoginPage.d.ts +0 -30
  118. package/dist/pageobjects/openshift/OcpLoginPage.d.ts.map +0 -1
  119. package/dist/pageobjects/third-parties/GitLoginPage.d.ts +0 -27
  120. package/dist/pageobjects/third-parties/GitLoginPage.d.ts.map +0 -1
  121. package/dist/pageobjects/third-parties/GitOauthAppsSettings.d.ts +0 -33
  122. package/dist/pageobjects/third-parties/GitOauthAppsSettings.d.ts.map +0 -1
  123. package/dist/tests/devfiles/CSlashCPlusPlus.spec.d.ts +0 -12
  124. package/dist/tests/devfiles/CSlashCPlusPlus.spec.d.ts.map +0 -1
  125. package/dist/tests/devfiles/DevfileSmoke.spec.d.ts +0 -11
  126. package/dist/tests/devfiles/DevfileSmoke.spec.d.ts.map +0 -1
  127. package/dist/tests/devfiles/DotNetCore.spec.d.ts +0 -12
  128. package/dist/tests/devfiles/DotNetCore.spec.d.ts.map +0 -1
  129. package/dist/tests/devfiles/Go.spec.d.ts +0 -2
  130. package/dist/tests/devfiles/Go.spec.d.ts.map +0 -1
  131. package/dist/tests/devfiles/JavaMaven.spec.d.ts +0 -11
  132. package/dist/tests/devfiles/JavaMaven.spec.d.ts.map +0 -1
  133. package/dist/tests/devfiles/JavaSpringBoot.spec.d.ts +0 -11
  134. package/dist/tests/devfiles/JavaSpringBoot.spec.d.ts.map +0 -1
  135. package/dist/tests/devfiles/JavaVertx.spec.d.ts +0 -11
  136. package/dist/tests/devfiles/JavaVertx.spec.d.ts.map +0 -1
  137. package/dist/tests/devfiles/NodeJS.spec.d.ts +0 -2
  138. package/dist/tests/devfiles/NodeJS.spec.d.ts.map +0 -1
  139. package/dist/tests/devfiles/PHPSimple.spec.d.ts +0 -12
  140. package/dist/tests/devfiles/PHPSimple.spec.d.ts.map +0 -1
  141. package/dist/tests/devfiles/Python.spec.d.ts +0 -2
  142. package/dist/tests/devfiles/Python.spec.d.ts.map +0 -1
  143. package/dist/tests/devfiles/PythonDjango.spec.d.ts +0 -2
  144. package/dist/tests/devfiles/PythonDjango.spec.d.ts.map +0 -1
  145. package/dist/tests/devfiles/Quarkus.spec.d.ts +0 -2
  146. package/dist/tests/devfiles/Quarkus.spec.d.ts.map +0 -1
  147. package/dist/tests/devfiles/Scala.spec.d.ts +0 -11
  148. package/dist/tests/devfiles/Scala.spec.d.ts.map +0 -1
  149. package/dist/tests/e2e/FactoryUrl.spec.d.ts +0 -2
  150. package/dist/tests/e2e/FactoryUrl.spec.d.ts.map +0 -1
  151. package/dist/tests/e2e/GitPublishBranch.spec.d.ts +0 -11
  152. package/dist/tests/e2e/GitPublishBranch.spec.d.ts.map +0 -1
  153. package/dist/tests/e2e/GitSelfSignCert.spec.d.ts +0 -11
  154. package/dist/tests/e2e/GitSelfSignCert.spec.d.ts.map +0 -1
  155. package/dist/tests/e2e/GitSsh.spec.d.ts +0 -11
  156. package/dist/tests/e2e/GitSsh.spec.d.ts.map +0 -1
  157. package/dist/tests/e2e/OpenshiftConnector.spec.d.ts +0 -11
  158. package/dist/tests/e2e/OpenshiftConnector.spec.d.ts.map +0 -1
  159. package/dist/tests/e2e/factories/DirectUrlFactoryWithKeepDirectoryTest.spec.d.ts +0 -2
  160. package/dist/tests/e2e/factories/DirectUrlFactoryWithKeepDirectoryTest.spec.d.ts.map +0 -1
  161. package/dist/tests/e2e/factories/DirectUrlFactoryWithRootFolderTest.spec.d.ts +0 -2
  162. package/dist/tests/e2e/factories/DirectUrlFactoryWithRootFolderTest.spec.d.ts.map +0 -1
  163. package/dist/tests/e2e/factories/DirectUrlFactoryWithSpecificBranchTest.spec.d.ts +0 -2
  164. package/dist/tests/e2e/factories/DirectUrlFactoryWithSpecificBranchTest.spec.d.ts.map +0 -1
  165. package/dist/tests/e2e_happy_path/DevWorkspaceHappyPath.spec.d.ts +0 -2
  166. package/dist/tests/e2e_happy_path/DevWorkspaceHappyPath.spec.d.ts.map +0 -1
  167. package/dist/tests/e2e_happy_path/HappyPath.spec.d.ts +0 -11
  168. package/dist/tests/e2e_happy_path/HappyPath.spec.d.ts.map +0 -1
  169. package/dist/tests/intelij/IntelijOpenWorkspace.spec.d.ts +0 -11
  170. package/dist/tests/intelij/IntelijOpenWorkspace.spec.d.ts.map +0 -1
  171. package/dist/tests/load_test/LoadTest.spec.d.ts +0 -11
  172. package/dist/tests/load_test/LoadTest.spec.d.ts.map +0 -1
  173. package/dist/tests/login/LinkCheAndOcpUsers.spec.d.ts +0 -11
  174. package/dist/tests/login/LinkCheAndOcpUsers.spec.d.ts.map +0 -1
  175. package/dist/tests/login/Login.spec.d.ts +0 -11
  176. package/dist/tests/login/Login.spec.d.ts.map +0 -1
  177. package/dist/tests/plugins/GitHubPullRequestPlugin.spec.d.ts +0 -11
  178. package/dist/tests/plugins/GitHubPullRequestPlugin.spec.d.ts.map +0 -1
  179. package/dist/tests/plugins/InstallPluginUsingUI.spec.d.ts +0 -11
  180. package/dist/tests/plugins/InstallPluginUsingUI.spec.d.ts.map +0 -1
  181. package/dist/tests/plugins/JavaPlugin.spec.d.ts +0 -2
  182. package/dist/tests/plugins/JavaPlugin.spec.d.ts.map +0 -1
  183. package/dist/tests/plugins/PhpPlugin.spec.d.ts +0 -2
  184. package/dist/tests/plugins/PhpPlugin.spec.d.ts.map +0 -1
  185. package/dist/tests/plugins/PythonPlugin.spec.d.ts +0 -11
  186. package/dist/tests/plugins/PythonPlugin.spec.d.ts.map +0 -1
  187. package/dist/tests/plugins/TypescriptPlugin.spec.d.ts +0 -11
  188. package/dist/tests/plugins/TypescriptPlugin.spec.d.ts.map +0 -1
  189. package/dist/tests/plugins/VscodeKubernetesPlugin.spec.d.ts +0 -11
  190. package/dist/tests/plugins/VscodeKubernetesPlugin.spec.d.ts.map +0 -1
  191. package/dist/tests/plugins/VscodeShellcheckPlugin.spec.d.ts +0 -11
  192. package/dist/tests/plugins/VscodeShellcheckPlugin.spec.d.ts.map +0 -1
  193. package/dist/tests/plugins/VscodeValePlugin.spec.d.ts +0 -11
  194. package/dist/tests/plugins/VscodeValePlugin.spec.d.ts.map +0 -1
  195. package/dist/tests/plugins/VscodeXmlPlugin.spec.d.ts +0 -11
  196. package/dist/tests/plugins/VscodeXmlPlugin.spec.d.ts.map +0 -1
  197. package/dist/tests/plugins/VscodeYamlPlugin.spec.d.ts +0 -11
  198. package/dist/tests/plugins/VscodeYamlPlugin.spec.d.ts.map +0 -1
  199. package/dist/testsLibrary/CodeExecutionTests.d.ts +0 -49
  200. package/dist/testsLibrary/CodeExecutionTests.d.ts.map +0 -1
  201. package/dist/testsLibrary/LanguageServerTests.d.ts +0 -36
  202. package/dist/testsLibrary/LanguageServerTests.d.ts.map +0 -1
  203. package/dist/testsLibrary/ProjectAndFileTests.d.ts +0 -28
  204. package/dist/testsLibrary/ProjectAndFileTests.d.ts.map +0 -1
  205. package/dist/testsLibrary/WorkspaceHandlingTests.d.ts +0 -29
  206. package/dist/testsLibrary/WorkspaceHandlingTests.d.ts.map +0 -1
  207. package/dist/utils/AnimationChecker.d.ts +0 -16
  208. package/dist/utils/AnimationChecker.d.ts.map +0 -1
  209. package/dist/utils/BrowserTabsUtil.d.ts +0 -28
  210. package/dist/utils/BrowserTabsUtil.d.ts.map +0 -1
  211. package/dist/utils/DriverHelper.d.ts +0 -76
  212. package/dist/utils/DriverHelper.d.ts.map +0 -1
  213. package/dist/utils/KeycloackUrlHandler.d.ts +0 -15
  214. package/dist/utils/KeycloackUrlHandler.d.ts.map +0 -1
  215. package/dist/utils/Logger.d.ts +0 -39
  216. package/dist/utils/Logger.d.ts.map +0 -1
  217. package/dist/utils/PreferencesHandler.d.ts +0 -52
  218. package/dist/utils/PreferencesHandler.d.ts.map +0 -1
  219. package/dist/utils/Sanitizer.d.ts +0 -13
  220. package/dist/utils/Sanitizer.d.ts.map +0 -1
  221. package/dist/utils/ScreenCatcher.d.ts +0 -12
  222. package/dist/utils/ScreenCatcher.d.ts.map +0 -1
  223. package/dist/utils/VCS/CheGitApi.d.ts +0 -8
  224. package/dist/utils/VCS/CheGitApi.d.ts.map +0 -1
  225. package/dist/utils/VCS/github/GitHubUtil.d.ts +0 -15
  226. package/dist/utils/VCS/github/GitHubUtil.d.ts.map +0 -1
  227. package/dist/utils/WorkspaceNameHandler.d.ts +0 -17
  228. package/dist/utils/WorkspaceNameHandler.d.ts.map +0 -1
  229. package/dist/utils/requestHandlers/CheApiRequestHandler.d.ts +0 -28
  230. package/dist/utils/requestHandlers/CheApiRequestHandler.d.ts.map +0 -1
  231. package/dist/utils/requestHandlers/headers/CheMultiuserAuthorizationHeaderHandler.d.ts +0 -18
  232. package/dist/utils/requestHandlers/headers/CheMultiuserAuthorizationHeaderHandler.d.ts.map +0 -1
  233. package/dist/utils/requestHandlers/headers/IAuthorizationHeaderHandler.d.ts +0 -14
  234. package/dist/utils/requestHandlers/headers/IAuthorizationHeaderHandler.d.ts.map +0 -1
  235. package/dist/utils/requestHandlers/tokens/CheMultiuserTokenHandler.d.ts +0 -5
  236. package/dist/utils/requestHandlers/tokens/CheMultiuserTokenHandler.d.ts.map +0 -1
  237. package/dist/utils/requestHandlers/tokens/ITokenHandler.d.ts +0 -13
  238. package/dist/utils/requestHandlers/tokens/ITokenHandler.d.ts.map +0 -1
  239. package/dist/utils/workspace/ITestWorkspaceUtil.d.ts +0 -25
  240. package/dist/utils/workspace/ITestWorkspaceUtil.d.ts.map +0 -1
  241. package/dist/utils/workspace/TestWorkspaceUtil.d.ts +0 -34
  242. package/dist/utils/workspace/TestWorkspaceUtil.d.ts.map +0 -1
  243. package/dist/utils/workspace/WorkspaceStatus.d.ts +0 -15
  244. package/dist/utils/workspace/WorkspaceStatus.d.ts.map +0 -1
@@ -1,12 +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
- export declare function prepareEditorForLanguageServerTests(): void;
12
- //# sourceMappingURL=CSlashCPlusPlus.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CSlashCPlusPlus.spec.d.ts","sourceRoot":"","sources":["../../../tests/devfiles/CSlashCPlusPlus.spec.ts"],"names":[],"mappings":"AAAA;;;;;;;;wEAQwE;AACxE,OAAO,kBAAkB,CAAC;AA8D1B,wBAAgB,mCAAmC,SASlD"}
@@ -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=DevfileSmoke.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DevfileSmoke.spec.d.ts","sourceRoot":"","sources":["../../../tests/devfiles/DevfileSmoke.spec.ts"],"names":[],"mappings":"AAAA;;;;;;;;wEAQwE;AACxE,OAAO,kBAAkB,CAAC"}
@@ -1,12 +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
- export declare function prepareEditorForLanguageServerTests(): void;
12
- //# sourceMappingURL=DotNetCore.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DotNetCore.spec.d.ts","sourceRoot":"","sources":["../../../tests/devfiles/DotNetCore.spec.ts"],"names":[],"mappings":"AAAA;;;;;;;;wEAQwE;AACxE,OAAO,kBAAkB,CAAC;AAyE1B,wBAAgB,mCAAmC,SAOlD"}
@@ -1,2 +0,0 @@
1
- import 'reflect-metadata';
2
- //# sourceMappingURL=Go.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Go.spec.d.ts","sourceRoot":"","sources":["../../../tests/devfiles/Go.spec.ts"],"names":[],"mappings":"AAWA,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=JavaMaven.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"JavaMaven.spec.d.ts","sourceRoot":"","sources":["../../../tests/devfiles/JavaMaven.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=JavaSpringBoot.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"JavaSpringBoot.spec.d.ts","sourceRoot":"","sources":["../../../tests/devfiles/JavaSpringBoot.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=JavaVertx.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"JavaVertx.spec.d.ts","sourceRoot":"","sources":["../../../tests/devfiles/JavaVertx.spec.ts"],"names":[],"mappings":"AAAA;;;;;;;;wEAQwE;AACxE,OAAO,kBAAkB,CAAC"}
@@ -1,2 +0,0 @@
1
- import 'reflect-metadata';
2
- //# sourceMappingURL=NodeJS.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"NodeJS.spec.d.ts","sourceRoot":"","sources":["../../../tests/devfiles/NodeJS.spec.ts"],"names":[],"mappings":"AAUA,OAAO,kBAAkB,CAAC"}
@@ -1,12 +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
- export declare function prepareEditorForLanguageServerTests(): void;
12
- //# sourceMappingURL=PHPSimple.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PHPSimple.spec.d.ts","sourceRoot":"","sources":["../../../tests/devfiles/PHPSimple.spec.ts"],"names":[],"mappings":"AAAA;;;;;;;;wEAQwE;AACxE,OAAO,kBAAkB,CAAC;AAkE1B,wBAAgB,mCAAmC,SAOlD"}
@@ -1,2 +0,0 @@
1
- import 'reflect-metadata';
2
- //# sourceMappingURL=Python.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Python.spec.d.ts","sourceRoot":"","sources":["../../../tests/devfiles/Python.spec.ts"],"names":[],"mappings":"AAUA,OAAO,kBAAkB,CAAC"}
@@ -1,2 +0,0 @@
1
- import 'reflect-metadata';
2
- //# sourceMappingURL=PythonDjango.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PythonDjango.spec.d.ts","sourceRoot":"","sources":["../../../tests/devfiles/PythonDjango.spec.ts"],"names":[],"mappings":"AAUA,OAAO,kBAAkB,CAAC"}
@@ -1,2 +0,0 @@
1
- import 'reflect-metadata';
2
- //# sourceMappingURL=Quarkus.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Quarkus.spec.d.ts","sourceRoot":"","sources":["../../../tests/devfiles/Quarkus.spec.ts"],"names":[],"mappings":"AAUA,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=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"}