read available apis
- Tests API
The read available apis
method return a list of all web APIs that the DUT
can be tested for. It returns the human readable API name, as well as the
directory name under which all corresponding tests reside.
GET /api/tests/apis
[
{
"path": "String",
"name": "String"
},
...
]
Request:
GET /api/tests/apis
Response:
[
{
"path": "/2dcontext",
"name": "2D Context"
},
{
"path": "/media-source",
"name": "Media Source"
},
...
]