@eclipse-che/che-e2e 7.62.0 → 7.64.0-dev-20514b2
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.
- package/configs/inversify.config.ts +88 -0
- package/{inversify.types.ts → configs/inversify.types.ts} +6 -9
- package/configs/mocharc.ts +21 -0
- package/{generateIndex.sh → configs/sh-scripts/generateIndex.sh} +8 -10
- package/{initDevfileTests.sh → configs/sh-scripts/initDevfileTests.sh} +18 -27
- package/{TestConstants.ts → constants/TestConstants.ts} +1 -1
- package/{TimeoutConstants.ts → constants/TimeoutConstants.ts} +1 -1
- package/dist/configs/inversify.config.js +81 -0
- package/dist/configs/inversify.config.js.map +1 -0
- package/dist/{inversify.types.js → configs/inversify.types.js} +5 -8
- package/dist/configs/inversify.types.js.map +1 -0
- package/dist/configs/mocharc.js +20 -0
- package/dist/configs/mocharc.js.map +1 -0
- package/dist/{TestConstants.js → constants/TestConstants.js} +1 -1
- package/dist/constants/TestConstants.js.map +1 -0
- package/dist/{TimeoutConstants.js → constants/TimeoutConstants.js} +1 -1
- package/dist/constants/TimeoutConstants.js.map +1 -0
- package/dist/driver/ChromeDriver.js +2 -2
- package/dist/driver/ChromeDriver.js.map +1 -1
- package/dist/pageobjects/dashboard/CreateWorkspace.js +4 -4
- package/dist/pageobjects/dashboard/CreateWorkspace.js.map +1 -1
- package/dist/pageobjects/dashboard/Dashboard.js +4 -4
- package/dist/pageobjects/dashboard/Dashboard.js.map +1 -1
- package/dist/pageobjects/dashboard/Workspaces.js +3 -3
- package/dist/pageobjects/dashboard/Workspaces.js.map +1 -1
- package/dist/pageobjects/dashboard/workspace-details/WorkspaceDetails.js +10 -8
- package/dist/pageobjects/dashboard/workspace-details/WorkspaceDetails.js.map +1 -1
- package/dist/pageobjects/dashboard/workspace-details/WorkspaceDetailsPlugins.js +3 -3
- package/dist/pageobjects/dashboard/workspace-details/WorkspaceDetailsPlugins.js.map +1 -1
- package/dist/pageobjects/login/ICheLoginPage.js +1 -1
- package/dist/pageobjects/login/IOcpLoginPage.js +1 -1
- package/dist/pageobjects/login/MultiUserLoginPage.js +3 -3
- package/dist/pageobjects/login/MultiUserLoginPage.js.map +1 -1
- package/dist/pageobjects/login/OcpUserLoginPage.js +3 -3
- package/dist/pageobjects/login/OcpUserLoginPage.js.map +1 -1
- package/dist/pageobjects/login/RegularUserOcpCheLoginPage.js +4 -4
- package/dist/pageobjects/login/RegularUserOcpCheLoginPage.js.map +1 -1
- package/dist/pageobjects/login/UpdateAccountInformationPage.js +2 -2
- package/dist/pageobjects/login/UpdateAccountInformationPage.js.map +1 -1
- package/dist/pageobjects/openshift/CheLoginPage.js +3 -3
- package/dist/pageobjects/openshift/CheLoginPage.js.map +1 -1
- package/dist/pageobjects/openshift/OcpLoginPage.js +4 -4
- package/dist/pageobjects/openshift/OcpLoginPage.js.map +1 -1
- package/dist/pageobjects/third-parties/GitLoginPage.js +4 -4
- package/dist/pageobjects/third-parties/GitLoginPage.js.map +1 -1
- package/dist/pageobjects/third-parties/GitOauthAppsSettings.js +3 -3
- package/dist/pageobjects/third-parties/GitOauthAppsSettings.js.map +1 -1
- package/dist/{tests → specs}/MochaHooks.js +32 -18
- package/dist/specs/MochaHooks.js.map +1 -0
- package/dist/{tests/devfiles/che-code → specs/devfiles}/EmptyWorkspace.spec.js +10 -11
- package/dist/specs/devfiles/EmptyWorkspace.spec.js.map +1 -0
- package/dist/{tests → specs}/login/LinkCheAndOcpUsers.spec.js +13 -12
- package/dist/specs/login/LinkCheAndOcpUsers.spec.js.map +1 -0
- package/dist/{utils/AnimationChecker.js → tests-library/LoginTests.js} +26 -18
- package/dist/tests-library/LoginTests.js.map +1 -0
- package/dist/{testsLibrary/che-code/ProjectAndFileTestsCheCode.js → tests-library/ProjectAndFileTests.js} +11 -11
- package/dist/tests-library/ProjectAndFileTests.js.map +1 -0
- package/dist/{testsLibrary → tests-library}/WorkspaceHandlingTests.js +4 -4
- package/dist/tests-library/WorkspaceHandlingTests.js.map +1 -0
- package/dist/utils/BrowserTabsUtil.js +3 -3
- package/dist/utils/BrowserTabsUtil.js.map +1 -1
- package/dist/{driver → utils}/CheReporter.js +6 -10
- package/dist/utils/CheReporter.js.map +1 -0
- package/dist/utils/DriverHelper.js +3 -3
- package/dist/utils/DriverHelper.js.map +1 -1
- package/dist/utils/Logger.js +2 -2
- package/dist/utils/Logger.js.map +1 -1
- package/dist/utils/Sanitizer.js +1 -1
- package/dist/utils/ScreenCatcher.js +7 -7
- package/dist/utils/ScreenCatcher.js.map +1 -1
- package/dist/utils/WorkspaceNameHandler.js +2 -2
- package/dist/utils/WorkspaceNameHandler.js.map +1 -1
- package/dist/utils/{requestHandlers → request-handlers}/CheApiRequestHandler.js +3 -3
- package/dist/utils/request-handlers/CheApiRequestHandler.js.map +1 -0
- package/dist/utils/{requestHandlers → request-handlers}/headers/CheMultiuserAuthorizationHeaderHandler.js +1 -1
- package/dist/utils/request-handlers/headers/CheMultiuserAuthorizationHeaderHandler.js.map +1 -0
- package/dist/utils/{requestHandlers → request-handlers}/headers/IAuthorizationHeaderHandler.js +1 -1
- package/dist/utils/request-handlers/headers/IAuthorizationHeaderHandler.js.map +1 -0
- package/dist/utils/{requestHandlers → request-handlers}/tokens/CheMultiuserTokenHandler.js +2 -2
- package/dist/utils/request-handlers/tokens/CheMultiuserTokenHandler.js.map +1 -0
- package/dist/utils/{requestHandlers → request-handlers}/tokens/ITokenHandler.js +1 -1
- package/dist/utils/request-handlers/tokens/ITokenHandler.js.map +1 -0
- package/dist/utils/{VCS → vsc}/CheGitApi.js +2 -2
- package/dist/utils/vsc/CheGitApi.js.map +1 -0
- package/dist/utils/{VCS → vsc}/github/GitHubUtil.js.map +1 -1
- package/dist/utils/workspace/ApiUrlResolver.js +3 -3
- package/dist/utils/workspace/ApiUrlResolver.js.map +1 -1
- package/dist/utils/workspace/ITestWorkspaceUtil.js +1 -1
- package/dist/utils/workspace/TestWorkspaceUtil.js +4 -4
- package/dist/utils/workspace/TestWorkspaceUtil.js.map +1 -1
- package/dist/utils/workspace/WorkspaceStatus.js +1 -1
- package/driver/ChromeDriver.ts +2 -2
- package/driver/IDriver.ts +1 -1
- package/package.json +6 -37
- package/pageobjects/dashboard/CreateWorkspace.ts +4 -4
- package/pageobjects/dashboard/Dashboard.ts +4 -4
- package/pageobjects/dashboard/Workspaces.ts +3 -3
- package/pageobjects/dashboard/workspace-details/WorkspaceDetails.ts +8 -8
- package/pageobjects/dashboard/workspace-details/WorkspaceDetailsPlugins.ts +3 -4
- package/pageobjects/login/ICheLoginPage.ts +1 -1
- package/pageobjects/login/IOcpLoginPage.ts +1 -1
- package/pageobjects/login/MultiUserLoginPage.ts +3 -3
- package/pageobjects/login/OcpUserLoginPage.ts +3 -3
- package/pageobjects/login/RegularUserOcpCheLoginPage.ts +4 -4
- package/pageobjects/login/UpdateAccountInformationPage.ts +2 -2
- package/pageobjects/openshift/CheLoginPage.ts +3 -3
- package/pageobjects/openshift/OcpLoginPage.ts +4 -4
- package/pageobjects/third-parties/GitLoginPage.ts +4 -4
- package/pageobjects/third-parties/GitOauthAppsSettings.ts +3 -3
- package/specs/MochaHooks.ts +72 -0
- package/{tests/devfiles/che-code → specs/devfiles}/EmptyWorkspace.spec.ts +12 -9
- package/{tests → specs}/login/LinkCheAndOcpUsers.spec.ts +5 -4
- package/tests-library/LoginTests.ts +35 -0
- package/{testsLibrary/che-code/ProjectAndFileTestsCheCode.ts → tests-library/ProjectAndFileTests.ts} +6 -6
- package/{testsLibrary → tests-library}/WorkspaceHandlingTests.ts +4 -4
- package/utils/BrowserTabsUtil.ts +3 -3
- package/{driver → utils}/CheReporter.ts +10 -15
- package/utils/DriverHelper.ts +4 -4
- package/utils/Logger.ts +2 -2
- package/utils/Sanitizer.ts +1 -1
- package/utils/ScreenCatcher.ts +3 -3
- package/utils/WorkspaceNameHandler.ts +2 -2
- package/utils/{requestHandlers → request-handlers}/CheApiRequestHandler.ts +3 -3
- package/utils/{requestHandlers → request-handlers}/headers/CheMultiuserAuthorizationHeaderHandler.ts +2 -2
- package/utils/{requestHandlers → request-handlers}/headers/IAuthorizationHeaderHandler.ts +1 -1
- package/utils/{requestHandlers → request-handlers}/tokens/CheMultiuserTokenHandler.ts +2 -2
- package/utils/{requestHandlers → request-handlers}/tokens/ITokenHandler.ts +1 -1
- package/utils/{VCS → vsc}/CheGitApi.ts +2 -6
- package/utils/workspace/ApiUrlResolver.ts +3 -3
- package/utils/workspace/ITestWorkspaceUtil.ts +1 -1
- package/utils/workspace/TestWorkspaceUtil.ts +4 -4
- package/utils/workspace/WorkspaceStatus.ts +1 -1
- package/dist/TestConstants.js.map +0 -1
- package/dist/TimeoutConstants.js.map +0 -1
- package/dist/driver/CheReporter.js.map +0 -1
- package/dist/index.js +0 -94
- package/dist/index.js.map +0 -1
- package/dist/inversify.config.js +0 -133
- package/dist/inversify.config.js.map +0 -1
- package/dist/inversify.types.js.map +0 -1
- package/dist/pageobjects/ide/theia/ContextMenu.js +0 -66
- package/dist/pageobjects/ide/theia/ContextMenu.js.map +0 -1
- package/dist/pageobjects/ide/theia/DebugView.js +0 -98
- package/dist/pageobjects/ide/theia/DebugView.js.map +0 -1
- package/dist/pageobjects/ide/theia/DialogWindow.js +0 -102
- package/dist/pageobjects/ide/theia/DialogWindow.js.map +0 -1
- package/dist/pageobjects/ide/theia/Editor.js +0 -463
- package/dist/pageobjects/ide/theia/Editor.js.map +0 -1
- package/dist/pageobjects/ide/theia/Ide.js +0 -336
- package/dist/pageobjects/ide/theia/Ide.js.map +0 -1
- package/dist/pageobjects/ide/theia/LeftToolBar.js +0 -81
- package/dist/pageobjects/ide/theia/LeftToolBar.js.map +0 -1
- package/dist/pageobjects/ide/theia/NavigationBar.js +0 -57
- package/dist/pageobjects/ide/theia/NavigationBar.js.map +0 -1
- package/dist/pageobjects/ide/theia/NotificationCenter.js +0 -76
- package/dist/pageobjects/ide/theia/NotificationCenter.js.map +0 -1
- package/dist/pageobjects/ide/theia/OpenDialogWidget.js +0 -100
- package/dist/pageobjects/ide/theia/OpenDialogWidget.js.map +0 -1
- package/dist/pageobjects/ide/theia/OpenEditors.js +0 -73
- package/dist/pageobjects/ide/theia/OpenEditors.js.map +0 -1
- package/dist/pageobjects/ide/theia/OpenWorkspaceWidget.js +0 -62
- package/dist/pageobjects/ide/theia/OpenWorkspaceWidget.js.map +0 -1
- package/dist/pageobjects/ide/theia/PreviewWidget.js +0 -134
- package/dist/pageobjects/ide/theia/PreviewWidget.js.map +0 -1
- package/dist/pageobjects/ide/theia/ProjectTree.js +0 -282
- package/dist/pageobjects/ide/theia/ProjectTree.js.map +0 -1
- package/dist/pageobjects/ide/theia/QuickOpenContainer.js +0 -70
- package/dist/pageobjects/ide/theia/QuickOpenContainer.js.map +0 -1
- package/dist/pageobjects/ide/theia/RightToolBar.js +0 -51
- package/dist/pageobjects/ide/theia/RightToolBar.js.map +0 -1
- package/dist/pageobjects/ide/theia/Terminal.js +0 -184
- package/dist/pageobjects/ide/theia/Terminal.js.map +0 -1
- package/dist/pageobjects/ide/theia/TopMenu.js +0 -109
- package/dist/pageobjects/ide/theia/TopMenu.js.map +0 -1
- package/dist/pageobjects/ide/theia/plugins/GitHubPullRequestPlugin.js +0 -128
- package/dist/pageobjects/ide/theia/plugins/GitHubPullRequestPlugin.js.map +0 -1
- package/dist/pageobjects/ide/theia/plugins/GitPlugin.js +0 -120
- package/dist/pageobjects/ide/theia/plugins/GitPlugin.js.map +0 -1
- package/dist/pageobjects/ide/theia/plugins/KubernetesPlugin.js +0 -107
- package/dist/pageobjects/ide/theia/plugins/KubernetesPlugin.js.map +0 -1
- package/dist/pageobjects/ide/theia/plugins/OpenshiftPlugin.js +0 -99
- package/dist/pageobjects/ide/theia/plugins/OpenshiftPlugin.js.map +0 -1
- package/dist/pageobjects/ide/theia/plugins/PluginsView.js +0 -166
- package/dist/pageobjects/ide/theia/plugins/PluginsView.js.map +0 -1
- package/dist/tests/MochaHooks.js.map +0 -1
- package/dist/tests/devfiles/che-code/EmptyWorkspace.spec.js.map +0 -1
- package/dist/tests/devfiles/theia/CSlashCPlusPlus.spec.js +0 -73
- package/dist/tests/devfiles/theia/CSlashCPlusPlus.spec.js.map +0 -1
- package/dist/tests/devfiles/theia/DevfileSmoke.spec.js +0 -47
- package/dist/tests/devfiles/theia/DevfileSmoke.spec.js.map +0 -1
- package/dist/tests/devfiles/theia/DotNetCore.spec.js +0 -81
- package/dist/tests/devfiles/theia/DotNetCore.spec.js.map +0 -1
- package/dist/tests/devfiles/theia/Go.spec.js +0 -72
- package/dist/tests/devfiles/theia/Go.spec.js.map +0 -1
- package/dist/tests/devfiles/theia/JavaMaven.spec.js +0 -60
- package/dist/tests/devfiles/theia/JavaMaven.spec.js.map +0 -1
- package/dist/tests/devfiles/theia/JavaSpringBoot.spec.js +0 -66
- package/dist/tests/devfiles/theia/JavaSpringBoot.spec.js.map +0 -1
- package/dist/tests/devfiles/theia/JavaVertx.spec.js +0 -60
- package/dist/tests/devfiles/theia/JavaVertx.spec.js.map +0 -1
- package/dist/tests/devfiles/theia/NodeJS.spec.js +0 -64
- package/dist/tests/devfiles/theia/NodeJS.spec.js.map +0 -1
- package/dist/tests/devfiles/theia/PHPSimple.spec.js +0 -74
- package/dist/tests/devfiles/theia/PHPSimple.spec.js.map +0 -1
- package/dist/tests/devfiles/theia/Python.spec.js +0 -58
- package/dist/tests/devfiles/theia/Python.spec.js.map +0 -1
- package/dist/tests/devfiles/theia/PythonDjango.spec.js +0 -61
- package/dist/tests/devfiles/theia/PythonDjango.spec.js.map +0 -1
- package/dist/tests/devfiles/theia/Quarkus.spec.js +0 -69
- package/dist/tests/devfiles/theia/Quarkus.spec.js.map +0 -1
- package/dist/tests/devfiles/theia/Scala.spec.js +0 -66
- package/dist/tests/devfiles/theia/Scala.spec.js.map +0 -1
- package/dist/tests/e2e/theia/FactoryUrl.spec.js +0 -40
- package/dist/tests/e2e/theia/FactoryUrl.spec.js.map +0 -1
- package/dist/tests/e2e/theia/GitPublishBranch.spec.js +0 -90
- package/dist/tests/e2e/theia/GitPublishBranch.spec.js.map +0 -1
- package/dist/tests/e2e/theia/GitSelfSignCert.spec.js +0 -90
- package/dist/tests/e2e/theia/GitSelfSignCert.spec.js.map +0 -1
- package/dist/tests/e2e/theia/GitSsh.spec.js +0 -120
- package/dist/tests/e2e/theia/GitSsh.spec.js.map +0 -1
- package/dist/tests/e2e/theia/OpenshiftConnector.spec.js +0 -124
- package/dist/tests/e2e/theia/OpenshiftConnector.spec.js.map +0 -1
- package/dist/tests/e2e/theia/factories/DirectUrlFactoryWithKeepDirectoryTest.spec.js +0 -50
- package/dist/tests/e2e/theia/factories/DirectUrlFactoryWithKeepDirectoryTest.spec.js.map +0 -1
- package/dist/tests/e2e/theia/factories/DirectUrlFactoryWithRootFolderTest.spec.js +0 -48
- package/dist/tests/e2e/theia/factories/DirectUrlFactoryWithRootFolderTest.spec.js.map +0 -1
- package/dist/tests/e2e/theia/factories/DirectUrlFactoryWithSpecificBranchTest.spec.js +0 -48
- package/dist/tests/e2e/theia/factories/DirectUrlFactoryWithSpecificBranchTest.spec.js.map +0 -1
- package/dist/tests/e2e_happy_path/theia/DevWorkspaceHappyPath.spec.js +0 -277
- package/dist/tests/e2e_happy_path/theia/DevWorkspaceHappyPath.spec.js.map +0 -1
- package/dist/tests/e2e_happy_path/theia/HappyPath.spec.js +0 -314
- package/dist/tests/e2e_happy_path/theia/HappyPath.spec.js.map +0 -1
- package/dist/tests/intelij/IntelijOpenWorkspace.spec.js +0 -39
- package/dist/tests/intelij/IntelijOpenWorkspace.spec.js.map +0 -1
- package/dist/tests/load_test/theia/LoadTest.spec.js +0 -41
- package/dist/tests/load_test/theia/LoadTest.spec.js.map +0 -1
- package/dist/tests/login/LinkCheAndOcpUsers.spec.js.map +0 -1
- package/dist/tests/login/Login.spec.js +0 -28
- package/dist/tests/login/Login.spec.js.map +0 -1
- package/dist/tests/plugins/theia/GitHubPullRequestPlugin.spec.js +0 -117
- package/dist/tests/plugins/theia/GitHubPullRequestPlugin.spec.js.map +0 -1
- package/dist/tests/plugins/theia/InstallPluginUsingUI.spec.js +0 -62
- package/dist/tests/plugins/theia/InstallPluginUsingUI.spec.js.map +0 -1
- package/dist/tests/plugins/theia/JavaPlugin.spec.js +0 -82
- package/dist/tests/plugins/theia/JavaPlugin.spec.js.map +0 -1
- package/dist/tests/plugins/theia/PhpPlugin.spec.js +0 -96
- package/dist/tests/plugins/theia/PhpPlugin.spec.js.map +0 -1
- package/dist/tests/plugins/theia/PythonPlugin.spec.js +0 -72
- package/dist/tests/plugins/theia/PythonPlugin.spec.js.map +0 -1
- package/dist/tests/plugins/theia/TypescriptPlugin.spec.js +0 -135
- package/dist/tests/plugins/theia/TypescriptPlugin.spec.js.map +0 -1
- package/dist/tests/plugins/theia/VscodeKubernetesPlugin.spec.js +0 -69
- package/dist/tests/plugins/theia/VscodeKubernetesPlugin.spec.js.map +0 -1
- package/dist/tests/plugins/theia/VscodeShellcheckPlugin.spec.js +0 -82
- package/dist/tests/plugins/theia/VscodeShellcheckPlugin.spec.js.map +0 -1
- package/dist/tests/plugins/theia/VscodeValePlugin.spec.js +0 -70
- package/dist/tests/plugins/theia/VscodeValePlugin.spec.js.map +0 -1
- package/dist/tests/plugins/theia/VscodeXmlPlugin.spec.js +0 -81
- package/dist/tests/plugins/theia/VscodeXmlPlugin.spec.js.map +0 -1
- package/dist/tests/plugins/theia/VscodeYamlPlugin.spec.js +0 -78
- package/dist/tests/plugins/theia/VscodeYamlPlugin.spec.js.map +0 -1
- package/dist/testsLibrary/WorkspaceHandlingTests.js.map +0 -1
- package/dist/testsLibrary/che-code/ProjectAndFileTestsCheCode.js.map +0 -1
- package/dist/testsLibrary/theia/CodeExecutionTestsTheia.js +0 -248
- package/dist/testsLibrary/theia/CodeExecutionTestsTheia.js.map +0 -1
- package/dist/testsLibrary/theia/LanguageServerTestsTheia.js +0 -230
- package/dist/testsLibrary/theia/LanguageServerTestsTheia.js.map +0 -1
- package/dist/testsLibrary/theia/ProjectAndFileTestsTheia.js +0 -133
- package/dist/testsLibrary/theia/ProjectAndFileTestsTheia.js.map +0 -1
- package/dist/utils/AnimationChecker.js.map +0 -1
- package/dist/utils/VCS/CheGitApi.js.map +0 -1
- package/dist/utils/requestHandlers/CheApiRequestHandler.js.map +0 -1
- package/dist/utils/requestHandlers/headers/CheMultiuserAuthorizationHeaderHandler.js.map +0 -1
- package/dist/utils/requestHandlers/headers/IAuthorizationHeaderHandler.js.map +0 -1
- package/dist/utils/requestHandlers/tokens/CheMultiuserTokenHandler.js.map +0 -1
- package/dist/utils/requestHandlers/tokens/ITokenHandler.js.map +0 -1
- package/dist/utils/theia/PreferencesHandlerTheia.js +0 -142
- package/dist/utils/theia/PreferencesHandlerTheia.js.map +0 -1
- package/index.ts +0 -69
- package/initPluginTest.sh +0 -9
- package/inversify.config.ts +0 -141
- package/mocha-all-devfiles-che-code.json +0 -12
- package/mocha-all-devfiles-theia.json +0 -15
- package/mocha-all-factories-che-code.json +0 -14
- package/mocha-all-factories-theia.json +0 -16
- package/mocha-all-plugins-che-code.json +0 -13
- package/mocha-all-plugins-theia.json +0 -15
- package/mocha-che-code.json +0 -12
- package/mocha-connector-theia.json +0 -12
- package/mocha-devworkspace-happy-path-che-code.json +0 -13
- package/mocha-devworkspace-happy-path-theia.json +0 -14
- package/mocha-empty-workspace-devworkspace-happy-path-che-code.json +0 -14
- package/mocha-factory-che-code.json +0 -13
- package/mocha-factory-theia.json +0 -14
- package/mocha-git-publish-branch-theia.json +0 -14
- package/mocha-git-self-sign-cert-theia.json +0 -14
- package/mocha-git-ssh-theia.json +0 -14
- package/mocha-happy-path-che-code.json +0 -14
- package/mocha-happy-path-theia.json +0 -15
- package/mocha-java-maven.json +0 -13
- package/mocha-java-springboot-che-code.json +0 -12
- package/mocha-java-springboot-theia.json +0 -13
- package/mocha-java-vertx-che-code.json +0 -12
- package/mocha-java-vertx-theia.json +0 -13
- package/mocha-load-theia.json +0 -12
- package/mocha-scala.json +0 -13
- package/mocha-single-devfile.json +0 -11
- package/mocha-theia.json +0 -12
- package/mocha-ws-creation-and-ls-theia.json +0 -12
- package/mocha.intelij.json +0 -13
- package/mocha.ocp.link.json +0 -11
- package/mocha.single.plugin.json +0 -8
- package/pageobjects/ide/theia/ContextMenu.ts +0 -55
- package/pageobjects/ide/theia/DebugView.ts +0 -88
- package/pageobjects/ide/theia/DialogWindow.ts +0 -101
- package/pageobjects/ide/theia/Editor.ts +0 -601
- package/pageobjects/ide/theia/Ide.ts +0 -393
- package/pageobjects/ide/theia/LeftToolBar.ts +0 -81
- package/pageobjects/ide/theia/NavigationBar.ts +0 -41
- package/pageobjects/ide/theia/NotificationCenter.ts +0 -75
- package/pageobjects/ide/theia/OpenDialogWidget.ts +0 -92
- package/pageobjects/ide/theia/OpenEditors.ts +0 -63
- package/pageobjects/ide/theia/OpenWorkspaceWidget.ts +0 -48
- package/pageobjects/ide/theia/PreviewWidget.ts +0 -142
- package/pageobjects/ide/theia/ProjectTree.ts +0 -338
- package/pageobjects/ide/theia/QuickOpenContainer.ts +0 -59
- package/pageobjects/ide/theia/RightToolBar.ts +0 -34
- package/pageobjects/ide/theia/Terminal.ts +0 -219
- package/pageobjects/ide/theia/TopMenu.ts +0 -103
- package/pageobjects/ide/theia/plugins/GitHubPullRequestPlugin.ts +0 -130
- package/pageobjects/ide/theia/plugins/GitPlugin.ts +0 -118
- package/pageobjects/ide/theia/plugins/KubernetesPlugin.ts +0 -113
- package/pageobjects/ide/theia/plugins/OpenshiftPlugin.ts +0 -87
- package/pageobjects/ide/theia/plugins/PluginsView.ts +0 -191
- package/tests/MochaHooks.ts +0 -57
- package/tests/devfiles/theia/CSlashCPlusPlus.spec.ts +0 -78
- package/tests/devfiles/theia/DevfileSmoke.spec.ts +0 -50
- package/tests/devfiles/theia/DotNetCore.spec.ts +0 -87
- package/tests/devfiles/theia/Go.spec.ts +0 -81
- package/tests/devfiles/theia/JavaMaven.spec.ts +0 -64
- package/tests/devfiles/theia/JavaSpringBoot.spec.ts +0 -71
- package/tests/devfiles/theia/JavaVertx.spec.ts +0 -65
- package/tests/devfiles/theia/NodeJS.spec.ts +0 -71
- package/tests/devfiles/theia/PHPSimple.spec.ts +0 -80
- package/tests/devfiles/theia/Python.spec.ts +0 -64
- package/tests/devfiles/theia/PythonDjango.spec.ts +0 -67
- package/tests/devfiles/theia/Quarkus.spec.ts +0 -76
- package/tests/devfiles/theia/Scala.spec.ts +0 -70
- package/tests/e2e/theia/FactoryUrl.spec.ts +0 -47
- package/tests/e2e/theia/GitPublishBranch.spec.ts +0 -109
- package/tests/e2e/theia/GitSelfSignCert.spec.ts +0 -110
- package/tests/e2e/theia/GitSsh.spec.ts +0 -144
- package/tests/e2e/theia/OpenshiftConnector.spec.ts +0 -144
- package/tests/e2e/theia/factories/DirectUrlFactoryWithKeepDirectoryTest.spec.ts +0 -60
- package/tests/e2e/theia/factories/DirectUrlFactoryWithRootFolderTest.spec.ts +0 -57
- package/tests/e2e/theia/factories/DirectUrlFactoryWithSpecificBranchTest.spec.ts +0 -57
- package/tests/e2e_happy_path/theia/DevWorkspaceHappyPath.spec.ts +0 -294
- package/tests/e2e_happy_path/theia/HappyPath.spec.ts +0 -348
- package/tests/intelij/IntelijOpenWorkspace.spec.ts +0 -47
- package/tests/load_test/theia/LoadTest.spec.ts +0 -55
- package/tests/login/Login.spec.ts +0 -31
- package/tests/plugins/theia/GitHubPullRequestPlugin.spec.ts +0 -147
- package/tests/plugins/theia/InstallPluginUsingUI.spec.ts +0 -77
- package/tests/plugins/theia/JavaPlugin.spec.ts +0 -100
- package/tests/plugins/theia/PhpPlugin.spec.ts +0 -115
- package/tests/plugins/theia/PythonPlugin.spec.ts +0 -86
- package/tests/plugins/theia/TypescriptPlugin.spec.ts +0 -168
- package/tests/plugins/theia/VscodeKubernetesPlugin.spec.ts +0 -83
- package/tests/plugins/theia/VscodeShellcheckPlugin.spec.ts +0 -100
- package/tests/plugins/theia/VscodeValePlugin.spec.ts +0 -85
- package/tests/plugins/theia/VscodeXmlPlugin.spec.ts +0 -104
- package/tests/plugins/theia/VscodeYamlPlugin.spec.ts +0 -99
- package/testsLibrary/theia/CodeExecutionTestsTheia.ts +0 -220
- package/testsLibrary/theia/LanguageServerTestsTheia.ts +0 -205
- package/testsLibrary/theia/ProjectAndFileTestsTheia.ts +0 -113
- package/utils/AnimationChecker.ts +0 -27
- package/utils/theia/PreferencesHandlerTheia.ts +0 -123
- /package/{initDefaultValues.sh → configs/sh-scripts/initDefaultValues.sh} +0 -0
- /package/dist/utils/{VCS → vsc}/github/GitHubUtil.js +0 -0
- /package/utils/{VCS → vsc}/github/GitHubUtil.ts +0 -0
package/index.ts
DELETED
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
import * as inversifyConfig from './inversify.config';
|
|
2
|
-
export { inversifyConfig };
|
|
3
|
-
export * from './inversify.types';
|
|
4
|
-
export * from './TestConstants';
|
|
5
|
-
export * from './TimeoutConstants';
|
|
6
|
-
|
|
7
|
-
export * from './driver/ChromeDriver';
|
|
8
|
-
export * from './driver/IDriver';
|
|
9
|
-
export * from './utils/AnimationChecker';
|
|
10
|
-
export * from './utils/BrowserTabsUtil';
|
|
11
|
-
export * from './utils/DriverHelper';
|
|
12
|
-
export * from './utils/Logger';
|
|
13
|
-
export * from './utils/theia/PreferencesHandlerTheia';
|
|
14
|
-
export * from './utils/requestHandlers/CheApiRequestHandler';
|
|
15
|
-
export * from './utils/requestHandlers/headers/CheMultiuserAuthorizationHeaderHandler';
|
|
16
|
-
export * from './utils/requestHandlers/headers/IAuthorizationHeaderHandler';
|
|
17
|
-
export * from './utils/requestHandlers/tokens/CheMultiuserTokenHandler';
|
|
18
|
-
export * from './utils/requestHandlers/tokens/ITokenHandler';
|
|
19
|
-
export * from './utils/Sanitizer';
|
|
20
|
-
export * from './utils/ScreenCatcher';
|
|
21
|
-
export * from './utils/VCS/CheGitApi';
|
|
22
|
-
export * from './utils/VCS/github/GitHubUtil';
|
|
23
|
-
export * from './utils/workspace/ApiUrlResolver';
|
|
24
|
-
export * from './utils/workspace/ITestWorkspaceUtil';
|
|
25
|
-
export * from './utils/WorkspaceNameHandler';
|
|
26
|
-
export * from './utils/workspace/TestWorkspaceUtil';
|
|
27
|
-
export * from './utils/workspace/WorkspaceStatus';
|
|
28
|
-
export * from './pageobjects/dashboard/CreateWorkspace';
|
|
29
|
-
export * from './pageobjects/dashboard/Dashboard';
|
|
30
|
-
export * from './pageobjects/dashboard/workspace-details/WorkspaceDetailsPlugins';
|
|
31
|
-
export * from './pageobjects/dashboard/workspace-details/WorkspaceDetails';
|
|
32
|
-
export * from './pageobjects/dashboard/Workspaces';
|
|
33
|
-
export * from './pageobjects/ide/theia/ContextMenu';
|
|
34
|
-
export * from './pageobjects/ide/theia/DebugView';
|
|
35
|
-
export * from './pageobjects/ide/theia/DialogWindow';
|
|
36
|
-
export * from './pageobjects/ide/theia/Editor';
|
|
37
|
-
export * from './pageobjects/ide/theia/Ide';
|
|
38
|
-
export * from './pageobjects/ide/theia/LeftToolBar';
|
|
39
|
-
export * from './pageobjects/ide/theia/NavigationBar';
|
|
40
|
-
export * from './pageobjects/ide/theia/NotificationCenter';
|
|
41
|
-
export * from './pageobjects/ide/theia/OpenDialogWidget';
|
|
42
|
-
export * from './pageobjects/ide/theia/OpenEditors';
|
|
43
|
-
export * from './pageobjects/ide/theia/OpenWorkspaceWidget';
|
|
44
|
-
export * from './pageobjects/ide/theia/plugins/GitHubPullRequestPlugin';
|
|
45
|
-
export * from './pageobjects/ide/theia/plugins/GitPlugin';
|
|
46
|
-
export * from './pageobjects/ide/theia/plugins/KubernetesPlugin';
|
|
47
|
-
export * from './pageobjects/ide/theia/plugins/OpenshiftPlugin';
|
|
48
|
-
export * from './pageobjects/ide/theia/plugins/PluginsView';
|
|
49
|
-
export * from './pageobjects/ide/theia/PreviewWidget';
|
|
50
|
-
export * from './pageobjects/ide/theia/ProjectTree';
|
|
51
|
-
export * from './pageobjects/ide/theia/QuickOpenContainer';
|
|
52
|
-
export * from './pageobjects/ide/theia/RightToolBar';
|
|
53
|
-
export * from './pageobjects/ide/theia/Terminal';
|
|
54
|
-
export * from './pageobjects/ide/theia/TopMenu';
|
|
55
|
-
export * from './pageobjects/login/ICheLoginPage';
|
|
56
|
-
export * from './pageobjects/login/IOcpLoginPage';
|
|
57
|
-
export * from './pageobjects/login/MultiUserLoginPage';
|
|
58
|
-
export * from './pageobjects/login/OcpUserLoginPage';
|
|
59
|
-
export * from './pageobjects/login/RegularUserOcpCheLoginPage';
|
|
60
|
-
export * from './pageobjects/login/UpdateAccountInformationPage';
|
|
61
|
-
export * from './pageobjects/openshift/CheLoginPage';
|
|
62
|
-
export * from './pageobjects/openshift/OcpLoginPage';
|
|
63
|
-
export * from './pageobjects/third-parties/GitLoginPage';
|
|
64
|
-
export * from './pageobjects/third-parties/GitOauthAppsSettings';
|
|
65
|
-
export * from './testsLibrary/theia/CodeExecutionTestsTheia';
|
|
66
|
-
export * from './testsLibrary/theia/LanguageServerTestsTheia';
|
|
67
|
-
export * from './testsLibrary/theia/ProjectAndFileTestsTheia';
|
|
68
|
-
export * from './testsLibrary/che-code/ProjectAndFileTestsCheCode';
|
|
69
|
-
export * from './testsLibrary/WorkspaceHandlingTests';
|
package/initPluginTest.sh
DELETED
package/inversify.config.ts
DELETED
|
@@ -1,141 +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
|
-
|
|
11
|
-
import 'reflect-metadata';
|
|
12
|
-
import { Container } from 'inversify';
|
|
13
|
-
import { IDriver } from './driver/IDriver';
|
|
14
|
-
import { ChromeDriver } from './driver/ChromeDriver';
|
|
15
|
-
import { TYPES, CLASSES } from './inversify.types';
|
|
16
|
-
import { TestWorkspaceUtil } from './utils/workspace/TestWorkspaceUtil';
|
|
17
|
-
import { IOcpLoginPage } from './pageobjects/login/IOcpLoginPage';
|
|
18
|
-
import { OcpUserLoginPage } from './pageobjects/login/OcpUserLoginPage';
|
|
19
|
-
import { TestConstants } from './TestConstants';
|
|
20
|
-
import { ICheLoginPage } from './pageobjects/login/ICheLoginPage';
|
|
21
|
-
import { RegularUserOcpCheLoginPage } from './pageobjects/login/RegularUserOcpCheLoginPage';
|
|
22
|
-
import { MultiUserLoginPage } from './pageobjects/login/MultiUserLoginPage';
|
|
23
|
-
import { ContextMenu } from './pageobjects/ide/theia/ContextMenu';
|
|
24
|
-
import { DriverHelper } from './utils/DriverHelper';
|
|
25
|
-
import { Dashboard } from './pageobjects/dashboard/Dashboard';
|
|
26
|
-
import { Workspaces } from './pageobjects/dashboard/Workspaces';
|
|
27
|
-
import { WorkspaceDetails } from './pageobjects/dashboard/workspace-details/WorkspaceDetails';
|
|
28
|
-
import { WorkspaceDetailsPlugins } from './pageobjects/dashboard/workspace-details/WorkspaceDetailsPlugins';
|
|
29
|
-
import { Ide } from './pageobjects/ide/theia/Ide';
|
|
30
|
-
import { ProjectTree } from './pageobjects/ide/theia/ProjectTree';
|
|
31
|
-
import { OpenEditors } from './pageobjects/ide/theia/OpenEditors';
|
|
32
|
-
import { Editor } from './pageobjects/ide/theia/Editor';
|
|
33
|
-
import { TopMenu } from './pageobjects/ide/theia/TopMenu';
|
|
34
|
-
import { QuickOpenContainer } from './pageobjects/ide/theia/QuickOpenContainer';
|
|
35
|
-
import { PreviewWidget } from './pageobjects/ide/theia/PreviewWidget';
|
|
36
|
-
import { GitPlugin } from './pageobjects/ide/theia/plugins/GitPlugin';
|
|
37
|
-
import { RightToolBar } from './pageobjects/ide/theia/RightToolBar';
|
|
38
|
-
import { Terminal } from './pageobjects/ide/theia/Terminal';
|
|
39
|
-
import { DebugView } from './pageobjects/ide/theia/DebugView';
|
|
40
|
-
import { DialogWindow } from './pageobjects/ide/theia/DialogWindow';
|
|
41
|
-
import { ScreenCatcher } from './utils/ScreenCatcher';
|
|
42
|
-
import { OcpLoginPage } from './pageobjects/openshift/OcpLoginPage';
|
|
43
|
-
import { OpenWorkspaceWidget } from './pageobjects/ide/theia/OpenWorkspaceWidget';
|
|
44
|
-
import { CheLoginPage } from './pageobjects/openshift/CheLoginPage';
|
|
45
|
-
import { NotificationCenter } from './pageobjects/ide/theia/NotificationCenter';
|
|
46
|
-
import { PreferencesHandlerTheia } from './utils/theia/PreferencesHandlerTheia';
|
|
47
|
-
import { IAuthorizationHeaderHandler } from './utils/requestHandlers/headers/IAuthorizationHeaderHandler';
|
|
48
|
-
import { CheMultiuserAuthorizationHeaderHandler } from './utils/requestHandlers/headers/CheMultiuserAuthorizationHeaderHandler';
|
|
49
|
-
import { CheMultiuserTokenHandler } from './utils/requestHandlers/tokens/CheMultiuserTokenHandler';
|
|
50
|
-
import { ITokenHandler } from './utils/requestHandlers/tokens/ITokenHandler';
|
|
51
|
-
import { CheApiRequestHandler } from './utils/requestHandlers/CheApiRequestHandler';
|
|
52
|
-
import { CheGitApi } from './utils/VCS/CheGitApi';
|
|
53
|
-
import { GitHubUtil } from './utils/VCS/github/GitHubUtil';
|
|
54
|
-
import { CreateWorkspace } from './pageobjects/dashboard/CreateWorkspace';
|
|
55
|
-
import { OpenshiftPlugin } from './pageobjects/ide/theia/plugins/OpenshiftPlugin';
|
|
56
|
-
import { OpenDialogWidget } from './pageobjects/ide/theia/OpenDialogWidget';
|
|
57
|
-
import { UpdateAccountInformationPage } from './pageobjects/login/UpdateAccountInformationPage';
|
|
58
|
-
import { LeftToolBar } from './pageobjects/ide/theia/LeftToolBar';
|
|
59
|
-
import { KubernetesPlugin } from './pageobjects/ide/theia/plugins/KubernetesPlugin';
|
|
60
|
-
import { BrowserTabsUtil } from './utils/BrowserTabsUtil';
|
|
61
|
-
import { PluginsView } from './pageobjects/ide/theia/plugins/PluginsView';
|
|
62
|
-
import { LanguageServerTestsTheia } from './testsLibrary/theia/LanguageServerTestsTheia';
|
|
63
|
-
import { CodeExecutionTestsTheia } from './testsLibrary/theia/CodeExecutionTestsTheia';
|
|
64
|
-
import { ProjectAndFileTestsTheia } from './testsLibrary/theia/ProjectAndFileTestsTheia';
|
|
65
|
-
import { WorkspaceHandlingTests } from './testsLibrary/WorkspaceHandlingTests';
|
|
66
|
-
import { GitHubPullRequestPlugin } from './pageobjects/ide/theia/plugins/GitHubPullRequestPlugin';
|
|
67
|
-
import { GitLoginPage } from './pageobjects/third-parties/GitLoginPage';
|
|
68
|
-
import { GitOauthAppsSettings } from './pageobjects/third-parties/GitOauthAppsSettings';
|
|
69
|
-
import { AnimationChecker } from './utils/AnimationChecker';
|
|
70
|
-
import { WorkspaceNameHandler } from './utils/WorkspaceNameHandler';
|
|
71
|
-
import { Sanitizer } from './utils/Sanitizer';
|
|
72
|
-
import { NavigationBar } from './pageobjects/ide/theia/NavigationBar';
|
|
73
|
-
import { ApiUrlResolver } from './utils/workspace/ApiUrlResolver';
|
|
74
|
-
import { ITestWorkspaceUtil } from './utils/workspace/ITestWorkspaceUtil';
|
|
75
|
-
import { ProjectAndFileTestsCheCode } from './testsLibrary/che-code/ProjectAndFileTestsCheCode';
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
const e2eContainer: Container = new Container({ defaultScope: 'Transient' });
|
|
79
|
-
|
|
80
|
-
e2eContainer.bind<IDriver>(TYPES.Driver).to(ChromeDriver).inSingletonScope();
|
|
81
|
-
e2eContainer.bind<ITestWorkspaceUtil>(TYPES.WorkspaceUtil).to(TestWorkspaceUtil);
|
|
82
|
-
e2eContainer.bind<IOcpLoginPage>(TYPES.OcpLogin).to(OcpUserLoginPage);
|
|
83
|
-
e2eContainer.bind<IAuthorizationHeaderHandler>(TYPES.IAuthorizationHeaderHandler).to(CheMultiuserAuthorizationHeaderHandler);
|
|
84
|
-
e2eContainer.bind<ITokenHandler>(TYPES.ITokenHandler).to(CheMultiuserTokenHandler);
|
|
85
|
-
|
|
86
|
-
if (JSON.parse(TestConstants.TS_SELENIUM_VALUE_OPENSHIFT_OAUTH)) {
|
|
87
|
-
e2eContainer.bind<ICheLoginPage>(TYPES.CheLogin).to(RegularUserOcpCheLoginPage);
|
|
88
|
-
} else {
|
|
89
|
-
e2eContainer.bind<ICheLoginPage>(TYPES.CheLogin).to(MultiUserLoginPage);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
e2eContainer.bind<BrowserTabsUtil>(CLASSES.BrowserTabsUtil).to(BrowserTabsUtil);
|
|
93
|
-
e2eContainer.bind<ContextMenu>(CLASSES.ContextMenu).to(ContextMenu);
|
|
94
|
-
e2eContainer.bind<DriverHelper>(CLASSES.DriverHelper).to(DriverHelper);
|
|
95
|
-
e2eContainer.bind<Dashboard>(CLASSES.Dashboard).to(Dashboard);
|
|
96
|
-
e2eContainer.bind<Workspaces>(CLASSES.Workspaces).to(Workspaces);
|
|
97
|
-
e2eContainer.bind<WorkspaceDetails>(CLASSES.WorkspaceDetails).to(WorkspaceDetails);
|
|
98
|
-
e2eContainer.bind<WorkspaceDetailsPlugins>(CLASSES.WorkspaceDetailsPlugins).to(WorkspaceDetailsPlugins);
|
|
99
|
-
e2eContainer.bind<Ide>(CLASSES.Ide).to(Ide);
|
|
100
|
-
e2eContainer.bind<ProjectTree>(CLASSES.ProjectTree).to(ProjectTree);
|
|
101
|
-
e2eContainer.bind<OpenEditors>(CLASSES.OpenEditors).to(OpenEditors);
|
|
102
|
-
e2eContainer.bind<Editor>(CLASSES.Editor).to(Editor);
|
|
103
|
-
e2eContainer.bind<TopMenu>(CLASSES.TopMenu).to(TopMenu);
|
|
104
|
-
e2eContainer.bind<QuickOpenContainer>(CLASSES.QuickOpenContainer).to(QuickOpenContainer);
|
|
105
|
-
e2eContainer.bind<PreviewWidget>(CLASSES.PreviewWidget).to(PreviewWidget);
|
|
106
|
-
e2eContainer.bind<GitPlugin>(CLASSES.GitPlugin).to(GitPlugin);
|
|
107
|
-
e2eContainer.bind<RightToolBar>(CLASSES.RightToolBar).to(RightToolBar);
|
|
108
|
-
e2eContainer.bind<LeftToolBar>(CLASSES.LeftToolBar).to(LeftToolBar);
|
|
109
|
-
e2eContainer.bind<Terminal>(CLASSES.Terminal).to(Terminal);
|
|
110
|
-
e2eContainer.bind<DebugView>(CLASSES.DebugView).to(DebugView);
|
|
111
|
-
e2eContainer.bind<DialogWindow>(CLASSES.DialogWindow).to(DialogWindow);
|
|
112
|
-
e2eContainer.bind<ScreenCatcher>(CLASSES.ScreenCatcher).to(ScreenCatcher);
|
|
113
|
-
e2eContainer.bind<OcpLoginPage>(CLASSES.OcpLoginPage).to(OcpLoginPage);
|
|
114
|
-
e2eContainer.bind<OpenWorkspaceWidget>(CLASSES.OpenWorkspaceWidget).to(OpenWorkspaceWidget);
|
|
115
|
-
e2eContainer.bind<CheLoginPage>(CLASSES.CheLoginPage).to(CheLoginPage);
|
|
116
|
-
e2eContainer.bind<NotificationCenter>(CLASSES.NotificationCenter).to(NotificationCenter);
|
|
117
|
-
e2eContainer.bind<PreferencesHandlerTheia>(CLASSES.PreferencesHandlerTheia).to(PreferencesHandlerTheia);
|
|
118
|
-
e2eContainer.bind<CheApiRequestHandler>(CLASSES.CheApiRequestHandler).to(CheApiRequestHandler);
|
|
119
|
-
e2eContainer.bind<CheGitApi>(CLASSES.CheGitApi).to(CheGitApi);
|
|
120
|
-
e2eContainer.bind<GitHubUtil>(CLASSES.GitHubUtil).to(GitHubUtil);
|
|
121
|
-
e2eContainer.bind<OpenshiftPlugin>(CLASSES.OpenshiftPlugin).to(OpenshiftPlugin);
|
|
122
|
-
e2eContainer.bind<CreateWorkspace>(CLASSES.CreateWorkspace).to(CreateWorkspace);
|
|
123
|
-
e2eContainer.bind<OpenDialogWidget>(CLASSES.OpenDialogWidget).to(OpenDialogWidget);
|
|
124
|
-
e2eContainer.bind<UpdateAccountInformationPage>(CLASSES.UpdateAccountInformationPage).to(UpdateAccountInformationPage);
|
|
125
|
-
e2eContainer.bind<KubernetesPlugin>(CLASSES.KubernetesPlugin).to(KubernetesPlugin);
|
|
126
|
-
e2eContainer.bind<PluginsView>(CLASSES.PluginsView).to(PluginsView);
|
|
127
|
-
e2eContainer.bind<LanguageServerTestsTheia>(CLASSES.LanguageServerTestsTheia).to(LanguageServerTestsTheia);
|
|
128
|
-
e2eContainer.bind<CodeExecutionTestsTheia>(CLASSES.CodeExecutionTestsTheia).to(CodeExecutionTestsTheia);
|
|
129
|
-
e2eContainer.bind<ProjectAndFileTestsTheia>(CLASSES.ProjectAndFileTestsTheia).to(ProjectAndFileTestsTheia);
|
|
130
|
-
e2eContainer.bind<ProjectAndFileTestsCheCode>(CLASSES.ProjectAndFileTestsCheCode).to(ProjectAndFileTestsCheCode);
|
|
131
|
-
e2eContainer.bind<WorkspaceHandlingTests>(CLASSES.WorkspaceHandlingTests).to(WorkspaceHandlingTests);
|
|
132
|
-
e2eContainer.bind<WorkspaceNameHandler>(CLASSES.WorkspaceNameHandler).to(WorkspaceNameHandler);
|
|
133
|
-
e2eContainer.bind<GitHubPullRequestPlugin>(CLASSES.GitHubPullRequestPlugin).to(GitHubPullRequestPlugin);
|
|
134
|
-
e2eContainer.bind<GitLoginPage>(CLASSES.GitLoginPage).to(GitLoginPage);
|
|
135
|
-
e2eContainer.bind<GitOauthAppsSettings>(CLASSES.GitOauthAppsSettings).to(GitOauthAppsSettings);
|
|
136
|
-
e2eContainer.bind<AnimationChecker>(CLASSES.AnimationChecker).to(AnimationChecker);
|
|
137
|
-
e2eContainer.bind<Sanitizer>(CLASSES.Sanitizer).to(Sanitizer);
|
|
138
|
-
e2eContainer.bind<NavigationBar>(CLASSES.NavigationBar).to(NavigationBar);
|
|
139
|
-
e2eContainer.bind<ApiUrlResolver>(CLASSES.ApiUrlResolver).to(ApiUrlResolver);
|
|
140
|
-
|
|
141
|
-
export { e2eContainer };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"timeout": "1200000",
|
|
3
|
-
"reporter": "dist/driver/CheReporter.js",
|
|
4
|
-
"require": "./dist/tests/MochaHooks.js",
|
|
5
|
-
"ui": "tdd",
|
|
6
|
-
"bail": true,
|
|
7
|
-
"full-trace": true,
|
|
8
|
-
"spec": [
|
|
9
|
-
"dist/tests/login/Login.spec.js",
|
|
10
|
-
"dist/tests/devfiles/che-code/*.spec.js"
|
|
11
|
-
]
|
|
12
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"timeout": "2200000",
|
|
3
|
-
"reporter": "dist/driver/CheReporter.js",
|
|
4
|
-
"ui": "tdd",
|
|
5
|
-
"full-trace": true,
|
|
6
|
-
"require": [
|
|
7
|
-
"source-map-support/register",
|
|
8
|
-
"./dist/tests/MochaHooks.js"
|
|
9
|
-
],
|
|
10
|
-
"spec": [
|
|
11
|
-
"dist/tests/login/Login.spec.js",
|
|
12
|
-
"dist/tests/devfiles/theia/*.spec.js",
|
|
13
|
-
"dist/tests/e2e/theia/FactoryUrl.spec.js"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"timeout": "2200000",
|
|
3
|
-
"reporter": "dist/driver/CheReporter.js",
|
|
4
|
-
"ui": "tdd",
|
|
5
|
-
"bail": true,
|
|
6
|
-
"full-trace": true,
|
|
7
|
-
"require": [
|
|
8
|
-
"source-map-support/register",
|
|
9
|
-
"./dist/tests/MochaHooks.js"
|
|
10
|
-
],
|
|
11
|
-
"spec": [
|
|
12
|
-
"dist/tests/login/Login.spec.js"
|
|
13
|
-
]
|
|
14
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"timeout": "2200000",
|
|
3
|
-
"reporter": "dist/driver/CheReporter.js",
|
|
4
|
-
"ui": "tdd",
|
|
5
|
-
"bail": true,
|
|
6
|
-
"full-trace": true,
|
|
7
|
-
"require": [
|
|
8
|
-
"source-map-support/register",
|
|
9
|
-
"./dist/tests/MochaHooks.js"
|
|
10
|
-
],
|
|
11
|
-
"spec": [
|
|
12
|
-
"dist/tests/login/Login.spec.js",
|
|
13
|
-
"dist/tests/e2e/theia/factories/DirectUrlFactoryWithRootFolderTest.spec.js",
|
|
14
|
-
"dist/tests/e2e/theia/factories/DirectUrlFactoryWithSpecificBranchTest.spec.js"
|
|
15
|
-
]
|
|
16
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"timeout": "2200000",
|
|
3
|
-
"reporter": "dist/driver/CheReporter.js",
|
|
4
|
-
"ui": "tdd",
|
|
5
|
-
"full-trace": true,
|
|
6
|
-
"require": [
|
|
7
|
-
"source-map-support/register",
|
|
8
|
-
"./dist/tests/MochaHooks.js"
|
|
9
|
-
],
|
|
10
|
-
"spec": [
|
|
11
|
-
"dist/tests/login/Login.spec.js",
|
|
12
|
-
"dist/tests/plugins/theia/VscodeXmlPlugin.spec.js",
|
|
13
|
-
"dist/tests/plugins/theia/VscodeYamlPlugin.spec.js"
|
|
14
|
-
]
|
|
15
|
-
}
|
package/mocha-che-code.json
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"timeout": "1200000",
|
|
3
|
-
"reporter": "dist/driver/CheReporter.js",
|
|
4
|
-
"require": "./dist/tests/MochaHooks.js",
|
|
5
|
-
"ui": "tdd",
|
|
6
|
-
"bail": true,
|
|
7
|
-
"full-trace": true,
|
|
8
|
-
"spec": [
|
|
9
|
-
"dist/tests/login/Login.spec.js",
|
|
10
|
-
"dist/tests/e2e/che-code/*.spec.js"
|
|
11
|
-
]
|
|
12
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"timeout": "2200000",
|
|
3
|
-
"reporter": "dist/driver/CheReporter.js",
|
|
4
|
-
"ui": "tdd",
|
|
5
|
-
"bail": true,
|
|
6
|
-
"full-trace": true,
|
|
7
|
-
"require": [
|
|
8
|
-
"source-map-support/register",
|
|
9
|
-
"./dist/tests/MochaHooks.js"
|
|
10
|
-
],
|
|
11
|
-
"spec": "dist/tests/e2e/theia/OpenshiftConnector.spec.js"
|
|
12
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"timeout": "2200000",
|
|
3
|
-
"reporter": "dist/driver/CheReporter.js",
|
|
4
|
-
"ui": "tdd",
|
|
5
|
-
"full-trace": true,
|
|
6
|
-
"require": [
|
|
7
|
-
"source-map-support/register",
|
|
8
|
-
"./dist/tests/MochaHooks.js"
|
|
9
|
-
],
|
|
10
|
-
"spec": [
|
|
11
|
-
"dist/tests/login/Login.spec.js",
|
|
12
|
-
"dist/tests/e2e_happy_path/theia/DevWorkspaceHappyPath.spec.js"
|
|
13
|
-
]
|
|
14
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"timeout": "2200000",
|
|
3
|
-
"reporter": "dist/driver/CheReporter.js",
|
|
4
|
-
"ui": "tdd",
|
|
5
|
-
"full-trace": true,
|
|
6
|
-
"require": [
|
|
7
|
-
"source-map-support/register",
|
|
8
|
-
"./dist/tests/MochaHooks.js"
|
|
9
|
-
],
|
|
10
|
-
"spec": [
|
|
11
|
-
"dist/tests/login/Login.spec.js",
|
|
12
|
-
"dist/tests/devfiles/che-code/EmptyWorkspace.spec.js"
|
|
13
|
-
]
|
|
14
|
-
}
|
package/mocha-factory-theia.json
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"timeout": "2200000",
|
|
3
|
-
"reporter": "dist/driver/CheReporter.js",
|
|
4
|
-
"ui": "tdd",
|
|
5
|
-
"full-trace": true,
|
|
6
|
-
"require": [
|
|
7
|
-
"source-map-support/register",
|
|
8
|
-
"./dist/tests/MochaHooks.js"
|
|
9
|
-
],
|
|
10
|
-
"spec": [
|
|
11
|
-
"dist/tests/login/Login.spec.js",
|
|
12
|
-
"dist/tests/e2e/theia/FactoryUrl.spec.js"
|
|
13
|
-
]
|
|
14
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"timeout": "2200000",
|
|
3
|
-
"reporter": "dist/driver/CheReporter.js",
|
|
4
|
-
"ui": "tdd",
|
|
5
|
-
"bail": true,
|
|
6
|
-
"full-trace": true,
|
|
7
|
-
"require": [
|
|
8
|
-
"source-map-support/register",
|
|
9
|
-
"./dist/tests/MochaHooks.js"
|
|
10
|
-
],
|
|
11
|
-
"spec": [
|
|
12
|
-
"dist/tests/e2e/theia/GitPublishBranch.spec.js"
|
|
13
|
-
]
|
|
14
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"timeout": "2200000",
|
|
3
|
-
"reporter": "dist/driver/CheReporter.js",
|
|
4
|
-
"ui": "tdd",
|
|
5
|
-
"bail": true,
|
|
6
|
-
"full-trace": true,
|
|
7
|
-
"require": [
|
|
8
|
-
"source-map-support/register",
|
|
9
|
-
"./dist/tests/MochaHooks.js"
|
|
10
|
-
],
|
|
11
|
-
"spec": [
|
|
12
|
-
"dist/tests/e2e/theia/GitSelfSignCert.spec.js"
|
|
13
|
-
]
|
|
14
|
-
}
|
package/mocha-git-ssh-theia.json
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"timeout": "2200000",
|
|
3
|
-
"reporter": "dist/driver/CheReporter.js",
|
|
4
|
-
"ui": "tdd",
|
|
5
|
-
"bail": true,
|
|
6
|
-
"full-trace": true,
|
|
7
|
-
"require": [
|
|
8
|
-
"source-map-support/register",
|
|
9
|
-
"./dist/tests/MochaHooks.js"
|
|
10
|
-
],
|
|
11
|
-
"spec": [
|
|
12
|
-
"dist/tests/e2e/theia/GitSsh.spec.js"
|
|
13
|
-
]
|
|
14
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"timeout": "2200000",
|
|
3
|
-
"reporter": "dist/driver/CheReporter.js",
|
|
4
|
-
"ui": "tdd",
|
|
5
|
-
"bail": true,
|
|
6
|
-
"full-trace": true,
|
|
7
|
-
"require": [
|
|
8
|
-
"source-map-support/register",
|
|
9
|
-
"./dist/tests/MochaHooks.js"
|
|
10
|
-
],
|
|
11
|
-
"spec": [
|
|
12
|
-
"dist/tests/login/Login.spec.js"
|
|
13
|
-
]
|
|
14
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"timeout": "2200000",
|
|
3
|
-
"reporter": "dist/driver/CheReporter.js",
|
|
4
|
-
"ui": "tdd",
|
|
5
|
-
"bail": true,
|
|
6
|
-
"full-trace": true,
|
|
7
|
-
"require": [
|
|
8
|
-
"source-map-support/register",
|
|
9
|
-
"./dist/tests/MochaHooks.js"
|
|
10
|
-
],
|
|
11
|
-
"spec": [
|
|
12
|
-
"dist/tests/login/Login.spec.js",
|
|
13
|
-
"dist/tests/e2e_happy_path/theia/HappyPath.spec.js"
|
|
14
|
-
]
|
|
15
|
-
}
|
package/mocha-java-maven.json
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"timeout": "1200000",
|
|
3
|
-
"reporter": "dist/driver/CheReporter.js",
|
|
4
|
-
"require": "./dist/tests/MochaHooks.js",
|
|
5
|
-
"ui": "tdd",
|
|
6
|
-
"bail": true,
|
|
7
|
-
"full-trace": true,
|
|
8
|
-
"support": "source-map-support/register",
|
|
9
|
-
"spec": [
|
|
10
|
-
"dist/tests/login/Login.spec.js",
|
|
11
|
-
"dist/tests/devfiles/JavaMaven.spec.js"
|
|
12
|
-
]
|
|
13
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"timeout": "1200000",
|
|
3
|
-
"require": "./dist/tests/MochaHooks.js",
|
|
4
|
-
"reporter": "dist/driver/CheReporter.js",
|
|
5
|
-
"ui": "tdd",
|
|
6
|
-
"bail": true,
|
|
7
|
-
"full-trace": true,
|
|
8
|
-
"support": "source-map-support/register",
|
|
9
|
-
"spec": [
|
|
10
|
-
"dist/tests/login/Login.spec.js"
|
|
11
|
-
]
|
|
12
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"timeout": "1200000",
|
|
3
|
-
"require": "./dist/tests/MochaHooks.js",
|
|
4
|
-
"reporter": "dist/driver/CheReporter.js",
|
|
5
|
-
"ui": "tdd",
|
|
6
|
-
"bail": true,
|
|
7
|
-
"full-trace": true,
|
|
8
|
-
"support": "source-map-support/register",
|
|
9
|
-
"spec": [
|
|
10
|
-
"dist/tests/login/Login.spec.js",
|
|
11
|
-
"dist/tests/devfiles/theia/JavaSpringBoot.spec.js"
|
|
12
|
-
]
|
|
13
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"timeout": "1200000",
|
|
3
|
-
"require": "./dist/tests/MochaHooks.js",
|
|
4
|
-
"reporter": "dist/driver/CheReporter.js",
|
|
5
|
-
"ui": "tdd",
|
|
6
|
-
"bail": true,
|
|
7
|
-
"full-trace": true,
|
|
8
|
-
"support": "source-map-support/register",
|
|
9
|
-
"spec": [
|
|
10
|
-
"dist/tests/login/Login.spec.js"
|
|
11
|
-
]
|
|
12
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"timeout": "1200000",
|
|
3
|
-
"require": "./dist/tests/MochaHooks.js",
|
|
4
|
-
"reporter": "dist/driver/CheReporter.js",
|
|
5
|
-
"ui": "tdd",
|
|
6
|
-
"bail": true,
|
|
7
|
-
"full-trace": true,
|
|
8
|
-
"support": "source-map-support/register",
|
|
9
|
-
"spec": [
|
|
10
|
-
"dist/tests/login/Login.spec.js",
|
|
11
|
-
"dist/tests/devfiles/theia/JavaVertx.spec.js"
|
|
12
|
-
]
|
|
13
|
-
}
|
package/mocha-load-theia.json
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"timeout": "1200000",
|
|
3
|
-
"require": "./dist/tests/MochaHooks.js",
|
|
4
|
-
"reporter": "dist/driver/CheReporter.js",
|
|
5
|
-
"ui": "tdd",
|
|
6
|
-
"bail": true,
|
|
7
|
-
"full-trace": true,
|
|
8
|
-
"support": "source-map-support/register",
|
|
9
|
-
"spec": [
|
|
10
|
-
"dist/tests/load_test/theia/LoadTest.spec.js"
|
|
11
|
-
]
|
|
12
|
-
}
|
package/mocha-scala.json
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"timeout": "1200000",
|
|
3
|
-
"require": "./dist/tests/MochaHooks.js",
|
|
4
|
-
"reporter": "dist/driver/CheReporter.js",
|
|
5
|
-
"ui": "tdd",
|
|
6
|
-
"bail": true,
|
|
7
|
-
"full-trace": true,
|
|
8
|
-
"support": "source-map-support/register",
|
|
9
|
-
"spec": [
|
|
10
|
-
"dist/tests/login/Login.spec.js",
|
|
11
|
-
"dist/tests/devfiles/Scala.spec.js"
|
|
12
|
-
]
|
|
13
|
-
}
|
package/mocha-theia.json
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"timeout": "1200000",
|
|
3
|
-
"reporter": "dist/driver/CheReporter.js",
|
|
4
|
-
"ui": "tdd",
|
|
5
|
-
"bail": true,
|
|
6
|
-
"full-trace": true,
|
|
7
|
-
"require": "./dist/tests/MochaHooks.js",
|
|
8
|
-
"spec": [
|
|
9
|
-
"dist/tests/login/Login.spec.js",
|
|
10
|
-
"dist/tests/e2e/theia/*.spec.js"
|
|
11
|
-
]
|
|
12
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"timeout": "1200000",
|
|
3
|
-
"reporter": "dist/driver/CheReporter.js",
|
|
4
|
-
"require": "./dist/tests/MochaHooks.js",
|
|
5
|
-
"ui": "tdd",
|
|
6
|
-
"bail": true,
|
|
7
|
-
"full-trace": true,
|
|
8
|
-
"support": "source-map-support/register",
|
|
9
|
-
"spec": [
|
|
10
|
-
"dist/tests/e2e/theia/WorkspaceCreationAndLsInitialization.spec.js"
|
|
11
|
-
]
|
|
12
|
-
}
|