...
ID: This is dynamically generated and contains the ID of the execution set (shown in the first image above) and the ID of the selected execution separated by a dot.
Started By: This shows the username of the person who started the execution. It may or may not be the same user who created the execution set
Started On: This shows the date/time in which the run was triggered (in other words, sent to cloud run, but may not necessarily have started execution yet)
Completed On: This shows the date/time in which the execution finished
Duration: This shows the duration of the execution
Runs: This shows the number of execution runs
Reruns: This shows the number of reruns that were either started automatically or manually by the user
Type: This shows the type of cloud run request. The value here could be one of 3:
Portal: Started directly by the user (clicking Cloud Run icon)
Scheduled: Started by Subject7 automatically using a schedule defined by the user
Web Service: Started by API (Either directly via the API or by using Jenkins CI/CD plugin)
Pool: This shows you the pool configured in the execution set where execution took place
Browsers: This shows you which browser(s) you configured in the execution set. The greyed out ones have not been select in the below image.
...
Info |
---|
In order to avoid opening multiple tabs, all layers of execution will be open on a single tab and you can use the arrows on the top left (next to Add to Bookmarks) to navigate between the layers. |
If you would like to review your schedule, you can do in one of the following ways:
Click Schedule tab. It will show you a fixed schedule for you to review (cannot be edited from here)
Click Edit Settings which will show you the execution set edit form where you can adjust the schedule
In the last section of the detail pane, you will see your Test Runs separated into 2 categories: All and Failed. Since the user will mostly be concerned with checking the failures, the Failed view will be activated by default, but you can click All to see all of the executions.
...