Skip to main content

User Account

The user account page provides basic user information about the currently logged-in user.

User account pageUser account page

Personal information

In the personal information tile, the user can review personal details, set or remove a user avatar, or change their password.

Listener token

The listener token is a unique, user-bound token that allows authenticated users to report test results to the listener API.
A listener token can be regenerated from here, after which the old token will no longer allow access to the listener API on the user's behalf.

warning

Make sure to keep listener tokens private! It is good practice to treat them like passwords and not to share them with others - i.e. push them to git repositories. To use a listener token in a CI build or pipeline, it is recommended to store the token as a secret and get its value the way your continuous integration tooling prescribes.

Listener configuration wizard

By clicking the Listener configurations button, the user can access the listener configuration wizard. The wizard provides the following steps to configure a listener:

The first step is to select the project to generate a listener configuration for.

Step 1: choose projectStep 1: choose project

 
The dropdown contains all projects the user has access to.

Projects

The projects tile provides a quick overview of the user's projects and its role within these projects.

User preferences

Using the user preferences tile, the following settings can be configured:

  • Workspace overview timespan: Configure the default timespan setting for workspace overviews. This setting can be overridden for the duration of the current session by selecting a different value from the timespan dropdown on the workspace overview page.
  • Project overview timespan: Configure the default timespan setting for project overviews. This setting can be overridden for the duration of the current session by selecting a different value from the timespan dropdown on the project overview page.
  • Display Workspace statistics: Allows to configure what statistics are displayed on workspace overviews. Options are:
    • Runs - Display pass/fail statistics for all testsets within the selected timespan.
    • Sets - Display pass/fail statistics for all testruns within the selected timespan.
    • Both - Display both (default setting).
  • Hide testcase count donuts on project overview: When this setting is enabled, no test case count donut is displayed on project overview cards. Only the donut for defect types (failures) will be displayed if applicable.
  • Hide status labels for passed sets on project overview : When this setting is enabled, test sets that have a status PASSED will not have a textual label on the project overview cards.
  • Default landing page: Allows to choose if the default home page is the project overview or test results page.