feat: collection runner (#3600)
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com> Co-authored-by: nivedin <nivedinp@gmail.com>
This commit is contained in:
@@ -231,6 +231,8 @@
|
||||
}
|
||||
},
|
||||
"collection": {
|
||||
"title": "Collection",
|
||||
"run": "Run Collection",
|
||||
"created": "Collection created",
|
||||
"different_parent": "Cannot reorder collection with different parent",
|
||||
"edit": "Edit Collection",
|
||||
@@ -341,6 +343,7 @@
|
||||
"response": "No response received"
|
||||
},
|
||||
"environment": {
|
||||
"heading": "Environment",
|
||||
"add_to_global": "Add to Global",
|
||||
"added": "Environment addition",
|
||||
"create_new": "Create new environment",
|
||||
@@ -448,6 +451,7 @@
|
||||
"invalid_name": "Please provide a name for the folder",
|
||||
"name_length_insufficient": "Folder name should be at least 3 characters long",
|
||||
"new": "New Folder",
|
||||
"run": "Run Folder",
|
||||
"renamed": "Folder renamed"
|
||||
},
|
||||
"graphql": {
|
||||
@@ -1069,7 +1073,10 @@
|
||||
"tests": "Tests",
|
||||
"types": "Types",
|
||||
"variables": "Variables",
|
||||
"websocket": "WebSocket"
|
||||
"websocket": "WebSocket",
|
||||
"all_tests": "All Tests",
|
||||
"passed": "Passed",
|
||||
"failed": "Failed"
|
||||
},
|
||||
"team": {
|
||||
"already_member": "This email is associated with an existing user.",
|
||||
@@ -1137,6 +1144,8 @@
|
||||
"not_found": "Environment not found."
|
||||
},
|
||||
"test": {
|
||||
"requests": "Requests",
|
||||
"selection": "Selection",
|
||||
"failed": "test failed",
|
||||
"javascript_code": "JavaScript Code",
|
||||
"learn": "Read documentation",
|
||||
@@ -1144,7 +1153,14 @@
|
||||
"report": "Test Report",
|
||||
"results": "Test Results",
|
||||
"script": "Script",
|
||||
"snippets": "Snippets"
|
||||
"snippets": "Snippets",
|
||||
"run": "Run",
|
||||
"run_again": "Run again",
|
||||
"stop": "Stop",
|
||||
"new_run": "New Run",
|
||||
"iterations": "Iterations",
|
||||
"duration": "Duration",
|
||||
"avg_resp": "Avg. Response Time"
|
||||
},
|
||||
"websocket": {
|
||||
"communication": "Communication",
|
||||
@@ -1194,7 +1210,17 @@
|
||||
"cli_environment_id_description": "This environment ID will be used by the CLI collection runner for Hoppscotch.",
|
||||
"include_active_environment": "Include active environment:",
|
||||
"cli": "CLI",
|
||||
"ui": "Runner (coming soon)",
|
||||
"delay": "Delay",
|
||||
"ui": "Runner",
|
||||
"running_collection": "Running collection",
|
||||
"run_config": "Run Configuration",
|
||||
"advanced_settings": "Advanced Settings",
|
||||
"stop_on_error": "Stop run if an error occurs",
|
||||
"persist_responses": "Persist responses",
|
||||
"collection_not_found": "Collection not found. May be deleted or moved.",
|
||||
"empty_collection": "Collection is empty. Add requests to run.",
|
||||
"no_response_persist": "The collection runner is presently configured not to persist responses. This setting prevents showing the response data. To modify this behavior, initiate a new run configuration.",
|
||||
"select_request": "Select a request to see response and test results",
|
||||
"cli_command_generation_description_cloud": "Copy the below command and run it from the CLI. Please specify a personal access token.",
|
||||
"cli_command_generation_description_sh": "Copy the below command and run it from the CLI. Please specify a personal access token and verify the generated SH instance server URL.",
|
||||
"cli_command_generation_description_sh_with_server_url_placeholder": "Copy the below command and run it from the CLI. Please specify a personal access token and the SH instance server URL.",
|
||||
|
||||
Reference in New Issue
Block a user