Skip to content

Commit 24379cc

Browse files
Yuliya_PrihodkoYuliya_Prihodko
authored andcommitted
EPMRPP-108903 || Update docs based on users' search queries
1 parent 3782006 commit 24379cc

File tree

7 files changed

+18
-7
lines changed

7 files changed

+18
-7
lines changed

docs/developers-guides/RetriesReporting.mdx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,21 @@ In ReportPortal these items are grouped and displayed as a sequence of execution
1111

1212
<MediaViewer src={require('./img/retry/Retry.png')} alt="Retry" />
1313

14+
To find retries in ReportPortal, first click the launch that contains retries.
15+
16+
<MediaViewer src={require('./img/retry/LaunchRetries.png')} alt="Launch with retries" />
17+
18+
Then, go to the Step level.
19+
20+
<MediaViewer src={require('./img/retry/StepLevelRetries.png')} alt="how to find retries in reportportal" />
21+
1422
When you click on the `retries` link you can switch between `Retries` and see their logs:
1523

1624
<MediaViewer src={require('./img/retry/RetrySwitch.png')} alt="RetrySwitch" />
1725

18-
On the `Log view` you can also switch between `Retries`:
26+
On the Log page of test item you can also switch between `Retries`:
27+
28+
<MediaViewer src={require('./img/retry/LogPage.png')} alt="Log page of test item" />
1929

2030
<MediaViewer src={require('./img/retry/RetryView.png')} alt="Retry View" />
2131

37.3 KB
Loading
126 KB
Loading
27.6 KB
Loading

docs/work-with-reports/OperationsUnderLaunches.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,12 @@ Permission: next users can modify test items:
3737
- User with PROJECT MANAGER Project Role
3838
- User with one of Project Role MEMBER, CUSTOMER on the project - Launch Owner
3939

40-
To edit a test item, perform the following steps:
40+
To edit description of tests in ReportPortal or edit attributes, perform the following steps:
4141

4242
1. Navigate to the "Launches" page.
43-
2. Drill down to the test level of any item.
43+
2. Drill down to the test level of any launch.
4444
3. Select the "Edit" option ('pencil' icon) to the selected test item.
45-
4. The test item editor will be opened with the following options.
46-
5. Make the required changes and click the "Save" button.
45+
4. Make the required changes and click the "Save" button.
4746

4847
<MediaViewer src="https://youtu.be/mGhwWwq_R3g" alt="Edit Item" type="video" />
4948

docs/work-with-reports/ViewLaunches.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,11 @@ The "Launches" grid contains the following columns:
5454
## Viewing all launches / latest launches
5555
You have two options to browse all project launches. By default, the system displays all launches of the project in one list in order of start time.
5656

57-
Also, you have the possibility to optimize this list. If you choose **‘Latest Launches’** option from the drop-down list (All Launches\ Latest Launches) at the top of the page, it will allow you to roll up the list to latest launches only.
57+
To filter launches, suites, tests by latest run, use the **‘Latest Launches’** option from the dropdown list (All Launches/Latest Launches) at the top of the page.
5858

59-
In other words, when that option is turned on, you will see on a launches view only launches with unique names with the last increment (#number).
59+
<MediaViewer src={require('./img/view-launches/FilterLatestRun.png')} alt="reportportal filter latest run" />
60+
61+
In other words, when that option is turned on, you will see only launches with unique names with the last increment (#number).
6062

6163
*For example, there are launches with names ‘Demo#1’, ‘Demo#2’, ‘Demo#3’ on a launches view. If you choose ‘Latest Launches’ option, the system will display ‘Demo#3’ launch only.*
6264

186 KB
Loading

0 commit comments

Comments
 (0)