Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 31 additions & 5 deletions docs/test-executions/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -322,16 +322,18 @@ You can customize the columns displayed on the Test Execution page by adding new
"Add Column" dropdown contains the following columns:

- Analyzed by AA
- Attributes
- Custom attribute
- Attribute presence (defines if the test has specific attribute)
- Attributes (all test attributes)
- Custom attribute (set the Key to see the corresponding values in the table)
- Description
- Duration
- Execution type
- Execution type (e.g. Automation, Agentic)
- Ignore in AA
- Issue in BTS
- Launch owner
- Method type
- Test ID
- Test Case ID
- UUID (generated by ReportPortal)

<MediaViewer src={require('./img/AddColumn1.png')} alt="Add column on the Customize Columns filter" />

Expand Down Expand Up @@ -374,7 +376,7 @@ You can customize the columns displayed on the Test Execution page by adding new

<MediaViewer src={require('./img/ResetToDefault.png')} alt="Reset to default on the Customize Columns filter" />

### Add custom column
### Add "Custom attribute" column

1. Open Test Executions page.
2. Click the "Customize Columns" button.
Expand All @@ -399,6 +401,30 @@ You can create multiple "Custom attribute" columns.

<MediaViewer src="https://youtu.be/Pz9lvefxBAA" alt="Customize columns on the Test Executions page" type="video" />

### Add "Attribute presence" column

1. Open Test Executions page.
2. Click the "Customize Columns" button.
3. Click the "Add Column" button.
4. Select "Attribute presence" option from the dropdown.
5. Specify the attribute. (If a value is entered without a key, matching will be performed only for attributes
without a key, not for all attributes containing that value.)
6. Click the "Tick" button.

<MediaViewer src={require('./img/AttributePresence1.png')} alt="Adding Attribute presence column on Customize Columns filter" />

7. Click the "Save" button.

<MediaViewer src={require('./img/AttributePresence2.png')} alt="Attribute presence column added to Customize Columns list" />

Column header will have the specified attribute and statement weather the test has or doesn't have the specified attribute.

:::note
You can create multiple "Attribute presence" columns.
:::

<MediaViewer src={require('./img/AttributePresence3.png')} alt="Attribute presence column displayed on Test Executions page" />

## Refresh

You can update the list of test executions without reconfiguring filters.
Expand Down
Loading