Test Executor API
team@openapitools.org v1 :numbered: :toclevels: 3 :source-highlighter: highlightjs :keywords: openapi, rest, Test Executor API :specDir: :snippetDir: :generator-template: v1 2019-12-20 :info-url: openapi-generator.tech :app-name: Test Executor API
Endpoints
ExecutorController
addStory
POST /stories/add-story
getReport
GET /stories/report
getStories
GET /stories/get-stories
getStoryDetail
GET /stories/story-detail
Models
AddStoryResponseDTO
| Field Name | Required | Type | Description | Format |
|---|---|---|---|---|
status |
String |
Enum: SUCCESS, SUBMITTED, FAILURE, RUN_IN_PROGRESS, |
||
failures |
List of [string] |
JsonReportDTO
| Field Name | Required | Type | Description | Format |
|---|---|---|---|---|
status |
String |
Enum: SUCCESS, SUBMITTED, FAILURE, RUN_IN_PROGRESS, |
||
error |
String |
|||
reports |
List of JSONObject |
RunStoriesResponseDTO
| Field Name | Required | Type | Description | Format |
|---|---|---|---|---|
status |
String |
Enum: SUCCESS, SUBMITTED, FAILURE, RUN_IN_PROGRESS, |
StoryDirectoryDTO
| Field Name | Required | Type | Description | Format |
|---|---|---|---|---|
name |
String |
|||
subdirectories |
List of StoryDirectoryDTO |
|||
fileNames |
List of [string] |