Get Status
Using API
Check the status of several test jobs
Use the following operation:
GET http://<testengine-host>:8080/api/v1/testjobs
See details on SwaggerHub in the ReadyAPI TestEngine API – Get Test Jobs section.
Check the status of a particular test job
Use the following operation:
GET http://<testengine-host>:8080/api/v1/testjobs/{testjobId}/report
See details on SwaggerHub in the ReadyAPI TestEngine API – Get Test Job Report section.
Using Web UI
Go to the home page of TestEngine:
http://<testengine-host>:<port>/
For example, if TestEngine is installed on your local machine and you run it on the default port, use the following link:
http://localhost:8080/
The Overview page contains test jobs with the Running and In Queue statuses. The Run History page contains the rest of the test jobs. You can see the status of a test job in the Status column:
Tip
You can filter test jobs by name, status, used tags, and the user who sent the job. Besides that, you can search for a specific test job by a string included in its project, author, status, type, or tag.