UNPKG

@wso2/identity-cypress-test-base

Version:

Commonly used commands, configs, utilities for cypress integration & e2e tests in WSO2 Identity Server front-end applications.

9 lines (8 loc) 208 B
export declare enum RequestType { POST = "POST", GET = "GET" } export declare enum RequestContentTypes { URLENCODED = "application/x-www-form-urlencoded", SCIMJSON = "application/scim+json" }