Using API
Check the status of several test jobs
Use the following operation:
GET http://<testengine-host>:8080/api/v1/testjobs
Authentication
The request must be authenticated by a TestEngine user.
Note: | If you authenticate as a non-admin user, you will be able to view only the test jobs you started. If you authenticate as an administrator, you will be able to view all the test jobs in TestEngine. |
Check the status of a particular test job
Use the following operation:
GET http://<testengine-host>:8080/api/v1/testjobs/{testjobId}/report
Authentication
Basic authentication by a TestEngine user.
Note: | If you authenticate as a non-admin user, you will be able to view only the test jobs you started. If you authenticate as an administrator, you will be able to view all the test jobs in TestEngine. |
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:
-
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 a name, status, used tags, and the user who has 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.
The address and port of your TestEngine installation.
The address and port of your TestEngine installation.
The id of the job. The id is included in the response that you receive when starting the job. Alternatively, you can click in the Web UI, or get an overview of test jobs and find the id of the needed job there.