Eggplant Performance Test Controller:
GET/List Tests and Series Method

This method gets a list of the available tests and series within a specified project.

URL

/test_controller/api/1.0/<workspace>/<project>

HTTP Method

GET: Gets a list of the available tests and series within the specified project

Response Parameters

Parameter Type Description
Projects Object

The name and URL of all the available projects

Example Request

http://localhost:5001/test_controller/api/1.0/Demo%20Workspace/Demo

Example Response

{

"series": {

"Default Series": {

"lastRun": "2016-09-17T06:37:45.244040",

"nextRunNumber": 2,

"name": "Default Series"

}

},

"tests": {

"demoScript": "/test_controller/api/1.0/Demo%20Workspace/Demo/demoScript"

}

}

 

This topic was last updated on January 13, 2022, at 02:42:23 PM.

Eggplant icon Eggplantsoftware.com | Documentation Home | User Forums | Support | Copyright © 2022 Eggplant