diff --git a/docs/articles/images/workflows-overview-filter.png b/docs/articles/images/workflows-overview-filter.png new file mode 100644 index 000000000..a2fd16011 Binary files /dev/null and b/docs/articles/images/workflows-overview-filter.png differ diff --git a/docs/articles/images/workflows-overview-save-new-view.png b/docs/articles/images/workflows-overview-save-new-view.png new file mode 100644 index 000000000..979b12b7f Binary files /dev/null and b/docs/articles/images/workflows-overview-save-new-view.png differ diff --git a/docs/articles/images/workflows-overview-search.png b/docs/articles/images/workflows-overview-search.png new file mode 100644 index 000000000..e4657923f Binary files /dev/null and b/docs/articles/images/workflows-overview-search.png differ diff --git a/docs/articles/images/workflows-overview-table-grid.png b/docs/articles/images/workflows-overview-table-grid.png new file mode 100644 index 000000000..f5a052205 Binary files /dev/null and b/docs/articles/images/workflows-overview-table-grid.png differ diff --git a/docs/articles/images/workflows-overview.png b/docs/articles/images/workflows-overview.png new file mode 100644 index 000000000..e16f827f6 Binary files /dev/null and b/docs/articles/images/workflows-overview.png differ diff --git a/docs/articles/testkube-dashboard-workflows-overview.md b/docs/articles/testkube-dashboard-workflows-overview.md index 47072a307..ada7d2278 100644 --- a/docs/articles/testkube-dashboard-workflows-overview.md +++ b/docs/articles/testkube-dashboard-workflows-overview.md @@ -1,25 +1,35 @@ # Workflows Overview -The Workflows Overview displays all Workflows in your currently selected Environment, including -their latest and overall execution status. +The Workflows Overview displays all workflows (automated tests) in the **Environment** you selected, which includes the most +recent and the execution status of each. -![Workflow Search Filter](../img/workflow-search-filter-072024.png) +![Workflows Overview](images/workflows-overview.png) -- Selecting a Workflow in either of these views takes you to the [Workflow Details](/articles/testkube-dashboard-workflow-details) -- Selecting the "Add new test workflow" button on the top right opens the [Workflow Wizard](test-workflows-create-wizard) for - creating a new Workflow. +## Views -## Workflows Grid View +You can switch from the **Grid view** to the **Table view** for all workflows. -You can also switch from the Grid view to a Table view of all workflows in the selected environment: +![Workflow Table Grid](images/workflows-overview-table-grid.png) -![Workflow Search Filter](../img/workflow-table-view-072024.png) +## Search and Filter -## Workflow Filtering +You can **Search** and **Filter** your workflows to narrow the output. When you search for a workflow, +**Save as view** becomes visible. -You can search / filter your Workflows using the corresponding input fields at the top of the panel: +![Workflow Search](images/workflows-overview-search.png) -![Workflow Filters](images/workflow-filters.png) +You can filter workflows by separately selecting **Labels**, **Status**, and **Resource Group** and choosing one or more parameters specific to each. +![Workflow Filters](images/workflows-overview-filter.png) +## Custom Views +Custom views are saved filters that allow you to: + +* Access and reuse these filters, which become visible within **Workflows Overview**. +* Establish **Private** views (Default) such that only you have view access. +* Set views to **Shared across environment**, which allows you to make these custom views available to team members. + +When you click **Save as view**, **Save new view** opens – allowing you to establish, retain, and share these custom views. + +![Save new view](images/workflows-overview-save-new-view.png) \ No newline at end of file diff --git a/docs/img/workflow-search-filter-072024.png b/docs/img/workflow-search-filter-072024.png deleted file mode 100644 index 017340fd0..000000000 Binary files a/docs/img/workflow-search-filter-072024.png and /dev/null differ diff --git a/docs/img/workflow-table-view-072024.png b/docs/img/workflow-table-view-072024.png deleted file mode 100644 index f852bca26..000000000 Binary files a/docs/img/workflow-table-view-072024.png and /dev/null differ