Documentation for a newer release is available.
View Latest
Esta página no está disponible actualmente en Español. Si lo necesita, póngase en contacto con el servicio de asistencia de Icon (correo electrónico)
Test Executor API
1. Endpoints
1.1. ExecutorController
1.1.1. addStory
POST /stories/add-story
1.1.2. getReport
GET /stories/report
1.1.3. getStories
GET /stories/get-stories
1.1.4. getStoryDetail
GET /stories/story-detail
2. Models
2.1. AddStoryResponseDTO
| Field Name | Required | Type | Description | Format |
|---|---|---|---|---|
status |
String |
Enum: SUCCESS, SUBMITTED, FAILURE, RUN_IN_PROGRESS, |
||
failures |
List of [string] |
2.3. JsonReportDTO
| Field Name | Required | Type | Description | Format |
|---|---|---|---|---|
status |
String |
Enum: SUCCESS, SUBMITTED, FAILURE, RUN_IN_PROGRESS, |
||
error |
String |
|||
reports |
List of JSONObject |
2.4. RunStoriesResponseDTO
| Field Name | Required | Type | Description | Format |
|---|---|---|---|---|
status |
String |
Enum: SUCCESS, SUBMITTED, FAILURE, RUN_IN_PROGRESS, |
2.5. StoryDirectoryDTO
| Field Name | Required | Type | Description | Format |
|---|---|---|---|---|
name |
String |
|||
subdirectories |
List of StoryDirectoryDTO |
|||
fileNames |
List of [string] |