@eclipse-che/che-e2e 7.39.0 → 7.41.0-dev-7e33489
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/build/dockerfiles/Dockerfile +35 -0
- package/build/dockerfiles/README.md +58 -0
- package/build/dockerfiles/entrypoint.sh +113 -0
- package/build/dockerfiles/google-chrome.repo +6 -0
- package/dist/pageobjects/ide/Editor.js +25 -24
- package/dist/pageobjects/ide/Editor.js.map +1 -1
- package/dist/pageobjects/ide/Terminal.js +22 -42
- package/dist/pageobjects/ide/Terminal.js.map +1 -1
- package/dist/tests/e2e_happy_path/DevWorkspaceHappyPath.spec.js +3 -3
- package/dist/tests/e2e_happy_path/DevWorkspaceHappyPath.spec.js.map +1 -1
- package/dist/tests/e2e_happy_path/HappyPath.spec.js +3 -3
- package/dist/tests/e2e_happy_path/HappyPath.spec.js.map +1 -1
- package/dist/tests/plugins/JavaPlugin.spec.js +2 -2
- package/dist/tests/plugins/JavaPlugin.spec.js.map +1 -1
- package/dist/tests/plugins/PhpPlugin.spec.js +2 -2
- package/dist/tests/plugins/PhpPlugin.spec.js.map +1 -1
- package/dist/tests/plugins/PythonPlugin.spec.js +2 -2
- package/dist/tests/plugins/PythonPlugin.spec.js.map +1 -1
- package/dist/tests/plugins/TypescriptPlugin.spec.js +2 -2
- package/dist/tests/plugins/TypescriptPlugin.spec.js.map +1 -1
- package/dist/tests/plugins/VscodeShellcheckPlugin.spec.js +4 -4
- package/dist/tests/plugins/VscodeShellcheckPlugin.spec.js.map +1 -1
- package/dist/tests/plugins/VscodeValePlugin.spec.js +1 -1
- package/dist/tests/plugins/VscodeValePlugin.spec.js.map +1 -1
- package/dist/tests/plugins/VscodeXmlPlugin.spec.js +2 -2
- package/dist/tests/plugins/VscodeXmlPlugin.spec.js.map +1 -1
- package/dist/tests/plugins/VscodeYamlPlugin.spec.js +2 -2
- package/dist/tests/plugins/VscodeYamlPlugin.spec.js.map +1 -1
- package/dist/testsLibrary/LanguageServerTests.js +2 -2
- package/dist/testsLibrary/LanguageServerTests.js.map +1 -1
- package/dist/utils/DriverHelper.js +10 -10
- package/dist/utils/DriverHelper.js.map +1 -1
- package/dist/utils/VCS/github/GitHubUtil.js +20 -0
- package/dist/utils/VCS/github/GitHubUtil.js.map +1 -1
- package/package.json +3 -3
- package/pageobjects/ide/Editor.ts +25 -24
- package/pageobjects/ide/Terminal.ts +20 -46
- package/tests/e2e_happy_path/DevWorkspaceHappyPath.spec.ts +3 -3
- package/tests/e2e_happy_path/HappyPath.spec.ts +3 -3
- package/tests/plugins/JavaPlugin.spec.ts +2 -2
- package/tests/plugins/PhpPlugin.spec.ts +2 -2
- package/tests/plugins/PythonPlugin.spec.ts +2 -2
- package/tests/plugins/TypescriptPlugin.spec.ts +2 -2
- package/tests/plugins/VscodeShellcheckPlugin.spec.ts +4 -4
- package/tests/plugins/VscodeValePlugin.spec.ts +1 -1
- package/tests/plugins/VscodeXmlPlugin.spec.ts +2 -2
- package/tests/plugins/VscodeYamlPlugin.spec.ts +2 -2
- package/testsLibrary/LanguageServerTests.ts +2 -2
- package/utils/DriverHelper.ts +10 -10
- package/utils/VCS/github/GitHubUtil.ts +19 -0
- package/dist/TestConstants.d.ts +0 -206
- package/dist/TestConstants.d.ts.map +0 -1
- package/dist/TimeoutConstants.d.ts +0 -164
- package/dist/TimeoutConstants.d.ts.map +0 -1
- package/dist/driver/CheReporter.d.ts +0 -18
- package/dist/driver/CheReporter.d.ts.map +0 -1
- package/dist/driver/ChromeDriver.d.ts +0 -21
- package/dist/driver/ChromeDriver.d.ts.map +0 -1
- package/dist/driver/IDriver.d.ts +0 -14
- package/dist/driver/IDriver.d.ts.map +0 -1
- package/dist/index.d.ts +0 -67
- package/dist/index.d.ts.map +0 -1
- package/dist/inversify.config.d.ts +0 -13
- package/dist/inversify.config.d.ts.map +0 -1
- package/dist/inversify.types.d.ts +0 -68
- package/dist/inversify.types.d.ts.map +0 -1
- package/dist/pageobjects/dashboard/CreateWorkspace.d.ts +0 -20
- package/dist/pageobjects/dashboard/CreateWorkspace.d.ts.map +0 -1
- package/dist/pageobjects/dashboard/Dashboard.d.ts +0 -24
- package/dist/pageobjects/dashboard/Dashboard.d.ts.map +0 -1
- package/dist/pageobjects/dashboard/Workspaces.d.ts +0 -44
- package/dist/pageobjects/dashboard/Workspaces.d.ts.map +0 -1
- package/dist/pageobjects/dashboard/workspace-details/WorkspaceDetails.d.ts +0 -42
- package/dist/pageobjects/dashboard/workspace-details/WorkspaceDetails.d.ts.map +0 -1
- package/dist/pageobjects/dashboard/workspace-details/WorkspaceDetailsPlugins.d.ts +0 -29
- package/dist/pageobjects/dashboard/workspace-details/WorkspaceDetailsPlugins.d.ts.map +0 -1
- package/dist/pageobjects/ide/ContextMenu.d.ts +0 -22
- package/dist/pageobjects/ide/ContextMenu.d.ts.map +0 -1
- package/dist/pageobjects/ide/DebugView.d.ts +0 -32
- package/dist/pageobjects/ide/DebugView.d.ts.map +0 -1
- package/dist/pageobjects/ide/DialogWindow.d.ts +0 -28
- package/dist/pageobjects/ide/DialogWindow.d.ts.map +0 -1
- package/dist/pageobjects/ide/Editor.d.ts +0 -78
- package/dist/pageobjects/ide/Editor.d.ts.map +0 -1
- package/dist/pageobjects/ide/Ide.d.ts +0 -61
- package/dist/pageobjects/ide/Ide.d.ts.map +0 -1
- package/dist/pageobjects/ide/LeftToolBar.d.ts +0 -23
- package/dist/pageobjects/ide/LeftToolBar.d.ts.map +0 -1
- package/dist/pageobjects/ide/NavigationBar.d.ts +0 -9
- package/dist/pageobjects/ide/NavigationBar.d.ts.map +0 -1
- package/dist/pageobjects/ide/NotificationCenter.d.ts +0 -22
- package/dist/pageobjects/ide/NotificationCenter.d.ts.map +0 -1
- package/dist/pageobjects/ide/OpenDialogWidget.d.ts +0 -36
- package/dist/pageobjects/ide/OpenDialogWidget.d.ts.map +0 -1
- package/dist/pageobjects/ide/OpenWorkspaceWidget.d.ts +0 -17
- package/dist/pageobjects/ide/OpenWorkspaceWidget.d.ts.map +0 -1
- package/dist/pageobjects/ide/PreviewWidget.d.ts +0 -35
- package/dist/pageobjects/ide/PreviewWidget.d.ts.map +0 -1
- package/dist/pageobjects/ide/ProjectTree.d.ts +0 -53
- package/dist/pageobjects/ide/ProjectTree.d.ts.map +0 -1
- package/dist/pageobjects/ide/QuickOpenContainer.d.ts +0 -20
- package/dist/pageobjects/ide/QuickOpenContainer.d.ts.map +0 -1
- package/dist/pageobjects/ide/RightToolBar.d.ts +0 -8
- package/dist/pageobjects/ide/RightToolBar.d.ts.map +0 -1
- package/dist/pageobjects/ide/Terminal.d.ts +0 -36
- package/dist/pageobjects/ide/Terminal.d.ts.map +0 -1
- package/dist/pageobjects/ide/TopMenu.d.ts +0 -28
- package/dist/pageobjects/ide/TopMenu.d.ts.map +0 -1
- package/dist/pageobjects/ide/plugins/GitHubPullRequestPlugin.d.ts +0 -36
- package/dist/pageobjects/ide/plugins/GitHubPullRequestPlugin.d.ts.map +0 -1
- package/dist/pageobjects/ide/plugins/GitPlugin.d.ts +0 -35
- package/dist/pageobjects/ide/plugins/GitPlugin.d.ts.map +0 -1
- package/dist/pageobjects/ide/plugins/KubernetesPlugin.d.ts +0 -32
- package/dist/pageobjects/ide/plugins/KubernetesPlugin.d.ts.map +0 -1
- package/dist/pageobjects/ide/plugins/OpenshiftPlugin.d.ts +0 -38
- package/dist/pageobjects/ide/plugins/OpenshiftPlugin.d.ts.map +0 -1
- package/dist/pageobjects/ide/plugins/PluginsView.d.ts +0 -43
- package/dist/pageobjects/ide/plugins/PluginsView.d.ts.map +0 -1
- package/dist/pageobjects/login/ICheLoginPage.d.ts +0 -13
- package/dist/pageobjects/login/ICheLoginPage.d.ts.map +0 -1
- package/dist/pageobjects/login/IOcpLoginPage.d.ts +0 -13
- package/dist/pageobjects/login/IOcpLoginPage.d.ts.map +0 -1
- package/dist/pageobjects/login/MultiUserLoginPage.d.ts +0 -18
- package/dist/pageobjects/login/MultiUserLoginPage.d.ts.map +0 -1
- package/dist/pageobjects/login/OcpUserLoginPage.d.ts +0 -18
- package/dist/pageobjects/login/OcpUserLoginPage.d.ts.map +0 -1
- package/dist/pageobjects/login/RegularUserOcpCheLoginPage.d.ts +0 -20
- package/dist/pageobjects/login/RegularUserOcpCheLoginPage.d.ts.map +0 -1
- package/dist/pageobjects/login/UpdateAccountInformationPage.d.ts +0 -24
- package/dist/pageobjects/login/UpdateAccountInformationPage.d.ts.map +0 -1
- package/dist/pageobjects/openshift/CheLoginPage.d.ts +0 -27
- package/dist/pageobjects/openshift/CheLoginPage.d.ts.map +0 -1
- package/dist/pageobjects/openshift/OcpLoginPage.d.ts +0 -30
- package/dist/pageobjects/openshift/OcpLoginPage.d.ts.map +0 -1
- package/dist/pageobjects/third-parties/GitLoginPage.d.ts +0 -27
- package/dist/pageobjects/third-parties/GitLoginPage.d.ts.map +0 -1
- package/dist/pageobjects/third-parties/GitOauthAppsSettings.d.ts +0 -33
- package/dist/pageobjects/third-parties/GitOauthAppsSettings.d.ts.map +0 -1
- package/dist/tests/devfiles/CSlashCPlusPlus.spec.d.ts +0 -12
- package/dist/tests/devfiles/CSlashCPlusPlus.spec.d.ts.map +0 -1
- package/dist/tests/devfiles/DevfileSmoke.spec.d.ts +0 -11
- package/dist/tests/devfiles/DevfileSmoke.spec.d.ts.map +0 -1
- package/dist/tests/devfiles/DotNetCore.spec.d.ts +0 -12
- package/dist/tests/devfiles/DotNetCore.spec.d.ts.map +0 -1
- package/dist/tests/devfiles/Go.spec.d.ts +0 -2
- package/dist/tests/devfiles/Go.spec.d.ts.map +0 -1
- package/dist/tests/devfiles/JavaMaven.spec.d.ts +0 -11
- package/dist/tests/devfiles/JavaMaven.spec.d.ts.map +0 -1
- package/dist/tests/devfiles/JavaSpringBoot.spec.d.ts +0 -11
- package/dist/tests/devfiles/JavaSpringBoot.spec.d.ts.map +0 -1
- package/dist/tests/devfiles/JavaVertx.spec.d.ts +0 -11
- package/dist/tests/devfiles/JavaVertx.spec.d.ts.map +0 -1
- package/dist/tests/devfiles/NodeJS.spec.d.ts +0 -2
- package/dist/tests/devfiles/NodeJS.spec.d.ts.map +0 -1
- package/dist/tests/devfiles/PHPSimple.spec.d.ts +0 -12
- package/dist/tests/devfiles/PHPSimple.spec.d.ts.map +0 -1
- package/dist/tests/devfiles/Python.spec.d.ts +0 -2
- package/dist/tests/devfiles/Python.spec.d.ts.map +0 -1
- package/dist/tests/devfiles/PythonDjango.spec.d.ts +0 -2
- package/dist/tests/devfiles/PythonDjango.spec.d.ts.map +0 -1
- package/dist/tests/devfiles/Quarkus.spec.d.ts +0 -2
- package/dist/tests/devfiles/Quarkus.spec.d.ts.map +0 -1
- package/dist/tests/devfiles/Scala.spec.d.ts +0 -11
- package/dist/tests/devfiles/Scala.spec.d.ts.map +0 -1
- package/dist/tests/e2e/FactoryUrl.spec.d.ts +0 -2
- package/dist/tests/e2e/FactoryUrl.spec.d.ts.map +0 -1
- package/dist/tests/e2e/GitPublishBranch.spec.d.ts +0 -11
- package/dist/tests/e2e/GitPublishBranch.spec.d.ts.map +0 -1
- package/dist/tests/e2e/GitSelfSignCert.spec.d.ts +0 -11
- package/dist/tests/e2e/GitSelfSignCert.spec.d.ts.map +0 -1
- package/dist/tests/e2e/GitSsh.spec.d.ts +0 -11
- package/dist/tests/e2e/GitSsh.spec.d.ts.map +0 -1
- package/dist/tests/e2e/OpenshiftConnector.spec.d.ts +0 -11
- package/dist/tests/e2e/OpenshiftConnector.spec.d.ts.map +0 -1
- package/dist/tests/e2e/factories/DirectUrlFactoryWithKeepDirectoryTest.spec.d.ts +0 -2
- package/dist/tests/e2e/factories/DirectUrlFactoryWithKeepDirectoryTest.spec.d.ts.map +0 -1
- package/dist/tests/e2e/factories/DirectUrlFactoryWithRootFolderTest.spec.d.ts +0 -2
- package/dist/tests/e2e/factories/DirectUrlFactoryWithRootFolderTest.spec.d.ts.map +0 -1
- package/dist/tests/e2e/factories/DirectUrlFactoryWithSpecificBranchTest.spec.d.ts +0 -2
- package/dist/tests/e2e/factories/DirectUrlFactoryWithSpecificBranchTest.spec.d.ts.map +0 -1
- package/dist/tests/e2e_happy_path/DevWorkspaceHappyPath.spec.d.ts +0 -2
- package/dist/tests/e2e_happy_path/DevWorkspaceHappyPath.spec.d.ts.map +0 -1
- package/dist/tests/e2e_happy_path/HappyPath.spec.d.ts +0 -11
- package/dist/tests/e2e_happy_path/HappyPath.spec.d.ts.map +0 -1
- package/dist/tests/intelij/IntelijOpenWorkspace.spec.d.ts +0 -11
- package/dist/tests/intelij/IntelijOpenWorkspace.spec.d.ts.map +0 -1
- package/dist/tests/load_test/LoadTest.spec.d.ts +0 -11
- package/dist/tests/load_test/LoadTest.spec.d.ts.map +0 -1
- package/dist/tests/login/LinkCheAndOcpUsers.spec.d.ts +0 -11
- package/dist/tests/login/LinkCheAndOcpUsers.spec.d.ts.map +0 -1
- package/dist/tests/login/Login.spec.d.ts +0 -11
- package/dist/tests/login/Login.spec.d.ts.map +0 -1
- package/dist/tests/plugins/GitHubPullRequestPlugin.spec.d.ts +0 -11
- package/dist/tests/plugins/GitHubPullRequestPlugin.spec.d.ts.map +0 -1
- package/dist/tests/plugins/InstallPluginUsingUI.spec.d.ts +0 -11
- package/dist/tests/plugins/InstallPluginUsingUI.spec.d.ts.map +0 -1
- package/dist/tests/plugins/JavaPlugin.spec.d.ts +0 -2
- package/dist/tests/plugins/JavaPlugin.spec.d.ts.map +0 -1
- package/dist/tests/plugins/PhpPlugin.spec.d.ts +0 -2
- package/dist/tests/plugins/PhpPlugin.spec.d.ts.map +0 -1
- package/dist/tests/plugins/PythonPlugin.spec.d.ts +0 -11
- package/dist/tests/plugins/PythonPlugin.spec.d.ts.map +0 -1
- package/dist/tests/plugins/TypescriptPlugin.spec.d.ts +0 -11
- package/dist/tests/plugins/TypescriptPlugin.spec.d.ts.map +0 -1
- package/dist/tests/plugins/VscodeKubernetesPlugin.spec.d.ts +0 -11
- package/dist/tests/plugins/VscodeKubernetesPlugin.spec.d.ts.map +0 -1
- package/dist/tests/plugins/VscodeShellcheckPlugin.spec.d.ts +0 -11
- package/dist/tests/plugins/VscodeShellcheckPlugin.spec.d.ts.map +0 -1
- package/dist/tests/plugins/VscodeValePlugin.spec.d.ts +0 -11
- package/dist/tests/plugins/VscodeValePlugin.spec.d.ts.map +0 -1
- package/dist/tests/plugins/VscodeXmlPlugin.spec.d.ts +0 -11
- package/dist/tests/plugins/VscodeXmlPlugin.spec.d.ts.map +0 -1
- package/dist/tests/plugins/VscodeYamlPlugin.spec.d.ts +0 -11
- package/dist/tests/plugins/VscodeYamlPlugin.spec.d.ts.map +0 -1
- package/dist/testsLibrary/CodeExecutionTests.d.ts +0 -49
- package/dist/testsLibrary/CodeExecutionTests.d.ts.map +0 -1
- package/dist/testsLibrary/LanguageServerTests.d.ts +0 -36
- package/dist/testsLibrary/LanguageServerTests.d.ts.map +0 -1
- package/dist/testsLibrary/ProjectAndFileTests.d.ts +0 -28
- package/dist/testsLibrary/ProjectAndFileTests.d.ts.map +0 -1
- package/dist/testsLibrary/WorkspaceHandlingTests.d.ts +0 -29
- package/dist/testsLibrary/WorkspaceHandlingTests.d.ts.map +0 -1
- package/dist/utils/AnimationChecker.d.ts +0 -16
- package/dist/utils/AnimationChecker.d.ts.map +0 -1
- package/dist/utils/BrowserTabsUtil.d.ts +0 -28
- package/dist/utils/BrowserTabsUtil.d.ts.map +0 -1
- package/dist/utils/DriverHelper.d.ts +0 -76
- package/dist/utils/DriverHelper.d.ts.map +0 -1
- package/dist/utils/KeycloackUrlHandler.d.ts +0 -15
- package/dist/utils/KeycloackUrlHandler.d.ts.map +0 -1
- package/dist/utils/Logger.d.ts +0 -39
- package/dist/utils/Logger.d.ts.map +0 -1
- package/dist/utils/PreferencesHandler.d.ts +0 -52
- package/dist/utils/PreferencesHandler.d.ts.map +0 -1
- package/dist/utils/Sanitizer.d.ts +0 -13
- package/dist/utils/Sanitizer.d.ts.map +0 -1
- package/dist/utils/ScreenCatcher.d.ts +0 -12
- package/dist/utils/ScreenCatcher.d.ts.map +0 -1
- package/dist/utils/VCS/CheGitApi.d.ts +0 -8
- package/dist/utils/VCS/CheGitApi.d.ts.map +0 -1
- package/dist/utils/VCS/github/GitHubUtil.d.ts +0 -15
- package/dist/utils/VCS/github/GitHubUtil.d.ts.map +0 -1
- package/dist/utils/WorkspaceNameHandler.d.ts +0 -17
- package/dist/utils/WorkspaceNameHandler.d.ts.map +0 -1
- package/dist/utils/requestHandlers/CheApiRequestHandler.d.ts +0 -28
- package/dist/utils/requestHandlers/CheApiRequestHandler.d.ts.map +0 -1
- package/dist/utils/requestHandlers/headers/CheMultiuserAuthorizationHeaderHandler.d.ts +0 -18
- package/dist/utils/requestHandlers/headers/CheMultiuserAuthorizationHeaderHandler.d.ts.map +0 -1
- package/dist/utils/requestHandlers/headers/IAuthorizationHeaderHandler.d.ts +0 -14
- package/dist/utils/requestHandlers/headers/IAuthorizationHeaderHandler.d.ts.map +0 -1
- package/dist/utils/requestHandlers/tokens/CheMultiuserTokenHandler.d.ts +0 -5
- package/dist/utils/requestHandlers/tokens/CheMultiuserTokenHandler.d.ts.map +0 -1
- package/dist/utils/requestHandlers/tokens/ITokenHandler.d.ts +0 -13
- package/dist/utils/requestHandlers/tokens/ITokenHandler.d.ts.map +0 -1
- package/dist/utils/workspace/ITestWorkspaceUtil.d.ts +0 -25
- package/dist/utils/workspace/ITestWorkspaceUtil.d.ts.map +0 -1
- package/dist/utils/workspace/TestWorkspaceUtil.d.ts +0 -34
- package/dist/utils/workspace/TestWorkspaceUtil.d.ts.map +0 -1
- package/dist/utils/workspace/WorkspaceStatus.d.ts +0 -15
- package/dist/utils/workspace/WorkspaceStatus.d.ts.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CheLoginPage.d.ts","sourceRoot":"","sources":["../../../pageobjects/openshift/CheLoginPage.ts"],"names":[],"mappings":"AAAA;;;;;;;;wEAQwE;AACxE,OAAO,kBAAkB,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAMxD,qBACa,YAAY;IAGa,OAAO,CAAC,QAAQ,CAAC,YAAY;gBAAZ,YAAY,EAAE,YAAY;IAEvE,2BAA2B;IAM3B,gCAAgC,CAAC,QAAQ,EAAE,MAAM;IAMjD,+BAA+B,CAAC,KAAK,EAAE,MAAM;IAM7C,0BAA0B;IAM1B,6BAA6B,IAAI,OAAO,CAAC,OAAO,CAAC;IAMjD,wBAAwB;IAMxB,8BAA8B,CAAC,KAAK,EAAE,MAAM;IAM5C,6BAA6B,CAAC,SAAS,EAAE,MAAM;IAM/C,4BAA4B,CAAC,QAAQ,EAAE,MAAM;IAM7C,mBAAmB;IAOnB,gCAAgC;CAMzC"}
|
|
@@ -1,30 +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 { DriverHelper } from '../../utils/DriverHelper';
|
|
12
|
-
export declare class OcpLoginPage {
|
|
13
|
-
private readonly driverHelper;
|
|
14
|
-
private static readonly LOGIN_PAGE_OPENSHIFT_XPATH;
|
|
15
|
-
constructor(driverHelper: DriverHelper);
|
|
16
|
-
openLoginPageOpenShift(url: string): Promise<void>;
|
|
17
|
-
waitOpenShiftLoginWelcomePage(): Promise<void>;
|
|
18
|
-
clickOnLoginProviderTitle(): Promise<void>;
|
|
19
|
-
isIdentityProviderLinkVisible(): Promise<boolean>;
|
|
20
|
-
isAuthorizeOpenShiftIdentityProviderPageVisible(): Promise<boolean>;
|
|
21
|
-
waitAuthorizeOpenShiftIdentityProviderPage(): Promise<void>;
|
|
22
|
-
clickOnApproveAuthorizeAccessButton(): Promise<void>;
|
|
23
|
-
enterUserNameOpenShift(userName: string): Promise<void>;
|
|
24
|
-
enterPasswordOpenShift(passw: string): Promise<void>;
|
|
25
|
-
clickOnLoginButton(): Promise<void>;
|
|
26
|
-
waitDisappearanceOpenShiftLoginWelcomePage(): Promise<void>;
|
|
27
|
-
isLinkAccountPageVisible(): Promise<boolean>;
|
|
28
|
-
clickOnLinkAccountButton(): Promise<void>;
|
|
29
|
-
}
|
|
30
|
-
//# sourceMappingURL=OcpLoginPage.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"OcpLoginPage.d.ts","sourceRoot":"","sources":["../../../pageobjects/openshift/OcpLoginPage.ts"],"names":[],"mappings":"AAAA;;;;;;;;wEAQwE;AACxE,OAAO,kBAAkB,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAOxD,qBACa,YAAY;IAKa,OAAO,CAAC,QAAQ,CAAC,YAAY;IAH/D,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,0BAA0B,CAAgD;gBAG/C,YAAY,EAAE,YAAY;IAEvE,sBAAsB,CAAC,GAAG,EAAE,MAAM;IAMlC,6BAA6B;IAM7B,yBAAyB;IAOzB,6BAA6B,IAAI,OAAO,CAAC,OAAO,CAAC;IAOjD,+CAA+C,IAAI,OAAO,CAAC,OAAO,CAAC;IAOnE,0CAA0C;IAO1C,mCAAmC;IAOnC,sBAAsB,CAAC,QAAQ,EAAE,MAAM;IAMvC,sBAAsB,CAAC,KAAK,EAAE,MAAM;IAMpC,kBAAkB;IAOlB,0CAA0C;IAM1C,wBAAwB,IAAI,OAAO,CAAC,OAAO,CAAC;IAO5C,wBAAwB;CAOjC"}
|
|
@@ -1,27 +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
|
-
import { DriverHelper } from '../../utils/DriverHelper';
|
|
12
|
-
export declare class GitLoginPage {
|
|
13
|
-
private readonly driverHelper;
|
|
14
|
-
private static readonly USERNAME_FIELD_LOCATOR;
|
|
15
|
-
private static readonly PASSWORD_FIELD_LOCATOR;
|
|
16
|
-
private static readonly SIGN_IN_BUTTON_LOCATOR;
|
|
17
|
-
constructor(driverHelper: DriverHelper);
|
|
18
|
-
login(timeout?: number): Promise<void>;
|
|
19
|
-
waitPage(timeout?: number): Promise<void>;
|
|
20
|
-
waitUsernameField(timeout?: number): Promise<void>;
|
|
21
|
-
waitPasswordField(timeout?: number): Promise<void>;
|
|
22
|
-
waitSignInButton(timeout?: number): Promise<void>;
|
|
23
|
-
typeUsername(username: string, timeout?: number): Promise<void>;
|
|
24
|
-
typePassword(password: string, timeout?: number): Promise<void>;
|
|
25
|
-
clickSignInButton(timeout?: number): Promise<void>;
|
|
26
|
-
}
|
|
27
|
-
//# sourceMappingURL=GitLoginPage.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GitLoginPage.d.ts","sourceRoot":"","sources":["../../../pageobjects/third-parties/GitLoginPage.ts"],"names":[],"mappings":"AAAA;;;;;;;;wEAQwE;AAExE,OAAO,kBAAkB,CAAC;AAG1B,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAMxD,qBACa,YAAY;IAKqB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAJvE,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,sBAAsB,CAA0C;IACxF,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,sBAAsB,CAAuC;IACrF,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,sBAAsB,CAAyC;gBAE5B,YAAY,EAAE,YAAY;IAE/E,KAAK,CAAC,OAAO,GAAE,MAAuD;IAStE,QAAQ,CAAC,OAAO,GAAE,MAAuD;IAQzE,iBAAiB,CAAC,OAAO,GAAE,MAAuD;IAMlF,iBAAiB,CAAC,OAAO,GAAE,MAAuD;IAMlF,gBAAgB,CAAC,OAAO,GAAE,MAAuD;IAMjF,YAAY,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,GAAE,MAAuD;IAM/F,YAAY,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,GAAE,MAAuD;IAM/F,iBAAiB,CAAC,OAAO,GAAE,MAAuD;CAM3F"}
|
|
@@ -1,33 +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
|
-
import { DriverHelper } from '../../utils/DriverHelper';
|
|
12
|
-
import { BrowserTabsUtil } from '../../utils/BrowserTabsUtil';
|
|
13
|
-
export declare class GitOauthAppsSettings {
|
|
14
|
-
private readonly driverHelper;
|
|
15
|
-
private readonly browserTabsUtil;
|
|
16
|
-
private static readonly GITHUB_OAUTH_APPS_SETTINGS_URL;
|
|
17
|
-
private static readonly HOME_PAGE_FIELD_LOCATOR;
|
|
18
|
-
private static readonly CALLBACK_URL_FIELD_LOCATOR;
|
|
19
|
-
private static readonly UPDATE_APPLICATION_BUTTON_LOCATOR;
|
|
20
|
-
constructor(driverHelper: DriverHelper, browserTabsUtil: BrowserTabsUtil);
|
|
21
|
-
openPage(timeout?: number): Promise<void>;
|
|
22
|
-
waitTitle(title: string, timeout?: number): Promise<void>;
|
|
23
|
-
waitOauthApp(applicationTitle: string, timeout?: number): Promise<void>;
|
|
24
|
-
clickOauthApp(applicationTitle: string, timeout?: number): Promise<void>;
|
|
25
|
-
openOauthApp(title: string, timeout?: number): Promise<void>;
|
|
26
|
-
scrollToUpdateApplicationButton(timeout?: number): Promise<void>;
|
|
27
|
-
typeHomePageUrl(homePageUrl: string, timeout?: number): Promise<void>;
|
|
28
|
-
typeCallbackUrl(callbackUrl: string, timeout?: number): Promise<void>;
|
|
29
|
-
clickUpdateApplicationButton(timeout?: number): Promise<void>;
|
|
30
|
-
private getOauthAppLocator;
|
|
31
|
-
private getTitleLocator;
|
|
32
|
-
}
|
|
33
|
-
//# sourceMappingURL=GitOauthAppsSettings.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GitOauthAppsSettings.d.ts","sourceRoot":"","sources":["../../../pageobjects/third-parties/GitOauthAppsSettings.ts"],"names":[],"mappings":"AAAA;;;;;;;;wEAQwE;AAExE,OAAO,kBAAkB,CAAC;AAG1B,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIxD,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAE9D,qBACa,oBAAoB;IAMa,OAAO,CAAC,QAAQ,CAAC,YAAY;IAClC,OAAO,CAAC,QAAQ,CAAC,eAAe;IANrE,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,8BAA8B,CAA4C;IAClG,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,uBAAuB,CAAwD;IACvG,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,0BAA0B,CAAiE;IACnH,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,iCAAiC,CAAmF;gBAEjF,YAAY,EAAE,YAAY,EAC/B,eAAe,EAAE,eAAe;IAEhF,QAAQ,CAAC,OAAO,GAAE,MAAuD;IAMzE,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,GAAE,MAAuD;IAMzF,YAAY,CAAC,gBAAgB,EAAE,MAAM,EAAE,OAAO,GAAE,MAAuD;IAMvG,aAAa,CAAC,gBAAgB,EAAE,MAAM,EAAE,OAAO,GAAE,MAAuD;IAMxG,YAAY,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,GAAE,MAAuD;IAoB5F,+BAA+B,CAAC,OAAO,GAAE,MAAuD;IAMhG,eAAe,CAAC,WAAW,EAAE,MAAM,EAAE,OAAO,GAAE,MAAuD;IAQrG,eAAe,CAAC,WAAW,EAAE,MAAM,EAAE,OAAO,GAAE,MAAuD;IAQrG,4BAA4B,CAAC,OAAO,GAAE,MAAuD;IAMnG,OAAO,CAAC,kBAAkB;IAI1B,OAAO,CAAC,eAAe;CAI1B"}
|
|
@@ -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 +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 +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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Python.spec.d.ts","sourceRoot":"","sources":["../../../tests/devfiles/Python.spec.ts"],"names":[],"mappings":"AAUA,OAAO,kBAAkB,CAAC"}
|
|
@@ -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 +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 +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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DirectUrlFactoryWithKeepDirectoryTest.spec.d.ts","sourceRoot":"","sources":["../../../../tests/e2e/factories/DirectUrlFactoryWithKeepDirectoryTest.spec.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DirectUrlFactoryWithRootFolderTest.spec.d.ts","sourceRoot":"","sources":["../../../../tests/e2e/factories/DirectUrlFactoryWithRootFolderTest.spec.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DirectUrlFactoryWithSpecificBranchTest.spec.d.ts","sourceRoot":"","sources":["../../../../tests/e2e/factories/DirectUrlFactoryWithSpecificBranchTest.spec.ts"],"names":[],"mappings":""}
|
|
@@ -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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"JavaPlugin.spec.d.ts","sourceRoot":"","sources":["../../../tests/plugins/JavaPlugin.spec.ts"],"names":[],"mappings":"AAUA,OAAO,kBAAkB,CAAC"}
|
|
@@ -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
|