The REST API allows the WAVE server to be integrated into other systems. Every
call must be preceded with a namespace or web root, which is omitted in this
documentation. The default web root is /_wave
, which can be changed in the
config.json using the keyword web_root
.
Additional REST API Guides can help to understand how to
use these endpoints in context.
Name |
Description |
create |
Creates a new test session. |
read session |
Reads a sessions configuration. |
read sessions |
Reads all session tokens, expandable with configs and statuses |
read public |
Reads all public sessions tokens. |
update |
Updates a session configuration. |
delete |
Deletes a test session. |
status |
Reads the status and progress of a session. |
start |
Starts a test session. |
stop |
Stops a test session. |
pause |
Pauses a test session. |
find |
Finds a session token by providing a token fragment. |
labels |
Attach labels to sessions for organization purposes. |
listen events |
Register for sessions specific events. |
push events |
Push session specific events. |
Name |
Description |
create |
Create a new test result for a test in a session. |
read |
Read all test results of a session. |
read compact |
Read the number of passed, failed, timed out and not run tests of a session. |
import session |
Import session results. |
import api results |
Import results of a specific API into existing session. |
download |
Download all session results to import into other WMATS instance. |
download api |
Download all results of an API. |
download all apis |
Download all results of all APIs. |
view report |
View the WPT report of an API of a session. |
view multi report |
View the WPT report of an API of multiple sessions. |
download overview |
Download an overview of results of all APIs of a session. |
view report |
Read an url to a hosted version of a WPT report for an API of a session. |
view multi report |
Read an url to a hosted version of a WPT report for an API of multiple session. |
Name |
Description |
status |
Returns information on how the server is configured. |