Create Project
Endpoint Information
Request
{
"projectName": "New Project",
"description": "This is a new project description",
"enabled": true,
"repositoryPath": "/path/to/repository",
"testFramework": "SELENIUM",
"testFileType": "JAVA",
"testRunnerTool": "MAVEN"
}Request Fields
Parameter
Type
Required
Description
Response
Response Fields
Field
Type
Description
Error Codes
HTTP Code
Error Message
Description
Example Request
Last updated