@wso2/identity-cypress-test-base
Version:
Commonly used commands, configs, utilities for cypress integration & e2e tests in WSO2 Identity Server front-end applications.
25 lines • 1.2 kB
JavaScript
/*
* Copyright (c) 2024 WSO2 Inc. (http://www.wso2.org)
* All rights reserved.
*
* This software is the property of WSO2 Inc. and its suppliers, if any.
* Dissemination of any information or reproduction of any material contained
* herein in any form is strictly forbidden, unless permitted by WSO2 expressly.
* You may not alter or remove any copyright or other notice from copies of this content.
*/
/* eslint-disable @typescript-eslint/no-unused-vars */
/*
* Copyright (c) 2024 WSO2 Inc. (http://www.wso2.org)
* All rights reserved.
*
* This software is the property of WSO2 Inc. and its suppliers, if any.
* Dissemination of any information or reproduction of any material contained
* herein in any form is strictly forbidden, unless permitted by WSO2 expressly.
* You may not alter or remove any copyright or other notice from copies of this content.
*/
export var UserManagmentConstants;
(function (UserManagmentConstants) {
UserManagmentConstants["SCIM2_END_POINT"] = "scim2/";
UserManagmentConstants["SCIM2_USER_ENDPOINT"] = "Users/";
})(UserManagmentConstants || (UserManagmentConstants = {}));
//# sourceMappingURL=user-management.js.map