The current push for fixing tests in the new ACL flow. 1. New way to handle create application. 2. API login 3. Removed redundant tests. 4. Fixed Issues wrt ACL changes
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"baseUrl": "https://mock-api.appsmith.com/",
|
|
"methods": "users",
|
|
"headerKey": "Content-Type",
|
|
"headerValue": "application/json",
|
|
"headerValueBlank": " ",
|
|
"queryKey": "page",
|
|
"queryValue": "2",
|
|
"queryAndValue": "users?page=2",
|
|
"successStatusCode": "200 OK",
|
|
"failureStatusCode": "5000",
|
|
"responsetext": "Roger Brickelberry",
|
|
"pageResponsetext": "Josh M Krantz",
|
|
"apiname": "SecondAPI",
|
|
"baseUrl2": "https://reqres.in/",
|
|
"methods1": "api/users/1",
|
|
"responsetext2": "qui est esse",
|
|
"baseUrl3": "https://reqres.in/",
|
|
"methods2": "api/users/2",
|
|
"invalidPath": "api/users/a",
|
|
"responsetext3": "Josh M Krantz",
|
|
"postUrl": "https://reqres.in/",
|
|
"deleteUrl": "",
|
|
"Post": "POST",
|
|
"Delete": "DELETE",
|
|
"Patch": "PATCH",
|
|
"methodput": "api/users/2",
|
|
"methodpost": "api/users",
|
|
"methodpatch": "api/users/2",
|
|
"methoddelete": "1",
|
|
"putAction": "//div[contains(@id,'react-select') and contains(text(),'PUT')]",
|
|
"postAction": "//div[contains(@id,'react-select') and contains(text(),'POST')]",
|
|
"patchAction": "//div[contains(@id,'react-select') and contains(text(),'PATCH')]",
|
|
"moustacheMethod": "{{Api.text}}",
|
|
"nextUrl": ".data.next}}",
|
|
"prevUrl": ".data.previous}}"
|
|
}
|