Get Status

Applies to TestEngine 1.30, last modified on March 19, 2024

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.

See details on SwaggerHub.

Example

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.

See details on SwaggerHub.

Example

Using Web UI

  1. 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:

  2. 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:

    Overview page

    Click the image to enlarge it.

    Run History page

    Click the image to enlarge it.

    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.

See Also

Run Tests
Get Results

Highlight search results