Create Test Plan
Creates a new test plan for a project, with specified configurations such as environment, test run type, and scenarios.
Endpoint Information
URL:
https://testinium.io/Testinium.RestApi/api/projects/{projectId}/plans
Method:
POST
Authentication: Required (
Bearer Token
)
Request
Request Parameters
group_plan
Boolean
Whether the test plan is a group plan or not.
environment_resolutions
Array
A list of environment resolutions associated with the test plan.
project_id
Integer
ID of the project the test plan belongs to.
test_run_type
String
Type of test run (e.g., CROSS
).
test_dispatch_method_type
String
Test dispatch method type (e.g., ALL_IN_ONE
).
plan_name
String
The name of the test plan.
company_id
Integer
The ID of the company creating the test plan.
scenarios
Array
List of scenario IDs associated with the test plan.
Response
Response Fields
id
Integer
Unique ID of the test plan.
type
String
The type of the test plan (e.g., SELENIUM
).
project_id
Integer
The ID of the project associated with the test plan.
company_id
Integer
The ID of the company that created the test plan.
plan_name
String
The name of the test plan.
scenarios
Array
List of scenario IDs associated with the test plan.
period
Object
Information about the test plan's execution period.
enabled
Boolean
Whether the test plan is enabled.
alerts
Array
List of alerts configured for the test plan (currently empty).
test_run_type
String
The type of test run (e.g., CROSS
).
created_at
String
The creation timestamp of the test plan.
updated_at
String
The last update timestamp of the test plan.
screen_shot_type
String
The screenshot type for the test plan (e.g., YES
).
video_enabled
Boolean
Whether video recording is enabled for the test plan.
environment_resolutions
Array
List of environment resolutions associated with the test plan.
test_plan_java_parameters
Array
Java parameters associated with the test plan (currently empty).
performance_data_enabled
Boolean
Whether performance data collection is enabled for the test plan.
file_download_path
String
The file download path associated with the test plan.
Example Request
Last updated